|
Xj3D VRML/X3D Code API | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.web3d.vrml.export.Exporter
An experimental binary format exporter.
| 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 |
protected int majorVersion
protected int minorVersion
| Constructor Detail |
public Exporter(int major,
int minor)
major - The major version number of this sceneminor - The minor version number of this scene
|
Xj3D VRML/X3D Code API | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||