com.yobotics.simulationconstructionset.robotdefinition.linkgraphicinstructions
Class LinkGraphicsAddCube

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

public class LinkGraphicsAddCube
extends java.lang.Object
implements LinkGraphicsInstruction


Constructor Summary
LinkGraphicsAddCube(double lx, double ly, double lz)
           
LinkGraphicsAddCube(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

LinkGraphicsAddCube

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

LinkGraphicsAddCube

public LinkGraphicsAddCube(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