Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Package com.trapezium.vrml.node

Interface Summary
Verifier Interface common to all node specific verifiers.
 

Class Summary
BackgroundVerifier Verifies information in Background node.
ColorInterpolatorVerifier Verifies ColorInterpolator nodes
CoordinateInterpolatorVerifier Verifies CoordinateInterpolator nodes
DEFUSENode Scene graph component for both a DEF and a USE node.
ElevationGridVerifier Verifies information in ElevationGrid node.
EXTERNPROTO Scene graph component for an EXTERNPROTO declaration.
ExtrusionVerifier Verifies Extrusion
IndexedFaceSetVerifier Verifies fields within an IndexedFaceSet.
IndexedLineSetVerifier Verifies fields within an IndexedLineeSet.
IndexInfo Tracks association between index, perVertex, and value fields.
InterpolatorVerifier Base class for verifying information in interpolators.
LODverifier Verifies information in LOD node.
MFInterpolatorVerifier Base class for verifying interpolators that have one or more data values for each key value.
Node Base class for all nodes.
NodeType Verifiers for Background, LOD, and Interpolator nodes.
NormalInterpolatorVerifier Verifies NormalInterpolator nodes
NULLNode Scene graph component for the node "NULL".
OrientationInterpolatorVerifier Verifies OrientationInterpolator nodes
PointSetVerifier Verifies PointSet
PositionInterpolatorVerifier Verifies PositionInterpolator nodes
PROTO Scene graph component for a PROTO declaration.
PROTObase Base class for PROTO and EXTERNPROTO scene graph components.
PROTOInstance Scene graph component for a PROTO instance.
ScalarInterpolatorVerifier Verifies ScalarInterpolator nodes
ScriptInstance Scene graph component for a Script.
SFInterpolatorVerifier Base class for verifying interpolators that have a single data value for each key value.
ShapeVerifier Verifies Shape node
TextVerifier Verifies Text node
TimeSensorVerifier Verifies TimeSensor node.
TokenData Token information needed for moving VrmlElements between scene graphs.
Translator Converts an index field offset into an offset into a value node.
UsageInfo Tracks usage info on a set of coordinates.
 

Exception Summary
InvalidChildNodeException Exception thrown when trying to do a grouping node operation on a non-grouping node.
InvalidFieldException Exception thrown when trying to access a field which doesn't exist for a node.
InvalidNodeException Exception thrown when trying to access a field which doesn't exist for a node.
NotAGroupingNodeException Exception thrown when trying to do a grouping node operation on a non-grouping node.