jsynoptic.plugins.java3d
Class GraphObjectReference.State

java.lang.Object
  extended by SceneGraphObjectState
      extended by jsynoptic.plugins.java3d.GraphObjectReference.State
Enclosing class:
GraphObjectReference

public static class GraphObjectReference.State
extends SceneGraphObjectState


Constructor Summary
GraphObjectReference.State(SymbolTableData symbol, Controller control)
           
 
Method Summary
 void buildGraph()
           
 void readObject(java.io.DataInput in)
           
 void writeObject(java.io.DataOutput out)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GraphObjectReference.State

public GraphObjectReference.State(SymbolTableData symbol,
                                  Controller control)
Method Detail

writeObject

public void writeObject(java.io.DataOutput out)
                 throws java.io.IOException
Throws:
java.io.IOException

readObject

public void readObject(java.io.DataInput in)
                throws java.io.IOException
Throws:
java.io.IOException

buildGraph

public void buildGraph()