com.yobotics.simulationconstructionset.robotdefinition.linkgraphicinstructions
Class LinkGraphicsAddVRMLFile

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

public class LinkGraphicsAddVRMLFile
extends java.lang.Object
implements LinkGraphicsInstruction


Constructor Summary
LinkGraphicsAddVRMLFile(java.lang.String fileName)
           
LinkGraphicsAddVRMLFile(java.lang.String fileName, AppearanceDefinition appearence)
           
 
Method Summary
 AppearanceDefinition getAppearance()
           
 java.lang.String getFileName()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LinkGraphicsAddVRMLFile

public LinkGraphicsAddVRMLFile(java.lang.String fileName)

LinkGraphicsAddVRMLFile

public LinkGraphicsAddVRMLFile(java.lang.String fileName,
                               AppearanceDefinition appearence)
Method Detail

getFileName

public java.lang.String getFileName()

getAppearance

public AppearanceDefinition getAppearance()

toString

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