| |
|
| java.lang.Object vrml.BaseNode vrml.node.Script
Script | public class Script extends vrml.BaseNode (Code) | | This is the base class for VRML scripts.
|
Script | public Script()(Code) | | Constructor for the Script object
|
clone | public Object clone()(Code) | | Description of the Method
Description of the Return Value |
eventsProcessed | public void eventsProcessed()(Code) | | Called after every invocation of processEvents()
|
getBrowser | public vrml.Browser getBrowser()(Code) | | Gets the browser attribute of the Script object
The browser value |
getEventIn | final protected synchronized Field getEventIn(String eventInName) throws InvalidEventInException(Code) | | Returns the EventIn specified in the VRML which invokes the script
Parameters: eventInName - Description of the Parameter The eventIn value exception: InvalidEventInException - Description of the Exception |
getEventOut | final protected synchronized Field getEventOut(String eventOutName) throws InvalidEventOutException(Code) | | Returns the EventOut specified in the VRML which invokes the script
Parameters: eventOutName - Description of the Parameter The eventOut value exception: InvalidEventOutException - Description of the Exception |
getField | final protected synchronized Field getField(String fieldName) throws InvalidFieldException(Code) | | Returns the Field specified in the VRML which invokes the script
Parameters: fieldName - Description of the Parameter The field value exception: InvalidFieldException - Description of the Exception |
getType | public String getType()(Code) | | Gets the type attribute of the Script object
The type value |
initialize | public void initialize()(Code) | | Called before any event is generated
|
processEvent | public void processEvent(Event event)(Code) | | Called when there is an Event to be processed
Parameters: event - Description of the Parameter |
processEvents | public void processEvents(int count, Event[] events)(Code) | | Called when there are Events to be processed
Parameters: count - Description of the Parameter Parameters: events - Description of the Parameter |
shutdown | public void shutdown()(Code) | | Called when the Script node is deleted
|
|
|
|