Contents | Package | Class | Tree | Deprecated | Index | Help
PREV | NEXT SHOW LISTS | HIDE LISTS

Class vrml.node.Script

java.lang.Object
    |
    +----vrml.BaseNode
            |
            +----vrml.node.Script

public abstract class Script
extends BaseNode

Constructor Summary
 Script()
 
 

Method Summary
void  eventsProcessed()
 
Field  getEventIn(java.lang.String eventInName)
 
Field  getEventOut(java.lang.String eventOutName)
 
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, toString, 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()
Overrides:
toString in class java.lang.Object

Contents | Package | Class | Tree | Deprecated | Index | Help
PREV | NEXT SHOW LISTS | HIDE LISTS