|
Xj3D VRML/X3D Code API | ||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | ||||||||||
See:
Description
| Class Summary | |
| BaseField | The base representation of any VRML field. |
| EventIn | A VRML eventIn class. |
| EventInMFColor | VRML eventIn class for MFColor. |
| EventInMFFloat | VRML eventIn class for MFFloat. |
| EventInMFInt32 | VRML eventIn class for MFInt32. |
| EventInMFNode | VRML eventIn class for MFNode. |
| EventInMFRotation | VRML eventIn class for MFRotation. |
| EventInMFString | VRML eventIn class for MFColor. |
| EventInMFTime | VRML eventIn class for MFTime. |
| EventInMFVec2f | VRML eventIn class for MFVec2f. |
| EventInMFVec3f | VRML eventIn class for MFVec3f. |
| EventInSFBool | VRML eventIn class for SFBool. |
| EventInSFColor | VRML eventIn class for SFColor. |
| EventInSFFloat | VRML eventIn class for SFFloat. |
| EventInSFImage | VRML eventIn class for SFImage. |
| EventInSFInt32 | VRML eventIn class for SFInt32. |
| EventInSFNode | VRML eventIn class for SFNode. |
| EventInSFRotation | VRML eventIn class for SFRotation. |
| EventInSFString | VRML eventIn class for SFString. |
| EventInSFTime | VRML eventIn class for SFTime. |
| EventInSFVec2f | VRML eventIn class for SFVec2f. |
| EventInSFVec3f | VRML eventIn class for SFVec3f. |
| EventOut | A VRML eventOut class. |
| EventOutMFColor | VRML eventOut class for MFColor. |
| EventOutMFFloat | VRML eventOut class for MFFloat. |
| EventOutMField | VRML eventOut base class for MF field values. |
| EventOutMFInt32 | VRML eventOut class for MFInt32. |
| EventOutMFNode | VRML eventIn class for MFNode. |
| EventOutMFRotation | VRML eventOut class for MFRotation. |
| EventOutMFString | VRML eventOut class for MFString. |
| EventOutMFTime | VRML eventIn class for MFTime. |
| EventOutMFVec2f | VRML eventIn class for MFVec2f. |
| EventOutMFVec3f | VRML eventIn class for MFVec3f. |
| EventOutSFBool | VRML eventOut class for SFBool. |
| EventOutSFColor | VRML eventOut class for SFColor. |
| EventOutSFFloat | VRML eventOut class for SFFloat. |
| EventOutSFImage | VRML eventOut class for SFImage. |
| EventOutSFInt32 | VRML eventOut class for SFInt32. |
| EventOutSFNode | VRML eventIn class for SFNode. |
| EventOutSFRotation | VRML eventOut class for SFRotation. |
| EventOutSFString | VRML eventOut class for SFString. |
| EventOutSFTime | VRML eventOut class for SFTime. |
| EventOutSFVec2f | VRML eventOut class for SFVec2f. |
| EventOutSFVec3f | VRML eventOut class for SFVec3f. |
| Exception Summary | |
| InvalidEventInException | The exception that is thrown when a reference to an eventIn is not valid. |
| InvalidEventOutException | The exception that is thrown when a reference to an eventOut is not valid. |
| InvalidFieldException | The exception that is thrown when a reference to any field is not valid. |
The classes for defining field interfaces to nodes.
Field access is broken into eventIn and eventOut references. Accessing an exposedField requires you to access either the eventIn or eventOut portion.
|
Xj3D VRML/X3D Code API | ||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | ||||||||||