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 TypeClassDescriptionclassExternalPrototypeDecl 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 TypeClassDescriptionclassA 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 TypeMethodDescriptionvoidCRVRMLScene.addExternProto(VRMLExternProtoDeclare node) Add a new EXTERNPROTO instance to the internal list.voidCRVRMLScene.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 TypeClassDescriptionclassNull 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 TypeClassDescriptionclassOpenGL-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 TypeMethodDescriptionvoidSAIVRMLScene.addExternProto(VRMLExternProtoDeclare node) Add a new EXTERNPROTO instance to the internal list.voidSAIVRMLScene.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 TypeMethodDescriptionvoidContentLoadManager.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 TypeMethodDescriptionvoidAbstractLoadManager.queueExternProtoLoad(VRMLExternProtoDeclare proto) Queue for loading a single externproto implementation.