Uses of Interface
org.web3d.x3d.sai.X3DExternProtoDeclaration
Packages that use X3DExternProtoDeclaration
Package
Description
-
Uses of X3DExternProtoDeclaration in org.web3d.vrml.scripting.external.sai
Classes in org.web3d.vrml.scripting.external.sai that implement X3DExternProtoDeclarationModifier and TypeClassDescriptionclass
Wrapper class for external PROTO declaration data. -
Uses of X3DExternProtoDeclaration in org.web3d.vrml.scripting.sai
Fields in org.web3d.vrml.scripting.sai declared as X3DExternProtoDeclarationModifier and TypeFieldDescriptionprotected X3DExternProtoDeclaration[]
BaseExecutionContext.externprotos
The list of extern protos declaredMethods in org.web3d.vrml.scripting.sai that return X3DExternProtoDeclarationModifier and TypeMethodDescriptionBaseExecutionContext.getExternProtoDeclaration
(String name) Get the EXTERNPROTO declaration representing the given name.Methods in org.web3d.vrml.scripting.sai with parameters of type X3DExternProtoDeclarationModifier and TypeMethodDescriptionvoid
BaseExecutionContext.updateExternProtoDeclaration
(String name, X3DExternProtoDeclaration externproto) Add the EXTERNPROTO declaration representing the given name. -
Uses of X3DExternProtoDeclaration in org.web3d.x3d.sai
Methods in org.web3d.x3d.sai that return X3DExternProtoDeclarationModifier and TypeMethodDescriptionX3DExecutionContext.getExternProtoDeclaration
(String name) Get the EXTERNPROTO declaration representing the given name.Methods in org.web3d.x3d.sai with parameters of type X3DExternProtoDeclarationModifier and TypeMethodDescriptionvoid
X3DExecutionContext.updateExternProtoDeclaration
(String name, X3DExternProtoDeclaration externproto) Add the EXTERNPROTO declaration representing the given name.