vrml.node
Class Script

java.lang.Object
  extended byvrml.BaseNode
      extended byvrml.node.Script
Direct Known Subclasses:
ScriptNodeEventOutControl, ScriptNodeFieldControl

public abstract class Script
extends BaseNode


Constructor Summary
Script()
           
 
Method Summary
 void eventsProcessed()
           
protected  Field getEventIn(java.lang.String eventInName)
           
protected  Field getEventOut(java.lang.String eventOutName)
           
protected  Field getField(java.lang.String fieldName)
           
 void initialize()
           
 void processEvent(Event event)
           
 void processEvents(int count, Event[] events)
           
 void shutdown()
           
 java.lang.String toString()
           
 
Methods inherited from class vrml.BaseNode
getBrowser, getType
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Script

public Script()
Method Detail

initialize

public void initialize()

getField

protected final Field getField(java.lang.String fieldName)

getEventOut

protected final Field getEventOut(java.lang.String eventOutName)

getEventIn

protected final Field getEventIn(java.lang.String eventInName)

processEvents

public void processEvents(int count,
                          Event[] events)

processEvent

public void processEvent(Event event)

eventsProcessed

public void eventsProcessed()

shutdown

public void shutdown()

toString

public java.lang.String toString()