|
Xj3D 2.0 VRML/X3D Code API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectvrml.BaseNode
vrml.node.Node
org.web3d.vrml.scripting.jsai.JSAINode
public class JSAINode
Local wrapper for the JSAI Node class.
| Field Summary |
|---|
| Fields inherited from class vrml.BaseNode |
|---|
browser, nodeName, realNode |
| Constructor Summary | |
|---|---|
JSAINode(VRMLNodeType node,
Browser b,
FieldFactory factory)
Construct a new node instance based on the underlying VRML node |
|
| Method Summary | |
|---|---|
protected ConstField |
createConstField(java.lang.String name)
Create a constant field that represents an eventOut. |
protected Field |
createField(java.lang.String name,
boolean checkEventIn)
Create a field given a name. |
| Methods inherited from class vrml.node.Node |
|---|
getEventIn, getEventOut, getExposedField |
| Methods inherited from class vrml.BaseNode |
|---|
getBrowser, getImplNode, getType |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public JSAINode(VRMLNodeType node,
Browser b,
FieldFactory factory)
node - The node to useb - The browser to use with this nodefactory - The Factory used to create fields
java.lang.NullPointerException - The node reference was null| Method Detail |
|---|
protected Field createField(java.lang.String name,
boolean checkEventIn)
createField in class Nodename - The name of the field to fetchcheckEventIn - true if we should check for an event in
InvalidEventInException - The field is not an eventIn
InvalidExposedFieldException - The field is not an exposedFieldprotected ConstField createConstField(java.lang.String name)
createConstField in class Nodename - The name of the field to fetch
InvalidEventInException - The field is not an eventOut
|
Xj3D 2.0 VRML/X3D Code API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||