|
|||||||||
| Home >> All >> [ vrml overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
vrml
Class BaseNode

java.lang.Objectvrml.BaseNode
- public class BaseNode
- extends java.lang.Object
This is the general BaseNode class
| Field Summary | |
private Browser |
browser
|
(package private) vrml.external.Node |
node
|
| Constructor Summary | |
protected |
BaseNode()
|
|
BaseNode(Browser browser,
vrml.external.Node node)
|
| Method Summary | |
Browser |
getBrowser()
Get the Browser that this node is contained in. |
java.lang.String |
getType()
Returns the type of the node. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
node
vrml.external.Node node
browser
private Browser browser
| Constructor Detail |
BaseNode
protected BaseNode()
BaseNode
public BaseNode(Browser browser, vrml.external.Node node)
| Method Detail |
getType
public java.lang.String getType()
- Returns the type of the node. If the node is a prototype
it returns the name of the prototype.
getBrowser
public Browser getBrowser()
- Get the Browser that this node is contained in.
|
|||||||||
| Home >> All >> [ vrml overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
vrml.BaseNode