com.yobotics.simulationconstructionset.robotdefinition.linkgraphicinstructions
Class LinkGraphicsAddTruncatedCone
java.lang.Object
com.yobotics.simulationconstructionset.robotdefinition.linkgraphicinstructions.LinkGraphicsAddTruncatedCone
- All Implemented Interfaces:
- LinkGraphicsInstruction
public class LinkGraphicsAddTruncatedCone
- extends java.lang.Object
- implements LinkGraphicsInstruction
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
LinkGraphicsAddTruncatedCone
public LinkGraphicsAddTruncatedCone(double height,
double bx,
double by,
double tx,
double ty)
LinkGraphicsAddTruncatedCone
public LinkGraphicsAddTruncatedCone(double height,
double bx,
double by,
double tx,
double ty,
AppearanceDefinition appearance)
getHeight
public double getHeight()
getBX
public double getBX()
getBY
public double getBY()
getTX
public double getTX()
getTY
public double getTY()
getAppearance
public AppearanceDefinition getAppearance()
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object