Class Value.Fixed
- java.lang.Object
-
- com.badlogic.gdx.scenes.scene2d.ui.Value
-
- com.badlogic.gdx.scenes.scene2d.ui.Value.Fixed
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.badlogic.gdx.scenes.scene2d.ui.Value
Value.Fixed
-
-
Constructor Summary
Constructors Constructor Description Fixed(float value)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description floatget(Actor context)java.lang.StringtoString()static Value.FixedvalueOf(float value)-
Methods inherited from class com.badlogic.gdx.scenes.scene2d.ui.Value
get, percentHeight, percentHeight, percentWidth, percentWidth
-
-
-
-
Method Detail
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
valueOf
public static Value.Fixed valueOf(float value)
-
-