Uses of Class
vrml.BaseNode
Packages that use BaseNode
-
Uses of BaseNode in org.web3d.vrml.scripting.jsai
Subclasses of BaseNode in org.web3d.vrml.scripting.jsai -
Uses of BaseNode in vrml
Modifier and TypeMethodDescriptionBaseNode[]
Browser.createVrmlFromString
(String vrmlSyntax) Parse the given string and turn this into a list of VRML nodes.Modifier and TypeMethodDescriptionvoid
Add a route between two nodes, from an eventOut to an eventIn.void
Browser.createVrmlFromURL
(String[] url, BaseNode node, String event) Create and load VRML from the given URL and place the returned values as nodes into the given VRML node in the scene.void
Browser.deleteRoute
(BaseNode fromNode, String fromEventOut, BaseNode toNode, String toEventIn) Delete a route between two nodes.void
Browser.replaceWorld
(BaseNode[] nodes) Replace the current world with the given nodes. -
Uses of BaseNode in vrml.field
Fields in vrml.field declared as BaseNodeModifier and TypeFieldDescriptionprotected BaseNode[]
ConstMFNode.data
The data that the field containsprotected BaseNode
ConstSFNode.data
The data that the field containsprotected BaseNode[]
MFNode.data
The rot valuesprotected BaseNode
SFNode.data
The value of this fieldMethods in vrml.field that return BaseNodeModifier and TypeMethodDescriptionConstMFNode.get1Value
(int index) Fetch the value at the given array index positionMFNode.get1Value
(int index) Get the value of the field at the given indexConstSFNode.getValue()
Fetch the value of the field.SFNode.getValue()
Return the value of this fieldMethods in vrml.field with parameters of type BaseNodeModifier and TypeMethodDescriptionvoid
Add this value to the end of the list.void
Copy the values of this array BaseNodeo the user provided array.void
Copy the values from this field into the user arrayvoid
MFNode.insertValue
(int index, BaseNode node) Insert a value at the given index into the arrayvoid
Replace one value in the array with this value.void
Replace the value of this array with a subsection of the given values.void
Replace the value of this array with the given valuesvoid
Set the field to the new valueConstructors in vrml.field with parameters of type BaseNodeModifierConstructorDescriptionConstMFNode
(int size, BaseNode[] values) Construct new constant field based on the subset of the given values.ConstMFNode
(BaseNode[] values) Construct a new constant field based on all the given values.ConstSFNode
(BaseNode value) Construct a new constant field based on the given value.Create a new BaseNode array based on a selection of valuesCreate a new BaseNode array based on all the values.Construct a field using the given value. -
Uses of BaseNode in vrml.node