vrml
Class ConstField

java.lang.Object
  extended by vrml.Field
      extended by vrml.ConstField
All Implemented Interfaces:
java.lang.Cloneable
Direct Known Subclasses:
ConstMField, ConstSFBool, ConstSFColor, ConstSFDouble, ConstSFFloat, ConstSFImage, ConstSFInt32, ConstSFNode, ConstSFRotation, ConstSFString, ConstSFTime, ConstSFVec2d, ConstSFVec2f, ConstSFVec3d, ConstSFVec3f

public abstract class ConstField
extends Field

Parent for all constant fields.


Constructor Summary
ConstField(long peer)
           
 
Method Summary
 java.lang.Object clone()
          Creates and returns a copy of the Field.
 
Methods inherited from class vrml.Field
dispose, finalize, getPeer, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ConstField

public ConstField(long peer)
Method Detail

clone

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

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