Xj3D VRML/X3D Code API

org.web3d.vrml.export
Class Exporter

java.lang.Object
  extended byorg.web3d.vrml.export.Exporter
All Implemented Interfaces:
ContentHandler, ProtoHandler, RouteHandler, ScriptHandler, StringContentHandler
Direct Known Subclasses:
BaseRetainedExporter, BinaryExporter, X3DClassicExporter, X3DXMLExporter

public abstract class Exporter
extends java.lang.Object
implements StringContentHandler, RouteHandler, ScriptHandler, ProtoHandler

An experimental binary format exporter.

Version:
$Revision: 1.9 $
Author:
Alan Hudson

Field Summary
protected  int majorVersion
          The major version of the spec this file belongs to.
protected  int minorVersion
          The minor version of the spec this file belongs to.
 
Constructor Summary
Exporter(int major, int minor)
          Create a new exporter for the given spec version
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.web3d.vrml.sav.StringContentHandler
fieldValue, fieldValue
 
Methods inherited from interface org.web3d.vrml.sav.ContentHandler
componentDecl, endDocument, endField, endNode, exportDecl, importDecl, metaDecl, profileDecl, setDocumentLocator, startDocument, startField, startNode, useDecl
 
Methods inherited from interface org.web3d.vrml.sav.RouteHandler
routeDecl
 
Methods inherited from interface org.web3d.vrml.sav.ScriptHandler
endScriptDecl, scriptFieldDecl, startScriptDecl
 
Methods inherited from interface org.web3d.vrml.sav.ProtoHandler
endExternProtoDecl, endProtoBody, endProtoDecl, externProtoURI, protoFieldDecl, protoIsDecl, startExternProtoDecl, startProtoBody, startProtoDecl
 

Field Detail

majorVersion

protected int majorVersion
The major version of the spec this file belongs to.


minorVersion

protected int minorVersion
The minor version of the spec this file belongs to.

Constructor Detail

Exporter

public Exporter(int major,
                int minor)
Create a new exporter for the given spec version

Parameters:
major - The major version number of this scene
minor - The minor version number of this scene

Xj3D VRML/X3D Code API

Copyright © 2001 - 2005 Web3D Consortium