com.yobotics.simulationconstructionset.graphics
Class GraphicsDynamicGraphicsObject

java.lang.Object
  extended by us.ihmc.graphics3DAdapter.structure.Graphics3DNode
      extended by com.yobotics.simulationconstructionset.graphics.GraphicsDynamicGraphicsObject
All Implemented Interfaces:
GraphicsUpdatable

public class GraphicsDynamicGraphicsObject
extends Graphics3DNode
implements GraphicsUpdatable


Constructor Summary
GraphicsDynamicGraphicsObject(DynamicGraphicObject dynamicGraphicObject)
           
 
Method Summary
 void update()
           
 
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

GraphicsDynamicGraphicsObject

public GraphicsDynamicGraphicsObject(DynamicGraphicObject dynamicGraphicObject)
Method Detail

update

public void update()
Specified by:
update in interface GraphicsUpdatable