com.yobotics.simulationconstructionset.util.graphics
Class DynamicGraphicLineSegment
java.lang.Object
com.yobotics.simulationconstructionset.util.graphics.DynamicGraphicObject
com.yobotics.simulationconstructionset.util.graphics.DynamicVector
com.yobotics.simulationconstructionset.util.graphics.DynamicGraphicVector
com.yobotics.simulationconstructionset.util.graphics.DynamicGraphicLineSegment
public class DynamicGraphicLineSegment
- extends DynamicGraphicVector
Title:
Description:
Copyright: Copyright (c) 2006
Company:
- Version:
- 1.0
- Author:
- not attributable
|
Constructor Summary |
DynamicGraphicLineSegment(YoFramePoint startPoint,
YoFramePoint endPoint,
javax.media.j3d.Appearance appearance)
|
DynamicGraphicLineSegment(YoFramePoint startPoint,
YoFramePoint endPoint,
double scale,
javax.media.j3d.Appearance appearance)
|
DynamicGraphicLineSegment(YoFramePoint startPoint,
YoFramePoint endPoint,
double scale,
javax.media.j3d.Appearance appearance,
boolean drawArrowhead)
|
DynamicGraphicLineSegment(YoFramePoint startPoint,
YoFramePoint endPoint,
double scale,
javax.media.j3d.Appearance appearance,
boolean drawArrowhead,
double lineThicknessRatio)
|
DynamicGraphicLineSegment(YoVariable baseX,
YoVariable baseY,
YoVariable baseZ,
YoVariable x,
YoVariable y,
YoVariable z,
double scaleFactor,
javax.media.j3d.Appearance appearance)
|
DynamicGraphicLineSegment(YoVariable baseX,
YoVariable baseY,
YoVariable baseZ,
YoVariable endX,
YoVariable endY,
YoVariable endZ,
double scaleFactor,
javax.media.j3d.Appearance appearance,
boolean drawArrowhead)
|
DynamicGraphicLineSegment(YoVariable startX,
YoVariable startY,
YoVariable startZ,
YoVariable endX,
YoVariable endY,
YoVariable endZ,
double scaleFactor,
javax.media.j3d.Appearance appearance,
boolean drawArrowhead,
double lineThicknessRatio)
|
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DynamicGraphicLineSegment
public DynamicGraphicLineSegment(YoFramePoint startPoint,
YoFramePoint endPoint,
javax.media.j3d.Appearance appearance)
DynamicGraphicLineSegment
public DynamicGraphicLineSegment(YoFramePoint startPoint,
YoFramePoint endPoint,
double scale,
javax.media.j3d.Appearance appearance)
DynamicGraphicLineSegment
public DynamicGraphicLineSegment(YoFramePoint startPoint,
YoFramePoint endPoint,
double scale,
javax.media.j3d.Appearance appearance,
boolean drawArrowhead)
DynamicGraphicLineSegment
public DynamicGraphicLineSegment(YoFramePoint startPoint,
YoFramePoint endPoint,
double scale,
javax.media.j3d.Appearance appearance,
boolean drawArrowhead,
double lineThicknessRatio)
DynamicGraphicLineSegment
public DynamicGraphicLineSegment(YoVariable baseX,
YoVariable baseY,
YoVariable baseZ,
YoVariable x,
YoVariable y,
YoVariable z,
double scaleFactor,
javax.media.j3d.Appearance appearance)
DynamicGraphicLineSegment
public DynamicGraphicLineSegment(YoVariable baseX,
YoVariable baseY,
YoVariable baseZ,
YoVariable endX,
YoVariable endY,
YoVariable endZ,
double scaleFactor,
javax.media.j3d.Appearance appearance,
boolean drawArrowhead)
DynamicGraphicLineSegment
public DynamicGraphicLineSegment(YoVariable startX,
YoVariable startY,
YoVariable startZ,
YoVariable endX,
YoVariable endY,
YoVariable endZ,
double scaleFactor,
javax.media.j3d.Appearance appearance,
boolean drawArrowhead,
double lineThicknessRatio)