Uses of Interface
org.web3d.vrml.nodes.VRMLExternProtoDeclare
Packages that use VRMLExternProtoDeclare
Package
Description
-
Uses of VRMLExternProtoDeclare in org.web3d.vrml.nodes
Methods in org.web3d.vrml.nodes that return types with arguments of type VRMLExternProtoDeclareModifier and TypeMethodDescriptionVRMLScene.getExternProtos()
Get the list of EXTERNPROTOs declared in this scene. -
Uses of VRMLExternProtoDeclare in org.web3d.vrml.nodes.proto
Classes in org.web3d.vrml.nodes.proto that implement VRMLExternProtoDeclareModifier and TypeClassDescriptionclass
ExternalPrototypeDecl is an implementation of the VRMLExternProtoDeclare interface. -
Uses of VRMLExternProtoDeclare in org.web3d.vrml.renderer
Classes in org.web3d.vrml.renderer that implement VRMLExternProtoDeclareModifier and TypeClassDescriptionclass
A CR External Prototype Declaration.Methods in org.web3d.vrml.renderer that return types with arguments of type VRMLExternProtoDeclareModifier and TypeMethodDescriptionCRVRMLScene.getExternProtos()
Get the list of EXTERNPROTOs declared in this scene.Methods in org.web3d.vrml.renderer with parameters of type VRMLExternProtoDeclareModifier and TypeMethodDescriptionvoid
CRVRMLScene.addExternProto
(VRMLExternProtoDeclare node) Add a new EXTERNPROTO instance to the internal list.void
CRVRMLScene.removeExternProto
(VRMLExternProtoDeclare node) Remove an EXTERNPROTO instance from the internal list. -
Uses of VRMLExternProtoDeclare in org.web3d.vrml.renderer.norender
Classes in org.web3d.vrml.renderer.norender that implement VRMLExternProtoDeclareModifier and TypeClassDescriptionclass
Null renderer-specific External Prototype Declaration. -
Uses of VRMLExternProtoDeclare in org.web3d.vrml.renderer.ogl
Classes in org.web3d.vrml.renderer.ogl that implement VRMLExternProtoDeclareModifier and TypeClassDescriptionclass
OpenGL-specific External Prototype Declaration. -
Uses of VRMLExternProtoDeclare in org.web3d.vrml.scripting.ecmascript.x3d
Constructors in org.web3d.vrml.scripting.ecmascript.x3d with parameters of type VRMLExternProtoDeclareModifierConstructorDescriptionExternProtoDeclaration
(VRMLExternProtoDeclare decl, BasicScene scene) Construct an ExternProto representation from the given internal representation. -
Uses of VRMLExternProtoDeclare in org.web3d.vrml.scripting.external.sai
Constructors in org.web3d.vrml.scripting.external.sai with parameters of type VRMLExternProtoDeclareModifierConstructorDescriptionSAIExternProtoDeclaration
(SAINodeFactory factory, VRMLExternProtoDeclare externProto, BasicScene scene) -
Uses of VRMLExternProtoDeclare in org.web3d.vrml.scripting.sai
Methods in org.web3d.vrml.scripting.sai that return types with arguments of type VRMLExternProtoDeclareModifier and TypeMethodDescriptionSAIVRMLScene.getExternProtos()
Get the list of EXTERNPROTOs declared in this scene.Methods in org.web3d.vrml.scripting.sai with parameters of type VRMLExternProtoDeclareModifier and TypeMethodDescriptionvoid
SAIVRMLScene.addExternProto
(VRMLExternProtoDeclare node) Add a new EXTERNPROTO instance to the internal list.void
SAIVRMLScene.removeExternProto
(VRMLExternProtoDeclare node) Remove an EXTERNPROTO instance from the internal list. -
Uses of VRMLExternProtoDeclare in org.xj3d.core.loading
Methods in org.xj3d.core.loading with parameters of type VRMLExternProtoDeclareModifier and TypeMethodDescriptionvoid
ContentLoadManager.queueExternProtoLoad
(VRMLExternProtoDeclare proto) Queue for loading a single externproto implementation. -
Uses of VRMLExternProtoDeclare in org.xj3d.impl.core.loading
Methods in org.xj3d.impl.core.loading with parameters of type VRMLExternProtoDeclareModifier and TypeMethodDescriptionvoid
AbstractLoadManager.queueExternProtoLoad
(VRMLExternProtoDeclare proto) Queue for loading a single externproto implementation.