|
j3d-vrml97-0.1.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jdesktop.j3d.loaders.vrml97.impl.BaseNode
public abstract class BaseNode
Description of the Class
Constructor Summary | |
---|---|
BaseNode(Browser browser)
Constructor for the BaseNode object |
Method Summary | |
---|---|
abstract Object |
clone()
Description of the Method |
Browser |
getBrowser()
Gets the browser attribute of the BaseNode object |
abstract Field |
getField(String fieldName)
Gets the field attribute of the BaseNode object |
Node |
getImplNode()
Gets the implNode attribute of the BaseNode object |
int |
getNumTris()
Gets the numTris attribute of the BaseNode object |
abstract String |
getType()
Gets the type attribute of the BaseNode object |
abstract void |
notifyMethod(String s,
double time)
Description of the Method |
String |
toString()
Description of the Method |
String |
toStringId()
Description of the Method |
abstract BaseNode |
wrap()
Description of the Method |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public BaseNode(Browser browser)
browser
- Description of the ParameterMethod Detail |
---|
public abstract String getType()
public abstract Object clone()
clone
in class Object
public abstract void notifyMethod(String s, double time)
s
- Description of the Parametertime
- Description of the Parameterpublic abstract BaseNode wrap()
public abstract Field getField(String fieldName)
fieldName
- Description of the Parameter
public Browser getBrowser()
public Node getImplNode()
public int getNumTris()
public final String toString()
toString
in class Object
public String toStringId()
|
j3d-vrml97-0.1.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |