| |
|
| java.lang.Object org.jdesktop.j3d.loaders.vrml97.impl.BaseNode
All known Subclasses: org.jdesktop.j3d.loaders.vrml97.impl.ProtoUseNode, org.jdesktop.j3d.loaders.vrml97.impl.Script, org.jdesktop.j3d.loaders.vrml97.impl.Node,
BaseNode | abstract public class BaseNode (Code) | | Description of the Class
|
implReady | boolean implReady(Code) | | |
BaseNode | public BaseNode(Browser browser)(Code) | | Constructor for the BaseNode object
Parameters: browser - Description of the Parameter |
BaseNode | BaseNode(Loader loader)(Code) | | Constructor for the BaseNode object
Parameters: loader - Description of the Parameter |
clone | abstract public Object clone()(Code) | | Description of the Method
Description of the Return Value |
define | void define(String defName)(Code) | | Description of the Method
Parameters: defName - Description of the Parameter |
getBrowser | public Browser getBrowser()(Code) | | Gets the browser attribute of the BaseNode object
The browser value |
getField | abstract public Field getField(String fieldName)(Code) | | Gets the field attribute of the BaseNode object
Parameters: fieldName - Description of the Parameter The field value |
getNumTris | public int getNumTris()(Code) | | Gets the numTris attribute of the BaseNode object
The numTris value |
getType | abstract public String getType()(Code) | | Gets the type attribute of the BaseNode object
The type value |
initImpl | void initImpl()(Code) | | Description of the Method
|
notifyMethod | abstract public void notifyMethod(String s, double time)(Code) | | Description of the Method
Parameters: s - Description of the Parameter Parameters: time - Description of the Parameter |
registerUse | void registerUse(Scene scene)(Code) | | Description of the Method
Parameters: scene - Description of the Parameter |
toString | final public String toString()(Code) | | Description of the Method
Description of the Return Value |
toStringBody | String toStringBody()(Code) | | Description of the Method
Description of the Return Value |
toStringId | public String toStringId()(Code) | | Description of the Method
Description of the Return Value |
updateParent | void updateParent(javax.media.j3d.Node parentImpl)(Code) | | Description of the Method
Parameters: parentImpl - Description of the Parameter |
wrap | abstract public vrml.BaseNode wrap()(Code) | | Description of the Method
Description of the Return Value |
|
|
|