us.ihmc.graphics3DAdapter.graphics.instructions
Class Graphics3DInstruction

java.lang.Object
  extended by us.ihmc.graphics3DAdapter.graphics.instructions.Graphics3DInstruction
All Implemented Interfaces:
Graphics3DPrimitiveInstruction
Direct Known Subclasses:
Graphics3DAddExtusionInstruction, Graphics3DAddHeightMapInstruction, Graphics3DAddMeshDataInstruction, Graphics3DAddModelFileInstruction

public abstract class Graphics3DInstruction
extends java.lang.Object
implements Graphics3DPrimitiveInstruction


Constructor Summary
Graphics3DInstruction()
           
 
Method Summary
 AppearanceDefinition getAppearance()
           
 void setAppearance(AppearanceDefinition appearance)
           
 void setAppearanceChangedListener(AppearanceChangedListener appearanceChangedListener)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Graphics3DInstruction

public Graphics3DInstruction()
Method Detail

getAppearance

public AppearanceDefinition getAppearance()

setAppearance

public void setAppearance(AppearanceDefinition appearance)

setAppearanceChangedListener

public void setAppearanceChangedListener(AppearanceChangedListener appearanceChangedListener)