Package xbot.common.properties
Class DistanceProperty
java.lang.Object
xbot.common.properties.Property
xbot.common.properties.MeasureProperty<Distance,MutDistance,DistanceUnit>
xbot.common.properties.DistanceProperty
- All Implemented Interfaces:
DataFrameRefreshable
This manages a Distance in the property system.
-
Nested Class Summary
Nested classes/interfaces inherited from class xbot.common.properties.Property
Property.PropertyLevel, Property.PropertyPersistenceType -
Field Summary
-
Constructor Summary
ConstructorsConstructorDescriptionDistanceProperty(String prefix, String name, Distance defaultValue, XPropertyManager manager) DistanceProperty(String prefix, String name, Distance defaultValue, XPropertyManager manager, Property.PropertyLevel level) -
Method Summary
Methods inherited from class xbot.common.properties.MeasureProperty
get, get_internal, hasChangedSinceLastCheck, hasChangedSinceLastCheck, isSetToDefault, refreshDataFrame, set
-
Constructor Details
-
DistanceProperty
public DistanceProperty(String prefix, String name, Distance defaultValue, XPropertyManager manager) -
DistanceProperty
public DistanceProperty(String prefix, String name, Distance defaultValue, XPropertyManager manager, Property.PropertyLevel level)
-