Uses of Interface
org.web3d.vrml.lang.NodeTemplateToInstanceCreator
Packages that use NodeTemplateToInstanceCreator
Package
Description
-
Uses of NodeTemplateToInstanceCreator in org.web3d.vrml.nodes.proto
Fields in org.web3d.vrml.nodes.proto declared as NodeTemplateToInstanceCreatorModifier and TypeFieldDescriptionprotected NodeTemplateToInstanceCreator
AbstractProto.protoCreator
The proto creator that is responsible for creating new instances of this node.Methods in org.web3d.vrml.nodes.proto with parameters of type NodeTemplateToInstanceCreatorModifier and TypeMethodDescriptionvoid
ProtoBuilder.newProto
(NodeTemplateToInstanceCreator creator) Start a new proto definition within the current document context.Constructors in org.web3d.vrml.nodes.proto with parameters of type NodeTemplateToInstanceCreatorModifierConstructorDescriptionAbstractProto
(String name, int majorVersion, int minorVersion, NodeTemplateToInstanceCreator creator) Create a new instance of a proto that has the given name.ExternalPrototypeDecl
(String name, int majorVersion, int minorVersion, NodeTemplateToInstanceCreator creator) Create a new instance of a proto that has the given name.ProtoInstancePlaceHolder
(VRMLNodeTemplate proto, int major, int minor, boolean staticNodes, NodeTemplateToInstanceCreator creator) Create a new instance place holder that represents the given proto declaration.PrototypeDecl
(String name, int majorVersion, int minorVersion, NodeTemplateToInstanceCreator creator) Create a new instance of a proto that has the given name that may have its IS semantics defined according to the different specification models. -
Uses of NodeTemplateToInstanceCreator in org.web3d.vrml.renderer
Classes in org.web3d.vrml.renderer that implement NodeTemplateToInstanceCreatorModifier and TypeClassDescriptionclass
A class that is used to create real instances of protos from their definitions.Methods in org.web3d.vrml.renderer that return NodeTemplateToInstanceCreatorModifier and TypeMethodDescriptionCRMainSceneBuilder.getProtoCreator()
Grab the proto creator instance in use by this builder.Methods in org.web3d.vrml.renderer with parameters of type NodeTemplateToInstanceCreatorModifier and TypeMethodDescriptionabstract CRExternPrototypeDecl
CRExternProtoBuilder.createDecl
(String name, VRMLNodeFactory fac, int majorVersion, int minorVersion, NodeTemplateToInstanceCreator creator) Create a declaration suitable for filling in as a new proto.void
CRExternProtoBuilder.newProto
(NodeTemplateToInstanceCreator creator) Start a new proto definition within the current document context.Constructors in org.web3d.vrml.renderer with parameters of type NodeTemplateToInstanceCreatorModifierConstructorDescriptionCRExternPrototypeDecl
(String name, VRMLNodeFactory fac, int majorVersion, int minorVersion, NodeTemplateToInstanceCreator creator) Create a place holder that represents the given extern proto declaration. -
Uses of NodeTemplateToInstanceCreator in org.web3d.vrml.renderer.norender
Classes in org.web3d.vrml.renderer.norender that implement NodeTemplateToInstanceCreatorModifier and TypeClassDescriptionclass
A class that is used to create real instances of protos from their definitions for null renderer nodes.Methods in org.web3d.vrml.renderer.norender with parameters of type NodeTemplateToInstanceCreatorModifier and TypeMethodDescriptionNRExternProtoBuilder.createDecl
(String name, VRMLNodeFactory fac, int majorVersion, int minorVersion, NodeTemplateToInstanceCreator creator) Create a declaration suitable for filling in as a new proto.Constructors in org.web3d.vrml.renderer.norender with parameters of type NodeTemplateToInstanceCreatorModifierConstructorDescriptionNRExternPrototypeDecl
(String name, VRMLNodeFactory fac, int majorVersion, int minorVersion, NodeTemplateToInstanceCreator creator) Create a place holder that represents the given extern proto declaration. -
Uses of NodeTemplateToInstanceCreator in org.web3d.vrml.renderer.ogl
Classes in org.web3d.vrml.renderer.ogl that implement NodeTemplateToInstanceCreatorModifier and TypeClassDescriptionclass
A class that is used to create real instances of protos from their definitions.Methods in org.web3d.vrml.renderer.ogl with parameters of type NodeTemplateToInstanceCreatorModifier and TypeMethodDescriptionOGLExternProtoBuilder.createDecl
(String name, VRMLNodeFactory fac, int majorVersion, int minorVersion, NodeTemplateToInstanceCreator creator) Create a declaration suitable for filling in as a new proto.Constructors in org.web3d.vrml.renderer.ogl with parameters of type NodeTemplateToInstanceCreatorModifierConstructorDescriptionOGLExternPrototypeDecl
(String name, VRMLNodeFactory fac, int majorVersion, int minorVersion, NodeTemplateToInstanceCreator creator) Create a place holder that represents the given extern proto declaration.