com.sun.electric.plugins.j3d.utils
Class J3DSerialization

java.lang.Object
  extended by com.sun.electric.plugins.j3d.utils.J3DSerialization
All Implemented Interfaces:
java.io.Serializable

public class J3DSerialization
extends java.lang.Object
implements java.io.Serializable

This class is @serial

Version:
0.1
Author:
Gilda Garreton
See Also:
Serialized Form

Field Summary
 java.util.List<J3DUtils.ThreeDDemoKnot> list
           
 Matrix4d matrix
           
 java.lang.Boolean useView
           
 
Constructor Summary
J3DSerialization(java.lang.Boolean useView, java.util.List<J3DUtils.ThreeDDemoKnot> l, Transform3D t)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

list

public java.util.List<J3DUtils.ThreeDDemoKnot> list

matrix

public Matrix4d matrix

useView

public java.lang.Boolean useView
Constructor Detail

J3DSerialization

public J3DSerialization(java.lang.Boolean useView,
                        java.util.List<J3DUtils.ThreeDDemoKnot> l,
                        Transform3D t)