com.yobotics.simulationconstructionset.util.graphics
Class DynamicGraphicShape
java.lang.Object
com.yobotics.simulationconstructionset.util.graphics.DynamicGraphicObject
com.yobotics.simulationconstructionset.util.graphics.DynamicGraphicAbstractShape
com.yobotics.simulationconstructionset.util.graphics.DynamicGraphicShape
public class DynamicGraphicShape
- extends DynamicGraphicAbstractShape
Constructor Summary |
DynamicGraphicShape(java.lang.String name,
Graphics3DObject linkGraphics,
java.lang.String namePrefix,
java.lang.String nameSuffix,
YoVariableRegistry registry,
double scale,
AppearanceDefinition appearance)
|
DynamicGraphicShape(java.lang.String name,
Graphics3DObject linkGraphics,
YoFramePoint framePoint,
YoFrameOrientation frameOrientation,
double scale)
|
DynamicGraphicShape(java.lang.String name,
Graphics3DObject linkGraphics,
YoFramePose framePose,
double scale)
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DynamicGraphicShape
public DynamicGraphicShape(java.lang.String name,
Graphics3DObject linkGraphics,
YoFramePose framePose,
double scale)
DynamicGraphicShape
public DynamicGraphicShape(java.lang.String name,
Graphics3DObject linkGraphics,
YoFramePoint framePoint,
YoFrameOrientation frameOrientation,
double scale)
DynamicGraphicShape
public DynamicGraphicShape(java.lang.String name,
Graphics3DObject linkGraphics,
java.lang.String namePrefix,
java.lang.String nameSuffix,
YoVariableRegistry registry,
double scale,
AppearanceDefinition appearance)
getLinkGraphics
public Graphics3DObject getLinkGraphics()
- Specified by:
getLinkGraphics
in class DynamicGraphicObject