Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

vrml.node
Class Node  view Node download Node.java

java.lang.Object
  extended byvrml.BaseNode
      extended byvrml.node.Node

public class Node
extends vrml.BaseNode

This is the general Node class


Field Summary
 
Fields inherited from class vrml.BaseNode
 
Constructor Summary
protected Node()
           
  Node(vrml.Browser browser, vrml.external.Node node)
           
 
Method Summary
 vrml.Field getEventIn(java.lang.String eventInName)
          Get an EventIn by name.
 vrml.ConstField getEventOut(java.lang.String eventOutName)
          Get an EventOut by name.
 vrml.Field getExposedField(java.lang.String exposedFieldName)
          Get an exposed field by name.
 
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

Node

protected Node()

Node

public Node(vrml.Browser browser,
            vrml.external.Node node)
Method Detail

getEventIn

public final vrml.Field getEventIn(java.lang.String eventInName)
Get an EventIn by name. Return value is write-only. Throws an InvalidEventInException if eventInName isn't a valid eventIn name for a node of this type.


getEventOut

public final vrml.ConstField getEventOut(java.lang.String eventOutName)
Get an EventOut by name. Return value is read-only. Throws an InvalidEventOutException if eventOutName isn't a valid eventOut name for a node of this type.


getExposedField

public final vrml.Field getExposedField(java.lang.String exposedFieldName)
Get an exposed field by name. Throws an InvalidExposedFieldException if exposedFieldName isn't a valid exposedField name for a node of this type.