com.yobotics.simulationconstructionset.robotdefinition.linkgraphicinstructions
Class LinkGraphicsAddCoordinateSystem

java.lang.Object
  extended by com.yobotics.simulationconstructionset.robotdefinition.linkgraphicinstructions.LinkGraphicsAddCoordinateSystem
All Implemented Interfaces:
LinkGraphicsInstruction

public class LinkGraphicsAddCoordinateSystem
extends java.lang.Object
implements LinkGraphicsInstruction


Constructor Summary
LinkGraphicsAddCoordinateSystem(double length)
           
 
Method Summary
 double getLength()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LinkGraphicsAddCoordinateSystem

public LinkGraphicsAddCoordinateSystem(double length)
Method Detail

getLength

public double getLength()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object