Class Value.Fixed

  • Enclosing class:
    Value

    public static class Value.Fixed
    extends Value
    A fixed value that is not computed each time it is used.
    • Constructor Detail

      • Fixed

        public Fixed​(float value)
    • Method Detail

      • get

        public float get​(@Null
                         Actor context)
        Specified by:
        get in class Value
        Parameters:
        context - May be null.
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • valueOf

        public static Value.Fixed valueOf​(float value)