j3d-vrml97-0.1.0

vrml
Class Field

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

public abstract class Field
extends Object
implements Cloneable

Description of the Class


Field Summary
protected  Field implField
          Description of the Field
 
Constructor Summary
Field(Field init)
          This is an internal method
 
Method Summary
abstract  Object clone()
          Description of the Method
protected static BaseNode getImpl(BaseNode node)
          Gets the impl attribute of the Field class
 void markWriteable()
          Description of the Method
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

implField

protected Field implField
Description of the Field

Constructor Detail

Field

public Field(Field init)
This is an internal method

Parameters:
init - Description of the Parameter
Method Detail

markWriteable

public void markWriteable()
Description of the Method


getImpl

protected static BaseNode getImpl(BaseNode node)
Gets the impl attribute of the Field class

Parameters:
node - Description of the Parameter
Returns:
The impl value

clone

public abstract Object clone()
Description of the Method

Overrides:
clone in class Object
Returns:
Description of the Return Value

j3d-vrml97-0.1.0

Todo: put BSD License reference here..