public class FloatProperty extends Property<java.lang.Float>
Constructor and Description |
---|
FloatProperty(int id,
java.lang.String name,
java.lang.Float initializer,
GUIelement ge) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getTypeName()
Get the string, representing the name of the type.
|
getGetterPropertyCallback, getId, getName, getSetterPropertyCallback, getValue, getValue, getValueSilent, makeCopy, recompile, sendValue, setGetterPropertyCallback, setIfIShouldUpdateToModule, setSetterPropertyCallback, setValue, setValue, setValueSilent, updatesModule
public FloatProperty(int id, java.lang.String name, java.lang.Float initializer, GUIelement ge)
public java.lang.String getTypeName()
Property
getTypeName
in class Property<java.lang.Float>