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