vrml
Class Field

java.lang.Object
  extended by vrml.Field
All Implemented Interfaces:
java.lang.Cloneable
Direct Known Subclasses:
ConstField, MField, SFBool, SFColor, SFDouble, SFFloat, SFImage, SFInt32, SFNode, SFRotation, SFString, SFTime, SFVec2d, SFVec2f, SFVec3d, SFVec3f

public abstract class Field
extends java.lang.Object
implements java.lang.Cloneable

Parent class of all VRML fields.


Constructor Summary
Field(long peer)
           
 
Method Summary
 java.lang.Object clone()
          Creates and returns a copy of the Field.
protected  void dispose()
           
protected  void finalize()
          Finalize.
protected  long getPeer()
           
 java.lang.String toString()
          Returns a string representation of the Field.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Field

public Field(long peer)
Method Detail

getPeer

protected long getPeer()

clone

public java.lang.Object clone()
                       throws java.lang.CloneNotSupportedException
Creates and returns a copy of the Field.

Overrides:
clone in class java.lang.Object
Returns:
a clone of this instance.
Throws:
java.lang.CloneNotSupportedException

dispose

protected void dispose()

finalize

protected void finalize()
                 throws java.lang.Throwable
Finalize.

Overrides:
finalize in class java.lang.Object
Throws:
java.lang.Throwable

toString

public java.lang.String toString()
Returns a string representation of the Field.

Overrides:
toString in class java.lang.Object
Returns:
a string representation of the Field.