Uses of Interface
org.web3d.vrml.sav.ContentHandler
Packages that use ContentHandler
Package
Description
-
Uses of ContentHandler in org.web3d.parser.vrml97
Methods in org.web3d.parser.vrml97 with parameters of type ContentHandlerModifier and TypeMethodDescriptionvoidVRML97RelaxedParser.setContentHandler(ContentHandler ch) Set the content handler instance.Constructors in org.web3d.parser.vrml97 with parameters of type ContentHandlerModifierConstructorDescriptionVRML97RelaxedParser(InputStream is, ContentHandler ch, RouteHandler rh, ScriptHandler sh, ProtoHandler ph, ErrorHandler eh) Create a new parser instance that has all of the handlers set to the given references.VRML97RelaxedParser(Reader rdr, ContentHandler ch, RouteHandler rh, ScriptHandler sh, ProtoHandler ph, ErrorHandler eh) Create a new parser instance that has all of the handlers set to the given references. -
Uses of ContentHandler in org.web3d.parser.x3d
Methods in org.web3d.parser.x3d with parameters of type ContentHandlerModifier and TypeMethodDescriptionvoidX3DBinaryParser.setContentHandler(ContentHandler ch) Set the content handler instance.voidX3DReader.setContentHandler(ContentHandler ch) Set the node handler to the given instance.voidX3DRelaxedParser.setContentHandler(ContentHandler ch) Set the content handler instance.Constructors in org.web3d.parser.x3d with parameters of type ContentHandlerModifierConstructorDescriptionX3DBinaryParser(InputStream is, ContentHandler ch, RouteHandler rh, ScriptHandler sh, ProtoHandler ph, ErrorHandler eh) Create a new parser instance that has all of the handlers set to the given references.X3DBinaryParser(Reader rdr, ContentHandler ch, RouteHandler rh, ScriptHandler sh, ProtoHandler ph, ErrorHandler eh) Create a new parser instance that has all of the handlers set to the given references.X3DRelaxedParser(InputStream is, ContentHandler ch, RouteHandler rh, ScriptHandler sh, ProtoHandler ph, ErrorHandler eh) Create a new parser instance that has all of the handlers set to the given references.X3DRelaxedParser(Reader rdr, ContentHandler ch, RouteHandler rh, ScriptHandler sh, ProtoHandler ph, ErrorHandler eh) Create a new parser instance that has all of the handlers set to the given references. -
Uses of ContentHandler in org.web3d.vrml.export
Classes in org.web3d.vrml.export that implement ContentHandlerModifier and TypeClassDescriptionclassAn exporter that brings the whole file into memory before exporting.classAn experimental binary format writer.classAbstract representation of the ability to export content into some external system - typically a file format.classAn exporter to sends it's data to /dev/nullclassA content handler which collects stats about the scene graph.classVRML encoding Exporter.classX3D binary exporter using a retained Scenegraph.classX3D Classic VRML encoding Exporter.classX3D Classic exporter using a retained Scenegraph.classA retained exporter that issues SAX events.classX3D XML encoding Exporter.classX3D XML exporter using a retained Scenegraph. -
Uses of ContentHandler in org.web3d.vrml.nodes.proto
Classes in org.web3d.vrml.nodes.proto that implement ContentHandlerModifier and TypeClassDescriptionclassA SAV interface for dealing with building a single proto. -
Uses of ContentHandler in org.web3d.vrml.parser
Fields in org.web3d.vrml.parser declared as ContentHandlerModifier and TypeFieldDescriptionprotected ContentHandlerBaseReader.contentHandlerReference to the registered content handler if we have oneMethods in org.web3d.vrml.parser that return ContentHandlerModifier and TypeMethodDescriptionBaseReader.getContentHandler()Get the currently setContentHandlerinstance.Methods in org.web3d.vrml.parser with parameters of type ContentHandlerModifier and TypeMethodDescriptionvoidBaseReader.setContentHandler(ContentHandler ch) Set the node handler to the given instance. -
Uses of ContentHandler in org.web3d.vrml.renderer
Classes in org.web3d.vrml.renderer that implement ContentHandlerModifier and TypeClassDescriptionclassA SAV interface for dealing with building a single extern proto.classA scene builder implementation for reading input from a SAV source and building a scene graph with them. -
Uses of ContentHandler in org.web3d.vrml.renderer.norender
Classes in org.web3d.vrml.renderer.norender that implement ContentHandlerModifier and TypeClassDescriptionclassA SAV interface for dealing with building a single extern proto.classA Java3D file loader implementation for reading VRML utf8 files and building a null renderer scene graph with them. -
Uses of ContentHandler in org.web3d.vrml.renderer.ogl
Classes in org.web3d.vrml.renderer.ogl that implement ContentHandlerModifier and TypeClassDescriptionclassA SAV interface for dealing with building a single extern proto.classA OpenGL file loader implementation for reading VRML and X3D files and building a OpenGL scene graph with them. -
Uses of ContentHandler in org.web3d.vrml.sav
Subinterfaces of ContentHandler in org.web3d.vrml.savModifier and TypeInterfaceDescriptioninterfaceReceiver of notifications from the VRML document about node declaration information.interfaceReceiver of notifications from the VRML document about node declaration information.Methods in org.web3d.vrml.sav that return ContentHandlerModifier and TypeMethodDescriptionVRMLReader.getContentHandler()Get the currently setContentHandlerinstance.Methods in org.web3d.vrml.sav with parameters of type ContentHandlerModifier and TypeMethodDescriptionvoidVRMLReader.setContentHandler(ContentHandler nh) Set the node handler to the given instance. -
Uses of ContentHandler in org.web3d.x3d.jaxp
Fields in org.web3d.x3d.jaxp declared as ContentHandlerModifier and TypeFieldDescriptionprotected ContentHandlerX3DSAVAdapter.contentHandlerReference to the registered content handler if we have oneMethods in org.web3d.x3d.jaxp that return ContentHandlerModifier and TypeMethodDescriptionX3DSAVAdapter.getContentHandler()Get the currently setContentHandlerinstance.XMLReader.getContentHandler()Get the currently setContentHandlerinstance.Methods in org.web3d.x3d.jaxp with parameters of type ContentHandlerModifier and TypeMethodDescriptionvoidX3DSAVAdapter.setContentHandler(ContentHandler ch) Set the node handler to the given instance.voidXMLReader.setContentHandler(ContentHandler ch) Set the content handler to the given instance. -
Uses of ContentHandler in org.xj3d.core.loading
Subinterfaces of ContentHandler in org.xj3d.core.loadingModifier and TypeInterfaceDescriptioninterfaceDefinition of a class that is used to build scenes from parsed content. -
Uses of ContentHandler in xj3d.filter
Classes in xj3d.filter that implement ContentHandlerModifier and TypeClassDescriptionclassBase of all filters that can be implemented in the filter chain.classSearch for Shape nodes which do not specify an Appearance node and add a default appearance or material to those nodes.classBase of all filters that can be implemented in the filter chain.classFinds duplicate url references in ImageTextures and DEF/USE them This version is 1 pass, so it must DEF all ImageTextures in the scene.classA filter which generates deliberate exceptionsclassA filter which leaves the stream untouched.classConverts a IndexedTriangleSet, IndexedTriangleFanSet, or IndexedTriangleStripSet to a IndexedFaceSet.classConverts a IndexedFaceSet to a TriangleSet.classSearch for Appearance nodes which do not specify a Material node, and add material Material { diffuseColor ... } to those nodes.classMinimize a files profile and component declaration to the minimal declaration.classA filter which changes the position and orientation of a viewpoint.classBase of all filters that can be implemented in the filter chain.classShorten's DEF names.classMarker for a filter which requires two passes.Fields in xj3d.filter declared as ContentHandlerModifier and TypeFieldDescriptionprotected ContentHandlerAbstractFilter.contentHandlerThe content Handler to issue results toMethods in xj3d.filter that return ContentHandlerModifier and TypeMethodDescriptionAbstractFilter.getContentHandler()Get the currently setContentHandlerinstance.BaseFilter.getContentHandler()Get the currently setContentHandlerinstance.NewAbstractFilter.getContentHandler()Get the currently setContentHandlerinstance.Methods in xj3d.filter with parameters of type ContentHandlerModifier and TypeMethodDescriptionvoidAbstractFilter.setContentHandler(ContentHandler nh) Set the node handler to the given instance.voidBaseFilter.setContentHandler(ContentHandler nh) Set the node handler to the given instance.voidNewAbstractFilter.setContentHandler(ContentHandler nh) Set the node handler to the given instance.voidNonWeb3DFileParser.setContentHandler(ContentHandler ch) Set the content handler instance.Constructors in xj3d.filter with parameters of type ContentHandlerModifierConstructorDescriptionFieldValueHandler(String version, ContentHandler handler) Construct an instance of this class that will create it's own field parser.FieldValueHandler(VRMLFieldReader reader, ContentHandler handler) Construct an instance of this class with a field reader already determined. -
Uses of ContentHandler in xj3d.filter.exporter
Classes in xj3d.filter.exporter that implement ContentHandlerModifier and TypeClassDescriptionclassFile exporter implementation that writes OBJ files from an X3D stream of events.classFile exporter implementation that writes STL files from an X3D stream of events.classFile exporter implementation that writes STL files from an X3D stream of events.classFile exporter implementation that writes a 3mf file from an X3D stream of events. -
Uses of ContentHandler in xj3d.filter.filters
Classes in xj3d.filter.filters that implement ContentHandlerModifier and TypeClassDescriptionclassPerforms an Absolute scale on the coordinates during the filter.classReplaces all appearances with the specified one.classProcesses each geometry item and centers it in it's local coordinate system based on the bounds of the coordinates.classDownsamples a ColorRGBA node to Color node, by stripping the alpha component.classFilter for combining multiple Shapes into a single Shape node per unique Appearance.classA filter which combines several files together.classFilter for combining multiple Shapes into a single Shape node.classFilter for combing transform hierarchies.classA debug filter that prints out everything that passes through it and then passes the information onwards to the next in the chain.classSearch for nodes matching a DEF name table.classSearch for nodes matching a DEF name table.classExplodes the shapes in a file to create a cad-like exploded view.classWrite PixelTextures to a file.classFilter for removing children not part of a selectable node such as Switch or LOD.classFilter for removing texture transforms.classFilter for removing transform hierarchies.classGenerates normals if none are specified.classProcesses the world and calculates the global bounds of the entire world.classConverts a IndexedFaceSet to an IndexedTriangleSet if it can.classFilter for creating indexed versions of non-indexed geometry.classTakes an IndexedTriangleSet and a creaseAngle parameter and outputs a geometry that accounts for the creaseAngle.classStrips out all URL fields that are not local.classSearch for the first nodes matching a node name.classCounts the number of nodes in a file.classFilter for reducing IndexedTriangleSet, IndexedTriangleStripSet, IndexedTriangleFanSet and IndexLineSet nodes to their most compact form.classRemoves a node from a stream.classRemove normals from a file.classRemove any DEF names not used in this file.classA debug filter for debugging filter exceptions.classSearch for Appearance nodes and add or replace the Texture Transform with the specified params.classTransformFilter places up to n transforms around an object.classCounts the number of triangles in a world.classGeneric triangulation filter that converts any geometry type it comes across to an indexed triangle form.classFix files that contain url references that are the wrong case.classFully qualify all relative urls in a file.classFor the specified nodes, compare like nodes for equivalence.classFor indexed type geometry nodes, check that the values contained in the Coordinate, Normal, Color and TextureCoordinate nodes are valid for the index for those values.classTakes the contents of the entire file and offsets it by the given argument amount by placing a TransformGroup at the root of the scene graph that encapsulates the entire world.Methods in xj3d.filter.filters that return ContentHandlerModifier and TypeMethodDescriptionStackTracerFilter.getContentHandler()Get the currently setContentHandlerinstance.Methods in xj3d.filter.filters with parameters of type ContentHandlerModifier and TypeMethodDescriptionvoidStackTracerFilter.setContentHandler(ContentHandler nh) Set the node handler to the given instance. -
Uses of ContentHandler in xj3d.filter.filters.manifold
Classes in xj3d.filter.filters.manifold that implement ContentHandlerModifier and TypeClassDescriptionclassCheck that each geometry consists of a manifold (watertight) mesh. -
Uses of ContentHandler in xj3d.filter.importer
Methods in xj3d.filter.importer with parameters of type ContentHandlerModifier and TypeMethodDescriptionvoidAC3DFileParser.setContentHandler(ContentHandler ch) Set the content handler instance.voidSTLFileParser.setContentHandler(ContentHandler ch) Set the content handler instance. -
Uses of ContentHandler in xj3d.filter.importer.collada
Methods in xj3d.filter.importer.collada with parameters of type ContentHandlerModifier and TypeMethodDescriptionvoidColladaFileParser.setContentHandler(ContentHandler ch) Set the content handler instance. -
Uses of ContentHandler in xj3d.filter.importer.threemf
Methods in xj3d.filter.importer.threemf with parameters of type ContentHandlerModifier and TypeMethodDescriptionvoidThreeMFFileParser.setContentHandler(ContentHandler ch) Set the content handler instance. -
Uses of ContentHandler in xj3d.filter.node
Classes in xj3d.filter.node that implement ContentHandlerModifier and TypeClassDescriptionclassA base filter that encodes nodes.classA base filter that encodes nodes.classA base filter that encodes nodes.classAn X3D exporter that makes a memory graph of the output.Fields in xj3d.filter.node declared as ContentHandlerModifier and TypeFieldDescriptionprotected ContentHandlerBaseEncodable.handlerContent Handler referenceprotected ContentHandlerCommonEncodable.handlerContent Handler referenceMethods in xj3d.filter.node with parameters of type ContentHandlerModifier and TypeMethodDescriptionvoidBaseEncodable.setContentHandler(ContentHandler handler) Set the content handler.voidCommonEncodable.setContentHandler(ContentHandler handler) Set the content handler.voidEncodable.setContentHandler(ContentHandler handler) Set the content handler.Constructors in xj3d.filter.node with parameters of type ContentHandlerModifierConstructorDescriptionCommonEncodableFactory(ContentHandler handler, ScriptHandler scriptHandler, VRMLFieldReader reader) ConstructorEncodableFactory(ContentHandler handler, VRMLFieldReader reader) Constructor