Uses of Class
org.web3d.x3d.sai.InvalidNodeException
Packages that use InvalidNodeException
Package
Description
-
Uses of InvalidNodeException in org.web3d.vrml.scripting.external.sai
Methods in org.web3d.vrml.scripting.external.sai that throw InvalidNodeExceptionModifier and TypeMethodDescriptionSAIExternProtoDeclaration.createInstance()
SAIProtoDeclaration.createInstance()
void
SAIExternProtoDeclaration.dispose()
void
SAINode.dispose()
void
SAIProtoDeclaration.dispose()
SAIFieldFactory.getField
(VRMLNodeType vrmlNode, int fieldID, String eventName) Produce an asynchronous field.SAIFieldFactory.getField
(VRMLNodeType vrmlNode, String eventName) Produce an asynchronous field.SAIExternProtoDeclaration.getFieldDefinitions()
SAINode.getFieldDefinitions()
SAIProtoDeclaration.getFieldDefinitions()
SAINode.getNodeName()
int[]
SAIExternProtoDeclaration.getNodeType()
int[]
SAINode.getNodeType()
int[]
SAIProtoDeclaration.getNodeType()
SAIExternProtoDeclaration.getProtoName()
SAIProtoDeclaration.getProtoName()
SAIFieldFactory.getStoredField
(VRMLNodeType vrmlNode, int fieldID, String eventName, boolean isInput) Produce an stored field. -
Uses of InvalidNodeException in org.web3d.vrml.scripting.sai
Methods in org.web3d.vrml.scripting.sai that throw InvalidNodeExceptionModifier and TypeMethodDescriptionBaseExecutionContext.addRoute
(X3DNode fromX3DNode, String readableField, X3DNode toX3DNode, String writableField) Add a route in this scene.void
BaseNode.dispose()
Dispose of this node's resources.Get a field for this node.BaseNode.getFieldDefinitions()
Get the list of fields that this node contains.BaseNode.getMetadata()
Get the metadata object associated with this node.BaseNode.getNodeName()
Get the type of this node.int[]
BaseNode.getNodeType()
Get the basic categorisation type(s) of this node.boolean
BaseNode.isRealized()
Check to see if this node has completed its setup either by being directly informed of it or through implicit measures (see the specification for details).void
BaseNode.realize()
Notify this node that its setup stage is now complete.void
BaseNode.setMetadata
(X3DMetadataObject node) Set the Metadata object that belongs to this node.BaseNode.toString()
Generate a string version of this node's representation. -
Uses of InvalidNodeException in org.web3d.x3d.sai
Methods in org.web3d.x3d.sai that throw InvalidNodeExceptionModifier and TypeMethodDescriptionX3DExecutionContext.addRoute
(X3DNode fromX3DNode, String readableField, X3DNode toX3DNode, String writableField) Add a route in this scene.X3DProtoDeclaration.createInstance()
Create an instance of this proto that may be used at runtime.void
X3DNode.dispose()
Dispose of this node's resources.void
X3DProtoDeclaration.dispose()
Dispose of this node's resources.Get a field for this node.X3DNode.getFieldDefinitions()
Get the list of fields that this node contains.X3DProtoDeclaration.getFieldDefinitions()
Get the list of fields that this node contains.X3DNode.getNodeName()
Get the type of this node.int[]
X3DNode.getNodeType()
Get the basic categorisation type(s) of this node.int[]
X3DProtoDeclaration.getNodeType()
Fetch the type of this proto.X3DProtoDeclaration.getProtoName()
Get the type of this node.boolean
X3DNode.isRealized()
Check to see if this node has completed its setup either by being directly informed of it or through implicit measures (see the specification for details).void
X3DNode.realize()
Notify this node that its setup stage is now complete.void
Set the node value in the given eventIn.