com.yobotics.simulationconstructionset.robotdefinition.linkgraphicinstructions
Class LinkGraphicsAddWedge

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

public class LinkGraphicsAddWedge
extends java.lang.Object
implements LinkGraphicsInstruction


Constructor Summary
LinkGraphicsAddWedge(double lx, double ly, double lz)
           
LinkGraphicsAddWedge(double lx, double ly, double lz, AppearanceDefinition appearance)
           
 
Method Summary
 AppearanceDefinition getAppearance()
           
 double getX()
           
 double getY()
           
 double getZ()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LinkGraphicsAddWedge

public LinkGraphicsAddWedge(double lx,
                            double ly,
                            double lz)

LinkGraphicsAddWedge

public LinkGraphicsAddWedge(double lx,
                            double ly,
                            double lz,
                            AppearanceDefinition appearance)
Method Detail

getX

public double getX()

getY

public double getY()

getZ

public double getZ()

getAppearance

public AppearanceDefinition getAppearance()

toString

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