Class NurbsCurve

java.lang.Object
  extended by vrml.BaseNode
      extended by vrml.node.Script
          extended by NurbsCurve

public class NurbsCurve
extends vrml.node.Script


Constructor Summary
NurbsCurve()
           
 
Method Summary
 void initialize()
           
 void processEvent(vrml.Event e)
           
 
Methods inherited from class vrml.node.Script
eventsProcessed, getEventIn, getEventOut, getField, processEvents, shutdown, 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

NurbsCurve

public NurbsCurve()
Method Detail

initialize

public void initialize()
Overrides:
initialize in class vrml.node.Script

processEvent

public void processEvent(vrml.Event e)
Overrides:
processEvent in class vrml.node.Script