|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.robokind.api.common.property.PropertyChangeNotifier
org.robokind.api.motion.messaging.RemoteJointProperty<T>
public class RemoteJointProperty<T>
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface org.robokind.api.motion.JointProperty |
|---|
JointProperty.ReadOnly<T> |
| Constructor Summary | |
|---|---|
RemoteJointProperty(String propertyName,
String displayName,
Class<T> propertyClass,
T val,
NormalizableRange<T> range)
|
|
| Method Summary | |
|---|---|
String |
getDisplayName()
Returns the display name of the JointProperty. |
NormalizableRange<T> |
getNormalizableRange()
|
Class<T> |
getPropertyClass()
Returns the JointProperty's value Type. |
String |
getPropertyName()
Returns the name of the JointProperty. |
T |
getValue()
Returns the value for this JointProperty, and caches the value. |
boolean |
getWriteable()
Returns true if getValue() is supported. |
void |
setValue(T val)
Sets the value of the JointProperty. |
| Methods inherited from class org.robokind.api.common.property.PropertyChangeNotifier |
|---|
addPropertyChangeListener, addPropertyChangeListener, clearAllListeners, clearListeners, fireIndexedPropertyChange, fireIndexedPropertyChange, fireIndexedPropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, getPropertyChangeListeners, getPropertyChangeListeners, hasListeners, removePropertyChangeListener, removePropertyChangeListener |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.robokind.api.common.property.PropertyChangeSource |
|---|
addPropertyChangeListener, addPropertyChangeListener, removePropertyChangeListener, removePropertyChangeListener |
| Constructor Detail |
|---|
public RemoteJointProperty(String propertyName,
String displayName,
Class<T> propertyClass,
T val,
NormalizableRange<T> range)
| Method Detail |
|---|
public String getPropertyName()
JointProperty
getPropertyName in interface JointProperty<T>public String getDisplayName()
JointProperty
getDisplayName in interface JointProperty<T>public Class<T> getPropertyClass()
JointProperty
getPropertyClass in interface JointProperty<T>public boolean getWriteable()
JointProperty
getWriteable in interface JointProperty<T>public T getValue()
JointProperty
getValue in interface JointProperty<T>public void setValue(T val)
JointProperty
setValue in interface JointProperty<T>val - the new value to setpublic NormalizableRange<T> getNormalizableRange()
getNormalizableRange in interface JointProperty<T>
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||