|
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
org.web3d.vrml.export.BaseRetainedExporter
org.web3d.vrml.export.X3DXMLRetainedExporter
org.web3d.vrml.export.X3DBinaryRetainedExporter
X3D XML exporter using a retained Scenegraph. Known Issues: Proto node fields are copied into instances
| Field Summary |
| Fields inherited from class org.web3d.vrml.export.X3DXMLRetainedExporter |
filterWriter, p, printDocType, protoMap, useNC |
| Fields inherited from class org.web3d.vrml.export.BaseRetainedExporter |
builder, componentList, CONTAINER_PROPS_FILE, containerFields, convertOldContent, currentDefMap, currentIsMap, currentPrototypeDecl, defaultNode, defaultNodes, encodingTo, epToUrl, fieldReader, fieldRemap, geospatialFound, geospatialNodes, hanimFound, hanimNodes, isCache, majorVersion, minorVersion, nodeFactory, oldProtos, oStream, processingDocument, profile, protoCreator, scene, scriptPatterns, scriptReplacements, stripWhitespace, upgrading |
| Constructor Summary | |
X3DBinaryRetainedExporter(java.io.OutputStream os,
int major,
int minor,
int compressionMethod,
float quantizeParam)
Create a new exporter for the given spec version |
|
| Method Summary | |
void |
writeScene(VRMLScene scene)
Write a scene out. |
| Methods inherited from class org.web3d.vrml.export.X3DXMLRetainedExporter |
endDocument, observedNode, printComponents, printEndNode, printExports, printExternalPrototypeDecl, printHeader, printImports, printMetaData, printProfile, printPrototypeDecl, printROUTE, printStartNode, printStartScriptNode, traverse |
| Methods inherited from class org.web3d.vrml.export.BaseRetainedExporter |
componentDecl, convertFieldData, endExternProtoDecl, endField, endNode, endProtoBody, endProtoDecl, endScriptDecl, exportDecl, externProtoURI, fieldValue, fieldValue, fieldValue, fieldValue, fieldValue, fieldValue, fieldValue, fieldValue, fieldValue, fieldValue, fieldValue, fieldValue, fieldValue, findIS, getPublicId, getSystemId, importDecl, loadContainerProperties, metaDecl, printDefMap, printIS, profileDecl, protoFieldDecl, protoIsDecl, reverseMap, routeDecl, scriptFieldDecl, setConvertOldContent, setDocumentLocator, startDocument, startExternProtoDecl, startField, startNode, startProtoBody, startProtoDecl, startScriptDecl, useDecl |
| 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.nodes.SceneGraphTraversalSimpleObserver |
observedNode |
| Constructor Detail |
public X3DBinaryRetainedExporter(java.io.OutputStream os,
int major,
int minor,
int compressionMethod,
float quantizeParam)
os - The stream to export the code tomajor - The major version number of this sceneminor - The minor version number of this scenecompressionMethod - The method to use for compressionquantizeParam - The largest quantization acceptable using lossy methods| Method Detail |
public void writeScene(VRMLScene scene)
writeScene in class X3DXMLRetainedExporterscene - The scene to write
|
Xj3D VRML/X3D Code API | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||