Uses of Class
org.web3d.vrml.parser.VRMLParserFactory
Packages that use VRMLParserFactory
Package
Description
-
Uses of VRMLParserFactory in org.web3d.parser
Subclasses of VRMLParserFactory in org.web3d.parserModifier and TypeClassDescriptionclassImplementation of a factory that will only generate parsers of X3D binary content.classDefault implementation of a factory for parsers for VRML and X3D content. -
Uses of VRMLParserFactory in org.web3d.vrml.parser
Methods in org.web3d.vrml.parser that return VRMLParserFactoryModifier and TypeMethodDescriptionstatic VRMLParserFactoryVRMLParserFactory.newVRMLParserFactory()Create a new factory parser instance each time this method is called. -
Uses of VRMLParserFactory in org.xj3d.core.loading
Methods in org.xj3d.core.loading that return VRMLParserFactoryModifier and TypeMethodDescriptionWorldLoaderManager.getParserFactory(int renderer) Get the factory for the given renderer type.Methods in org.xj3d.core.loading with parameters of type VRMLParserFactoryModifier and TypeMethodDescriptionvoidWorldLoaderManager.registerParserFactory(int renderer, VRMLParserFactory factory) Register the parser factory to be used for the given renderer type. -
Uses of VRMLParserFactory in org.xj3d.impl.core.loading
Methods in org.xj3d.impl.core.loading that return VRMLParserFactoryModifier and TypeMethodDescriptionDefaultWorldLoaderManager.getParserFactory(int renderer) Get the factory for the given renderer type.Methods in org.xj3d.impl.core.loading with parameters of type VRMLParserFactoryModifier and TypeMethodDescriptionvoidDefaultWorldLoaderManager.registerParserFactory(int renderer, VRMLParserFactory factory) Register the parser factory to be used for the given renderer type.