|
|||||||||
| Home >> All >> com >> trapezium >> vrml >> [ fields overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
com.trapezium.vrml.fields
Class ISField

java.lang.Objectcom.trapezium.vrml.VrmlElement
com.trapezium.vrml.SingleTokenElement
com.trapezium.vrml.MultipleTokenElement
com.trapezium.vrml.fields.Field
com.trapezium.vrml.fields.ISField
- All Implemented Interfaces:
- java.io.Serializable, com.trapezium.pattern.VisitorPattern
- public class ISField
- extends Field
Scene graph component for field values indicated by "IS
Nested Class Summary
Nested classes inherited from class com.trapezium.vrml.fields.Field
Field.GetFloatOptimizer
Field Summary
(package private) FieldnodeField
(package private) FieldprotoField
Fields inherited from class com.trapezium.vrml.fields.Field
fieldId, fieldType, fieldValue, getFloatOptimizer, inUse
Fields inherited from class com.trapezium.vrml.MultipleTokenElement
Fields inherited from class com.trapezium.vrml.SingleTokenElement
Fields inherited from class com.trapezium.vrml.VrmlElement
baseProfile, createCount, disableBaseProfile, errorString, noUnusedDEFwarning, nowarning
Constructor Summary
ISField(Field nodeField,
int tokenOffset,
com.trapezium.parse.TokenEnumerator v,
com.trapezium.vrml.node.PROTO protoParent)
ISField constructor.
Method Summary
java.lang.StringgetFieldId()
get the String name of the Field defined by the IS syntax
FieldgetNodeField()
get the node field (left side of "IS")
FieldgetPROTOfield()
get the PROTO interface field (right side of "IS")
Methods inherited from class com.trapezium.vrml.fields.Field
cloneFieldValue, fieldValueTraverse, getFieldType, getFieldValue, getFloat, getInterfaceType, getNode, getNodeParent, getNodeValue, isInUse, isISfield, markInUse, setFieldId, setFieldType, setFieldType, setFieldValue
Methods inherited from class com.trapezium.vrml.MultipleTokenElement
adjust, getLastTokenOffset, getText, isTraversable, setLastTokenOffset
Methods inherited from class com.trapezium.vrml.SingleTokenElement
getFirstTokenOffset, getName, setFirstTokenOffset
Methods inherited from class com.trapezium.vrml.VrmlElement
addChild, addWarning, contains, containsErrors, deregisterSelf, dump, dump, dumpUserDefined, getBaseName, getChildAt, getError, getLastChild, getParent, getRoot, getScene, getTokenEnumerator, isScene, numberChildren, removeChild, removeVrmlElement, setError, setParent, traverse, twoPassTraverse, vrmlClone
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Field Detail
protoField
Field protoField
nodeField
Field nodeField
Constructor Detail
ISField
public ISField(Field nodeField,
int tokenOffset,
com.trapezium.parse.TokenEnumerator v,
com.trapezium.vrml.node.PROTO protoParent)
Method Detail
getPROTOfield
public Field getPROTOfield()
getNodeField
public Field getNodeField()
getFieldId
public java.lang.String getFieldId()
getFieldId in class Field
Overview
Package
Class
Use
Deprecated
Index
Home >> All >> com >> trapezium >> vrml >> [ fields overview ]
PREV CLASS NEXT CLASS
SUMMARY:
JAVADOC |
SOURCE |
DOWNLOAD | NESTED | FIELD | CONSTR | METHOD
DETAIL: FIELD | CONSTR | METHOD
