com.yobotics.simulationconstructionset.robotdefinition.linkgraphicinstructions
Class LinkGraphicsScale

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

public class LinkGraphicsScale
extends java.lang.Object
implements LinkGraphicsInstruction


Constructor Summary
LinkGraphicsScale(double scale)
           
LinkGraphicsScale(javax.vecmath.Vector3d scale)
           
 
Method Summary
 javax.vecmath.Vector3d getScaleFactor()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LinkGraphicsScale

public LinkGraphicsScale(double scale)

LinkGraphicsScale

public LinkGraphicsScale(javax.vecmath.Vector3d scale)
Method Detail

getScaleFactor

public javax.vecmath.Vector3d getScaleFactor()

toString

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