vrml
Class Field

java.lang.Object
  |
  +--vrml.Field
All Implemented Interfaces:
java.lang.Cloneable
Direct Known Subclasses:
ConstField, MField, SFBool, SFColor, SFFloat, SFImage, SFInt32, SFNode, SFRotation, SFString, SFTime, SFVec2f, SFVec3f

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


Constructor Summary
Field()
           
 
Method Summary
 java.lang.Object clone()
           
 
Methods inherited from class java.lang.Object
, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Field

public Field()
Method Detail

clone

public java.lang.Object clone()
Overrides:
clone in class java.lang.Object