|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectvrml.BaseNode
public abstract class BaseNode
Base class for all VRML nodes.
Constructor Summary | |
---|---|
BaseNode()
|
|
BaseNode(long peer)
|
Method Summary | |
---|---|
protected void |
dispose()
Destroy the native peer instance. |
protected void |
finalize()
Finalize. |
Browser |
getBrowser()
Get the Browser associated with this node. |
java.lang.String |
getType()
Returns the type of the node. |
java.lang.String |
toString()
Returns a string representation of the node. |
Methods inherited from class java.lang.Object |
---|
clone, equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public BaseNode()
public BaseNode(long peer)
Method Detail |
---|
protected void dispose()
finalize()
.
If it is called before finalization, only finalize()
can safely be called on the instance subsequently.
protected void finalize() throws java.lang.Throwable
finalize
in class java.lang.Object
java.lang.Throwable
public java.lang.String getType()
public Browser getBrowser()
public java.lang.String toString()
toString
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |