| java.lang.Object org.jdesktop.j3d.loaders.vrml97.impl.Field
All known Subclasses: org.jdesktop.j3d.loaders.vrml97.impl.SFBool, org.jdesktop.j3d.loaders.vrml97.impl.SFTime, org.jdesktop.j3d.loaders.vrml97.impl.SFNode, org.jdesktop.j3d.loaders.vrml97.impl.SFString, org.jdesktop.j3d.loaders.vrml97.impl.SFFloat, org.jdesktop.j3d.loaders.vrml97.impl.SFColor, org.jdesktop.j3d.loaders.vrml97.impl.SFVec2f, org.jdesktop.j3d.loaders.vrml97.impl.SFInt32, org.jdesktop.j3d.loaders.vrml97.impl.SFRotation, org.jdesktop.j3d.loaders.vrml97.impl.SFVec3f, org.jdesktop.j3d.loaders.vrml97.impl.MField, org.jdesktop.j3d.loaders.vrml97.impl.SFImage, org.jdesktop.j3d.loaders.vrml97.impl.ConstField,
Field | abstract public class Field (Code) | | Description of the Class
|
Constructor Summary | |
| Field() |
EVENT_IN | final static int EVENT_IN(Code) | | |
EVENT_OUT | final static int EVENT_OUT(Code) | | |
EXPOSED_FIELD | final static int EXPOSED_FIELD(Code) | | |
FIELD | final static int FIELD(Code) | | |
fieldType | public int fieldType(Code) | | Description of the Field
|
lastUpdate | double lastUpdate(Code) | | |
printRoutes | final static boolean printRoutes(Code) | | |
Field | Field()(Code) | | Constructor for the Field object
|
baseName | public static String baseName(String fieldName)(Code) | | Description of the Method
Parameters: fieldName - Description of the Parameter Description of the Return Value |
clone | abstract public Object clone()(Code) | | Description of the Method
Description of the Return Value |
connectToField | void connectToField(Field field)(Code) | | Description of the Method
Parameters: field - Description of the Parameter |
constify | abstract ConstField constify()(Code) | | Description of the Method
Description of the Return Value |
deleteConnection | void deleteConnection(Field field)(Code) | | Description of the Method
Parameters: field - Description of the Parameter |
init | void init(BaseNode node, Hashtable fieldSpec, int fieldType, String fieldName)(Code) | | Description of the Method
Parameters: node - Description of the Parameter Parameters: fieldSpec - Description of the Parameter Parameters: fieldType - Description of the Parameter Parameters: fieldName - Description of the Parameter |
isEventIn | boolean isEventIn()(Code) | | Gets the eventIn attribute of the Field object
The eventIn value |
isEventOut | boolean isEventOut()(Code) | | Gets the eventOut attribute of the Field object
The eventOut value |
markWriteable | public void markWriteable()(Code) | | Description of the Method
|
route | synchronized void route()(Code) | | Description of the Method
|
toStringId | public String toStringId()(Code) | | Description of the Method
Description of the Return Value |
update | abstract void update(Field field)(Code) | | Description of the Method
Parameters: field - Description of the Parameter |
wrap | abstract public vrml.Field wrap()(Code) | | Description of the Method
Description of the Return Value |
|
|