protected class PropertyPanel.FloatProperty extends PropertyPanel.AbstractProperty<java.lang.Float>
| Constructor and Description |
|---|
FloatProperty(java.lang.String name,
PropertyPanel.Access<java.lang.Float> access,
float min,
float max,
float step) |
| Modifier and Type | Method and Description |
|---|---|
void |
initialize(com.simsilica.lemur.Container container) |
void |
refresh() |
void |
update() |
protected void |
updateText() |
getDisplayName, getValue, setValuepublic FloatProperty(java.lang.String name,
PropertyPanel.Access<java.lang.Float> access,
float min,
float max,
float step)
public void initialize(com.simsilica.lemur.Container container)
initialize in class PropertyPanel.AbstractProperty<java.lang.Float>protected void updateText()
public void update()
update in class PropertyPanel.AbstractProperty<java.lang.Float>public void refresh()
refresh in class PropertyPanel.AbstractProperty<java.lang.Float>