Uses of Interface
org.web3d.vrml.nodes.VRMLProtoDeclare
Packages that use VRMLProtoDeclare
Package
Description
-
Uses of VRMLProtoDeclare in org.web3d.vrml.nodes
Methods in org.web3d.vrml.nodes that return VRMLProtoDeclareModifier and TypeMethodDescriptionVRMLScene.getFirstProto()
Get the first PROTO declared in this scene.VRMLExternProtoDeclare.getProtoDetails()
Get the real prototype information that this external reference maps to.Methods in org.web3d.vrml.nodes that return types with arguments of type VRMLProtoDeclareModifier and TypeMethodDescriptionVRMLScene.getProtos()
Get the list of ordinary PROTO's declared in this scene. -
Uses of VRMLProtoDeclare in org.web3d.vrml.nodes.proto
Classes in org.web3d.vrml.nodes.proto that implement VRMLProtoDeclareModifier and TypeClassDescriptionclass
Denotes an ordinary prototype node declaration.Methods in org.web3d.vrml.nodes.proto that return VRMLProtoDeclareModifier and TypeMethodDescriptionExternalPrototypeDecl.getProtoDetails()
Get the real prototype information that this external reference maps to. -
Uses of VRMLProtoDeclare in org.web3d.vrml.renderer
Methods in org.web3d.vrml.renderer that return VRMLProtoDeclareModifier and TypeMethodDescriptionCRVRMLScene.getFirstProto()
Get the first PROTO declared in this scene.Methods in org.web3d.vrml.renderer that return types with arguments of type VRMLProtoDeclareModifier and TypeMethodDescriptionCRVRMLScene.getProtos()
Get the list of ordinary PROTO's declared in this scene.Methods in org.web3d.vrml.renderer with parameters of type VRMLProtoDeclareModifier and TypeMethodDescriptionvoid
CRVRMLScene.addProto
(VRMLProtoDeclare node) Add a new proto instance to the internal list.void
CRVRMLScene.removeProto
(VRMLProtoDeclare node) Remove a proto instance from the internal list. -
Uses of VRMLProtoDeclare in org.web3d.vrml.scripting.ecmascript.x3d
Constructors in org.web3d.vrml.scripting.ecmascript.x3d with parameters of type VRMLProtoDeclareModifierConstructorDescriptionProtoDeclaration
(VRMLProtoDeclare decl, BasicScene scene) Construct an ExternProto representation from the given internal representation. -
Uses of VRMLProtoDeclare in org.web3d.vrml.scripting.sai
Methods in org.web3d.vrml.scripting.sai that return VRMLProtoDeclareModifier and TypeMethodDescriptionSAIVRMLScene.getFirstProto()
Get the first PROTO declared in this scene.Methods in org.web3d.vrml.scripting.sai that return types with arguments of type VRMLProtoDeclareModifier and TypeMethodDescriptionSAIVRMLScene.getProtos()
Get the list of ordinary PROTO's declared in this scene.Methods in org.web3d.vrml.scripting.sai with parameters of type VRMLProtoDeclareModifier and TypeMethodDescriptionvoid
SAIVRMLScene.addProto
(VRMLProtoDeclare node) Add a new proto instance to the internal list.void
SAIVRMLScene.removeProto
(VRMLProtoDeclare node) Remove a proto instance from the internal list.