com.yobotics.simulationconstructionset.robotdefinition.linkgraphicinstructions
Class LinkGraphicsAddPyramidCube

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

public class LinkGraphicsAddPyramidCube
extends java.lang.Object
implements LinkGraphicsInstruction


Constructor Summary
LinkGraphicsAddPyramidCube(double lx, double ly, double lz, double height)
           
LinkGraphicsAddPyramidCube(double lx, double ly, double lz, double height, AppearanceDefinition appearance)
           
 
Method Summary
 AppearanceDefinition getAppearance()
           
 double getHeight()
           
 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

LinkGraphicsAddPyramidCube

public LinkGraphicsAddPyramidCube(double lx,
                                  double ly,
                                  double lz,
                                  double height)

LinkGraphicsAddPyramidCube

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

getX

public double getX()

getY

public double getY()

getZ

public double getZ()

getHeight

public double getHeight()

getAppearance

public AppearanceDefinition getAppearance()

toString

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