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, 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 |
EmptyServoJoint
public EmptyServoJoint(Joint.Id jointId,
String name,
NormalizedDouble defPos,
int min,
int max)
- Creates a new EmptyServoJoint with the given properties.
- Parameters:
jointId - Joint.Id of the Jointname - name of the JointdefPos - default position of the Joint
EmptyServoJoint
public EmptyServoJoint(Joint.Id jointId,
String name,
NormalizedDouble defPos)
Copyright © 2011-2013. All Rights Reserved.