com.yobotics.simulationconstructionset.robotdefinition.linkgraphicinstructions
Class LinkGraphicsAddTruncatedCone

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

public class LinkGraphicsAddTruncatedCone
extends java.lang.Object
implements LinkGraphicsInstruction


Constructor Summary
LinkGraphicsAddTruncatedCone(double height, double bx, double by, double tx, double ty)
           
LinkGraphicsAddTruncatedCone(double height, double bx, double by, double tx, double ty, AppearanceDefinition appearance)
           
 
Method Summary
 AppearanceDefinition getAppearance()
           
 double getBX()
           
 double getBY()
           
 double getHeight()
           
 double getTX()
           
 double getTY()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

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)
Method Detail

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