org.robokind.api.motion.servos.utils
Class EmptyServoJoint
java.lang.Object
org.robokind.api.common.property.PropertyChangeNotifier
org.robokind.api.motion.AbstractJoint
org.robokind.api.motion.servos.ServoJoint
org.robokind.api.motion.servos.utils.EmptyServoJoint
- All Implemented Interfaces:
- PropertyChangeListener, EventListener, PropertyChangeSource, Joint
public class EmptyServoJoint
- extends ServoJoint
An Empty implementation of a ServoJoint, used for missing Servos.
- Author:
- Matthew Stevenson
| Nested classes/interfaces inherited from interface org.robokind.api.motion.Joint |
Joint.Id |
| 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 |
EmptyServoJoint
public EmptyServoJoint(Joint.Id jointId,
String name,
NormalizedDouble defPos)
- Creates a new EmptyServoJoint with the given properties.
- Parameters:
jointId - Joint.Id of the Jointname - name of the JointdefPos - default position of the Joint
Copyright © 2011-2012. All Rights Reserved.