|
| | FreeWRLNode (FreeWRLBrowser b) |
| |
| String | toString () |
| |
| boolean | equals (Object o) |
| |
| String | getNodeName () throws InvalidNodeException, ConnectionException |
| |
| void | setPerlPtr (String p) |
| |
| String | getPerlPtr () |
| |
| String | getName () |
| |
| int[] | getNodeType () throws InvalidNodeException, ConnectionException |
| |
| X3DFieldDefinition[] | getFieldDefinitions () throws InvalidNodeException, ConnectionException |
| |
| X3DField | getField (String fieldName) throws InvalidNameException, InvalidNodeException, ConnectionException |
| |
| void | dispose () throws InvalidNodeException |
| |
| void | setNodeName (String n) |
| |
| void | setType (int t) |
| |
| void | setPointer (String p) |
| |
| String | getPointer () |
| |
| void | setMetadata (X3DMetadataObject data) throws InvalidNodeException, ConnectionException |
| |
| X3DMetadataObject | getMetadata () throws InvalidNodeException, ConnectionException |
| |
|
void | setMetadata (X3DMetadataObject data) throws InvalidNodeException, ConnectionException |
| |
|
X3DMetadataObject | getMetadata () throws InvalidNodeException, ConnectionException |
| |
|
String | getNodeName () throws InvalidNodeException, ConnectionException |
| |
|
X3DFieldDefinition[] | getFieldDefinitions () throws InvalidNodeException, ConnectionException |
| |
|
int[] | getNodeType () throws InvalidNodeException, ConnectionException |
| |
|
X3DField | getField (String name) throws InvalidNameException, InvalidNodeException, ConnectionException |
| |
|
void | dispose () |
| |
Definition at line 6 of file FreeWRLNode.java.
◆ FreeWRLNode()
◆ dispose()
◆ equals()
| boolean sai.FreeWRLNode.equals |
( |
Object |
o | ) |
|
|
inline |
◆ getField()
◆ getFieldDefinitions()
◆ getMetadata()
◆ getName()
| String sai.FreeWRLNode.getName |
( |
| ) |
|
|
inline |
◆ getNodeName()
◆ getNodeType()
◆ getPerlPtr()
| String sai.FreeWRLNode.getPerlPtr |
( |
| ) |
|
|
inline |
◆ getPointer()
| String sai.FreeWRLNode.getPointer |
( |
| ) |
|
|
inline |
◆ setMetadata()
◆ setNodeName()
| void sai.FreeWRLNode.setNodeName |
( |
String |
n | ) |
|
|
inline |
◆ setPerlPtr()
| void sai.FreeWRLNode.setPerlPtr |
( |
String |
p | ) |
|
|
inline |
◆ setPointer()
| void sai.FreeWRLNode.setPointer |
( |
String |
p | ) |
|
|
inline |
◆ setType()
| void sai.FreeWRLNode.setType |
( |
int |
t | ) |
|
|
inline |
◆ toString()
| String sai.FreeWRLNode.toString |
( |
| ) |
|
|
inline |
The documentation for this class was generated from the following file: