Class Value.Fixed

java.lang.Object
com.prineside.tdi2.scene2d.ui.Value
com.prineside.tdi2.scene2d.ui.Value.Fixed
Enclosing class:
Value

public static class Value.Fixed extends Value
A fixed value that is not computed each time it is used.
Author:
Nathan Sweet
  • Constructor Details

    • Fixed

      public Fixed(float value)
  • Method Details

    • get

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

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

      public static Value.Fixed valueOf(float value)