Uses of Interface
org.web3d.vrml.lang.VRMLNodeFactory
Packages that use VRMLNodeFactory
Package
Description
-
Uses of VRMLNodeFactory in org.web3d.vrml.export
Fields in org.web3d.vrml.export declared as VRMLNodeFactoryModifier and TypeFieldDescriptionprotected VRMLNodeFactory
BaseRetainedExporter.nodeFactory
The NR node factory to get default values from -
Uses of VRMLNodeFactory in org.web3d.vrml.lang
Fields in org.web3d.vrml.lang declared as VRMLNodeFactoryModifier and TypeFieldDescriptionprotected VRMLNodeFactory
AbstractScene.nodeFactory
The node factory for this sceneMethods in org.web3d.vrml.lang that return VRMLNodeFactoryModifier and TypeMethodDescriptionAbstractScene.getNodeFactory()
Get the node factory that represents the setup of this scene.BasicScene.getNodeFactory()
Get the node factory that represents the setup of this scene.Methods in org.web3d.vrml.lang with parameters of type VRMLNodeFactoryModifier and TypeMethodDescriptionvoid
AbstractScene.setNodeFactory
(VRMLNodeFactory fac) Set the node factory instance to be used with this scene.void
BasicScene.setNodeFactory
(VRMLNodeFactory fac) Set the node factory instance to be used with this scene. -
Uses of VRMLNodeFactory in org.web3d.vrml.nodes.proto
Constructors in org.web3d.vrml.nodes.proto with parameters of type VRMLNodeFactoryModifierConstructorDescriptionCreate a new default instance of the scene builder. -
Uses of VRMLNodeFactory in org.web3d.vrml.renderer
Classes in org.web3d.vrml.renderer that implement VRMLNodeFactoryModifier and TypeClassDescriptionclass
Implementation of theVRMLNodeFactory
that produces implementations of the nodes and can be customized for a specific renderer.Fields in org.web3d.vrml.renderer declared as VRMLNodeFactoryModifier and TypeFieldDescriptionprotected VRMLNodeFactory
CRMainSceneBuilder.baseNodeFactory
The base node factory used to create individual factoriesprotected VRMLNodeFactory
CRProtoCreator.factory
The factory that is used to generate the runtime versionprotected VRMLNodeFactory
CRExternPrototypeDecl.nodeFactory
The node factory used to create real node instancesprotected VRMLNodeFactory
CRMainSceneBuilder.nodeFactory
The node factory used to create real node instancesMethods in org.web3d.vrml.renderer that return VRMLNodeFactoryModifier and TypeMethodDescriptionstatic VRMLNodeFactory
DefaultNodeFactory.createFactory
(String rendererID) Factory method to create an instance of the node factory that can be used for a specific renderer.static VRMLNodeFactory
DefaultNodeFactory.newInstance
(String rendererID) Factory method to create an new instance of the node factory every time the method is called.Methods in org.web3d.vrml.renderer with parameters of type VRMLNodeFactoryModifier 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.Constructors in org.web3d.vrml.renderer with parameters of type VRMLNodeFactoryModifierConstructorDescriptionprotected
Create a new default instance of the scene builder.CRExternPrototypeDecl
(String name, VRMLNodeFactory fac, int majorVersion, int minorVersion, NodeTemplateToInstanceCreator creator) Create a place holder that represents the given extern proto declaration.protected
Create a scene builder with the given node factory.protected
CRProtoCreator
(VRMLNodeFactory fac, String worldURL, int major, int minor) Create a new instance of a generic proto creator.ProtoCopier
(VRMLNodeFactory fac, String worldURL) Create a new copier that uses the given world URL and node factory. -
Uses of VRMLNodeFactory in org.web3d.vrml.renderer.common.nodes.dis
Fields in org.web3d.vrml.renderer.common.nodes.dis declared as VRMLNodeFactoryModifier and TypeFieldDescriptionprotected VRMLNodeFactory
BaseDISEntityManager.nodeFactory
Factory for creating EspduTransform nodesprotected VRMLNodeFactory
BaseDISEntityTypeMapping.nodeFactory
Factory for creating EspduTransform nodes -
Uses of VRMLNodeFactory in org.web3d.vrml.renderer.norender
Classes in org.web3d.vrml.renderer.norender that implement VRMLNodeFactoryModifier and TypeClassDescriptionclass
Implementation of theVRMLNodeFactory
that produces null renderer implementations of the nodes.Methods in org.web3d.vrml.renderer.norender with parameters of type VRMLNodeFactoryModifier 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 VRMLNodeFactoryModifierConstructorDescriptionCreate a new default instance of the scene builder.NRExternPrototypeDecl
(String name, VRMLNodeFactory fac, int majorVersion, int minorVersion, NodeTemplateToInstanceCreator creator) Create a place holder that represents the given extern proto declaration.NRProtoCreator
(VRMLNodeFactory fac, String worldURL, int major, int minor) The class constructorCreate a scene builder with the given node factory. -
Uses of VRMLNodeFactory in org.web3d.vrml.renderer.ogl
Classes in org.web3d.vrml.renderer.ogl that implement VRMLNodeFactoryModifier and TypeClassDescriptionclass
Singleton implementation of theVRMLNodeFactory
that produces OpenGL implementations of the nodes.Methods in org.web3d.vrml.renderer.ogl with parameters of type VRMLNodeFactoryModifier 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 VRMLNodeFactoryModifierConstructorDescriptionCreate a new default instance of the scene builder.OGLExternPrototypeDecl
(String name, VRMLNodeFactory fac, int majorVersion, int minorVersion, NodeTemplateToInstanceCreator creator) Create a place holder that represents the given extern proto declaration.OGLProtoCreator
(VRMLNodeFactory fac, String worldURL, int major, int minor) The class constructorCreate a scene builder with the given node factory. -
Uses of VRMLNodeFactory in org.web3d.vrml.scripting.browser
Constructors in org.web3d.vrml.scripting.browser with parameters of type VRMLNodeFactoryModifierConstructorDescriptionVRML97CommonBrowser
(BrowserCore browser, RouteManager rm, FrameStateManager fsm, WorldLoaderManager wlm, VRMLNodeFactory nodeFac) Create a browser instance that represents the given universe details.