j3d-vrml97-0.1.0

org.jdesktop.j3d.loaders.vrml97.impl
Class Field

java.lang.Object
  extended by org.jdesktop.j3d.loaders.vrml97.impl.Field
Direct Known Subclasses:
ConstField, MField, SFBool, SFColor, SFFloat, SFImage, SFInt32, SFNode, SFRotation, SFString, SFTime, SFVec2f, SFVec3f

public abstract class Field
extends Object

Description of the Class


Field Summary
 ConstField constField
          Description of the Field
 int fieldType
          Description of the Field
 
Method Summary
static String baseName(String fieldName)
          Description of the Method
abstract  Object clone()
          Description of the Method
 void markWriteable()
          Description of the Method
 String toStringId()
          Description of the Method
abstract  Field wrap()
          Description of the Method
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

constField

public ConstField constField
Description of the Field


fieldType

public int fieldType
Description of the Field

Method Detail

clone

public abstract Object clone()
Description of the Method

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

wrap

public abstract Field wrap()
Description of the Method

Returns:
Description of the Return Value

toStringId

public String toStringId()
Description of the Method

Returns:
Description of the Return Value

markWriteable

public void markWriteable()
Description of the Method


baseName

public static String baseName(String fieldName)
Description of the Method

Parameters:
fieldName - Description of the Parameter
Returns:
Description of the Return Value

j3d-vrml97-0.1.0

Todo: put BSD License reference here..