Class ConstantFloat

  • All Implemented Interfaces:
    FloatValue

    public final class ConstantFloat
    extends java.lang.Object
    implements FloatValue
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private float value  
    • Constructor Summary

      Constructors 
      Constructor Description
      ConstantFloat​(float value)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      float get​(@NotNull MeasureContext context)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • value

        private final float value
    • Constructor Detail

      • ConstantFloat

        public ConstantFloat​(float value)