org.robokind.api.motion.joint_properties
Class ReadVoltage
java.lang.Object
org.robokind.api.common.property.PropertyChangeNotifier
org.robokind.api.motion.JointProperty.ReadOnly<Voltage>
org.robokind.api.motion.joint_properties.ReadVoltage
- All Implemented Interfaces:
- PropertyChangeSource, JointProperty<Voltage>
public abstract class ReadVoltage
- extends JointProperty.ReadOnly<Voltage>
- Author:
- Matthew Stevenson
| Methods inherited from class org.robokind.api.common.property.PropertyChangeNotifier |
addPropertyChangeListener, addPropertyChangeListener, fireIndexedPropertyChange, fireIndexedPropertyChange, fireIndexedPropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, removePropertyChangeListener, removePropertyChangeListener |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PROPERTY_NAME
public static final String PROPERTY_NAME
- JointProperty Property Name
- See Also:
- Constant Field Values
DISPLAY_NAME
public static final String DISPLAY_NAME
- Name used for display purposes
- See Also:
- Constant Field Values
ReadVoltage
public ReadVoltage()
getPropertyName
public String getPropertyName()
- Description copied from interface:
JointProperty
- Returns the name of the JointProperty.
- Returns:
- name of the JointProperty
getDisplayName
public String getDisplayName()
- Description copied from interface:
JointProperty
- Returns the display name of the JointProperty.
- Returns:
- display name of the JointProperty
getPropertyClass
public Class<Voltage> getPropertyClass()
- Description copied from interface:
JointProperty
- Returns the JointProperty's value Type.
- Returns:
- JointProperty's value Type
Copyright © 2011-2012. All Rights Reserved.