|
j3d-vrml97-0.1.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jdesktop.j3d.loaders.vrml97.impl.BaseNode
org.jdesktop.j3d.loaders.vrml97.impl.Node
public abstract class Node
Description of the Class
Field Summary | |
---|---|
Hashtable |
FieldSpec
Description of the Field |
Constructor Summary | |
---|---|
Node(Browser browser)
Constructor for the ImplNode object |
|
Node(Loader loader)
Constructor for the Node object |
Method Summary | |
---|---|
Field |
getEventIn(String eventInName)
Gets the eventIn attribute of the Node object |
ConstField |
getEventOut(String eventOutName)
Gets the eventOut attribute of the Node object |
Field |
getExposedField(String fieldName)
Gets the exposedField attribute of the Node object |
Field |
getField(String fieldName)
Gets the field attribute of the Node object |
abstract void |
notifyMethod(String eventInName,
double time)
Description of the Method |
BaseNode |
wrap()
Description of the Method |
Methods inherited from class org.jdesktop.j3d.loaders.vrml97.impl.BaseNode |
---|
clone, getBrowser, getImplNode, getNumTris, getType, toString, toStringId |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public Hashtable FieldSpec
Constructor Detail |
---|
public Node(Browser browser)
browser
- Description of the Parameterpublic Node(Loader loader)
loader
- Description of the ParameterMethod Detail |
---|
public Field getExposedField(String fieldName) throws InvalidExposedFieldException
fieldName
- Description of the Parameter
InvalidExposedFieldException
- Description of the Exceptionpublic ConstField getEventOut(String eventOutName) throws InvalidEventOutException
eventOutName
- Description of the Parameter
InvalidEventOutException
- Description of the Exceptionpublic Field getEventIn(String eventInName) throws InvalidEventInException
eventInName
- Description of the Parameter
InvalidEventInException
- Description of the Exceptionpublic Field getField(String fieldName) throws InvalidFieldException
getField
in class BaseNode
fieldName
- Description of the Parameter
InvalidFieldException
- Description of the Exceptionpublic abstract void notifyMethod(String eventInName, double time)
notifyMethod
in interface Notifier
notifyMethod
in class BaseNode
eventInName
- Description of the Parametertime
- Description of the Parameterpublic BaseNode wrap()
wrap
in class BaseNode
|
j3d-vrml97-0.1.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |