Class | Description |
---|---|
BaseNode |
Base class for all VRML nodes.
|
Browser |
The browser interface provides a mechanism for scripts contained by
Script nodes to get and set browser state.
|
ConstField |
Parent for all constant fields.
|
ConstMField |
Parent for all immutable MFields.
|
Event |
Represents a VRML event.
|
Field |
Parent class of all VRML fields.
|
MField |
Parent class of all MFields.
|
Exception | Description |
---|---|
InvalidEventInException |
Thrown when no eventIn exists with the given name.
|
InvalidEventOutException |
Thrown when no eventOut exists with the given name.
|
InvalidExposedFieldException |
Thrown when no exposedField exists with the given name.
|
InvalidFieldChangeException |
Thrown when an attempt is made to set a VRML field that cannot be set.
|
InvalidFieldException |
Thrown when an invalid field name is used to request a field.
|
InvalidRouteException |
Exception thrown when an invalid route is specified.
|
InvalidVRMLSyntaxException |
Thrown when the given VRML syntax is invalid.
|