com.yobotics.simulationconstructionset.util.graphics
Class DynamicGraphicLineSegment

java.lang.Object
  extended by com.yobotics.simulationconstructionset.util.graphics.DynamicGraphicObject
      extended by com.yobotics.simulationconstructionset.util.graphics.DynamicVector
          extended by com.yobotics.simulationconstructionset.util.graphics.DynamicGraphicVector
              extended by 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)
           
 
Method Summary
 
Methods inherited from class com.yobotics.simulationconstructionset.util.graphics.DynamicGraphicVector
getBasePosition, getBasePosition, getVector, getVector
 
Methods inherited from class com.yobotics.simulationconstructionset.util.graphics.DynamicGraphicObject
getBranchGroup, hideGraphicObject, setSleepMillis, showGraphicObject
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

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)