us.ihmc.graphics3DAdapter.graphics.instructions
Class Graphics3DAddMeshDataInstruction

java.lang.Object
  extended by us.ihmc.graphics3DAdapter.graphics.instructions.Graphics3DInstruction
      extended by us.ihmc.graphics3DAdapter.graphics.instructions.Graphics3DAddMeshDataInstruction
All Implemented Interfaces:
Graphics3DPrimitiveInstruction

public class Graphics3DAddMeshDataInstruction
extends Graphics3DInstruction


Constructor Summary
Graphics3DAddMeshDataInstruction(MeshDataHolder meshData, AppearanceDefinition appearance)
           
 
Method Summary
 MeshDataHolder getMeshData()
           
 void setMesh(MeshDataHolder newMesh)
           
 void setMeshChangedListener(MeshChangedListener meshChangedListener)
           
 
Methods inherited from class us.ihmc.graphics3DAdapter.graphics.instructions.Graphics3DInstruction
getAppearance, setAppearance, setAppearanceChangedListener
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Graphics3DAddMeshDataInstruction

public Graphics3DAddMeshDataInstruction(MeshDataHolder meshData,
                                        AppearanceDefinition appearance)
Method Detail

getMeshData

public MeshDataHolder getMeshData()

setMeshChangedListener

public void setMeshChangedListener(MeshChangedListener meshChangedListener)

setMesh

public void setMesh(MeshDataHolder newMesh)