|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectvrml.BaseNode
vrml.node.Node
public abstract class Node
The general node class.
Constructor Summary | |
---|---|
Node(long peer)
|
Method Summary | |
---|---|
Field |
getEventIn(java.lang.String eventInName)
Get an EventIn by name. |
ConstField |
getEventOut(java.lang.String eventOutName)
Get an EventOut by name. |
Field |
getExposedField(java.lang.String exposedFieldName)
Get an exposed field by name. |
java.lang.String |
toString()
Returns a string representation of the node. |
Methods inherited from class vrml.BaseNode |
---|
dispose, finalize, getBrowser, getType |
Methods inherited from class java.lang.Object |
---|
clone, equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public Node(long peer)
Method Detail |
---|
public final Field getEventIn(java.lang.String eventInName) throws InvalidEventInException
eventInName
- Name of eventIn to retrieve.
InvalidEventInException
- Invalid eventIn name specified.public final ConstField getEventOut(java.lang.String eventOutName) throws InvalidEventOutException
eventOutName
- Name of eventOut to retrieve.
InvalidEventOutException
- Invalid eventOut name specified.public final Field getExposedField(java.lang.String exposedFieldName) throws InvalidExposedFieldException
exposedFieldName
- Name of exposedField to retrieve.
InvalidExposedFieldException
- if exposedField name is invalid.public java.lang.String toString()
BaseNode
toString
in class BaseNode
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |