jsynoptic.plugins.java3d
Class GraphObjectReference

java.lang.Object
  extended by SceneGraphObject
      extended by jsynoptic.plugins.java3d.GraphObjectReference

public class GraphObjectReference
extends SceneGraphObject


Nested Class Summary
static class GraphObjectReference.State
           
 
Constructor Summary
GraphObjectReference()
           
GraphObjectReference(Node n, SceneGraphObject o)
           
 
Method Summary
 Node getNode()
           
 SceneGraphObject getObject()
           
 java.lang.Class<? extends SceneGraphObjectState> getStateClass()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GraphObjectReference

public GraphObjectReference()

GraphObjectReference

public GraphObjectReference(Node n,
                            SceneGraphObject o)
Method Detail

getNode

public Node getNode()

getObject

public SceneGraphObject getObject()

getStateClass

public java.lang.Class<? extends SceneGraphObjectState> getStateClass()