com.yobotics.simulationconstructionset.graphics.joints
Class GraphicsJoint

java.lang.Object
  extended by us.ihmc.graphics3DAdapter.structure.Graphics3DNode
      extended by com.yobotics.simulationconstructionset.graphics.joints.GraphicsJoint

public class GraphicsJoint
extends Graphics3DNode


Constructor Summary
GraphicsJoint(java.lang.String name, CommonJoint joint, Graphics3DObject graphics3DObject, Graphics3DNodeType nodeType)
           
 
Method Summary
 void updateFromJoint()
           
 
Methods inherited from class us.ihmc.graphics3DAdapter.structure.Graphics3DNode
addChild, addSelectedListener, getChildrenNodes, getGraphicsObjectAndResetHasGraphicsObjectChanged, getHasGraphicsObjectChanged, getName, getNodeType, getTransform, notifySelectedListeners, setGraphicsObject, setHasGraphicsObjectChanged, setTransform
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GraphicsJoint

public GraphicsJoint(java.lang.String name,
                     CommonJoint joint,
                     Graphics3DObject graphics3DObject,
                     Graphics3DNodeType nodeType)
Method Detail

updateFromJoint

public final void updateFromJoint()