|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--vrml.external.Node
Constructor Summary | |
Node(Node pwnode,
Scene scene)
|
Method Summary | |
EventIn |
getEventIn(java.lang.String name)
Means of getting a handle to an EventIn of this node. |
EventOut |
getEventOut(java.lang.String name)
Means of getting a handle to an EventOut of this node. |
Node |
getpwNode()
|
java.lang.String |
getType()
Get a string specifying the type of this node. |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Constructor Detail |
public Node(Node pwnode, Scene scene)
Method Detail |
public java.lang.String getType()
public EventIn getEventIn(java.lang.String name) throws InvalidEventInException
public EventOut getEventOut(java.lang.String name) throws InvalidEventOutException
public Node getpwNode()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |