Uses of Interface
org.web3d.x3d.sai.X3DProtoDeclaration
Packages that use X3DProtoDeclaration
Package
Description
-
Uses of X3DProtoDeclaration in org.web3d.vrml.scripting.external.sai
Classes in org.web3d.vrml.scripting.external.sai that implement X3DProtoDeclarationModifier and TypeClassDescriptionclass
Wrapper class for external PROTO declaration data.class
Implementation wrapper of the X3DProtoDeclaration interfaceMethods in org.web3d.vrml.scripting.external.sai with parameters of type X3DProtoDeclarationModifier and TypeMethodDescriptionSAINodeFactory.getSAIProtoNode
(VRMLNodeType node, X3DProtoDeclaration template) Create or locate an X3DProtoInstance node corresponding to this VRMLNodeType instance. -
Uses of X3DProtoDeclaration in org.web3d.vrml.scripting.sai
Fields in org.web3d.vrml.scripting.sai declared as X3DProtoDeclarationModifier and TypeFieldDescriptionprotected X3DProtoDeclaration[]
BaseExecutionContext.protos
The array of protos declaredMethods in org.web3d.vrml.scripting.sai that return X3DProtoDeclarationModifier and TypeMethodDescriptionBaseExecutionContext.getProtoDeclaration
(String name) Get the PROTO declaration representing the given name.Methods in org.web3d.vrml.scripting.sai with parameters of type X3DProtoDeclarationModifier and TypeMethodDescriptionvoid
BaseExecutionContext.updateProtoDeclaration
(String name, X3DProtoDeclaration proto) Add the PROTO declaration representing the given name. -
Uses of X3DProtoDeclaration in org.web3d.x3d.sai
Subinterfaces of X3DProtoDeclaration in org.web3d.x3d.saiModifier and TypeInterfaceDescriptioninterface
The representation of an EXTERNPROTO declaration.Methods in org.web3d.x3d.sai that return X3DProtoDeclarationModifier and TypeMethodDescriptionX3DExecutionContext.getProtoDeclaration
(String name) Get the PROTO declaration representing the given name.Methods in org.web3d.x3d.sai with parameters of type X3DProtoDeclarationModifier and TypeMethodDescriptionvoid
X3DExecutionContext.updateProtoDeclaration
(String name, X3DProtoDeclaration proto) Add the PROTO declaration representing the given name.