Package xbot.common.properties
Class AngleProperty
java.lang.Object
xbot.common.properties.Property
xbot.common.properties.MeasureProperty<Angle,MutAngle,AngleUnit>
xbot.common.properties.AngleProperty
- All Implemented Interfaces:
DataFrameRefreshable
This manages an Angle 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
ConstructorsConstructorDescriptionAngleProperty(String prefix, String name, Angle defaultValue, XPropertyManager manager) AngleProperty(String prefix, String name, Angle 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
-
AngleProperty
-
AngleProperty
public AngleProperty(String prefix, String name, Angle defaultValue, XPropertyManager manager, Property.PropertyLevel level)
-