|
|||||||||
| Home >> All >> com >> trapezium >> [ vrml overview ] | PREV NEXT | ||||||||
Uses of Class
com.trapezium.vrml.VrmlElement
| Uses of VrmlElement in com.trapezium.vrml |
| Subclasses of VrmlElement in com.trapezium.vrml | |
class |
BadFieldId
Scene graph component representing an unknown field id. |
class |
ErrorElement
Scene graph component representing an error. |
class |
FieldId
Scene graph component representing a field id. |
class |
LeftBrace
Scene graph component representing a LeftBrace. |
class |
LeftBracket
Scene graph component representing a LeftBracket. |
class |
MultipleTokenElement
Scene graph component representing a range of tokens. |
class |
NodeTypeId
Scene graph component representing a new node type defined by PROTO or EXTERNPROTO. |
class |
RightBrace
Scene graph component representing a RightBrace. |
class |
RightBracket
Scene graph component representing a RightBracket. |
class |
ROUTE
Scene graph component representing a ROUTE. |
class |
RouteDestination
Scene graph component representing a ROUTE destination. |
class |
RouteElement
Abstract base class for a ROUTE source or ROUTE destination. |
class |
RouteSource
Scene graph component representing a ROUTE source. |
class |
Scene
Scene graph component representing an entire VRML file, or the body of a PROTO. |
class |
ScriptFileParsed
Scene graph component used as a marker on a node to indicate that there is an associated javascript component. |
class |
ScriptFunction
Scene graph component representing a javascript function, found by looking in either the "javascript:..." url or a javascript file referenced by a url. |
class |
SingleTokenElement
Base class for scene graph component made up of a single token. |
class |
TO
Scene graph component representing the "TO" portion of a ROUTE. |
class |
Value
Scene graph component representing a value. |
class |
VrmlElementContainer
Adds nothing to MultipleTokenElement, needs to be removed. |
| Fields in com.trapezium.vrml declared as VrmlElement | |
(package private) VrmlElement |
VrmlElement.parent
parent, necessary for scoping searches |
| Methods in com.trapezium.vrml that return VrmlElement | |
VrmlElement |
VrmlElement.vrmlClone(VrmlElement protoInstance)
|
VrmlElement |
VrmlElement.getChildAt(int offset)
Get the specific child. |
VrmlElement |
VrmlElement.getLastChild()
Get the last child of this VrmlElement |
VrmlElement |
VrmlElement.getParent()
get this element's parent |
VrmlElement |
VrmlElement.getRoot()
Get the root of the scene graph |
VrmlElement |
VrmlElement.getScene()
Get the root scene containing this element. |
| Methods in com.trapezium.vrml with parameters of type VrmlElement | |
VrmlElement |
VrmlElement.vrmlClone(VrmlElement protoInstance)
|
void |
VrmlElement.removeVrmlElement(VrmlElement f)
Remove a child, and update the text as well. |
void |
VrmlElement.setParent(VrmlElement p)
set a child's parent |
|
|||||||||
| Home >> All >> com >> trapezium >> [ vrml overview ] | PREV NEXT | ||||||||