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
 Vector getConnections()
          Gets a list of all the eventIn fields that this eventOut field is connected to.
 String getFieldName()
          Gets this fields name.
 BaseNode getOwnerNode()
          Gets the node that owns this field.
 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

getConnections

public Vector getConnections()
Gets a list of all the eventIn fields that this eventOut field is connected to. All objects in Vector will inherit from org.jdesktop.j3d.loaders.vrml97.impl.Field.

Returns:
list of fields

getOwnerNode

public BaseNode getOwnerNode()
Gets the node that owns this field.

Returns:
the node that owns this field

getFieldName

public String getFieldName()
Gets this fields name.

Returns:
the field name

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..