public class ColladaSaveOptions extends SaveOptions
| Constructor and Description |
|---|
ColladaSaveOptions()
Constructor of
ColladaSaveOptions |
| Modifier and Type | Method and Description |
|---|---|
boolean |
getIndented()
Gets whether the exported XML document is indented.
|
ColladaTransformStyle |
getTransformStyle()
Gets the style of node transformation
|
void |
setIndented(boolean value)
Sets whether the exported XML document is indented.
|
void |
setTransformStyle(ColladaTransformStyle value)
Sets the style of node transformation
|
getEncoding, getFileFormat, getFileName, getFileSystem, getFileSystemFactory, getLookupPaths, lookupForFile, setEncoding, setFileName, setFileSystem, setFileSystemFactory, setLookupPathspublic ColladaSaveOptions()
ColladaSaveOptionspublic boolean getIndented()
public void setIndented(boolean value)
value - New valuepublic ColladaTransformStyle getTransformStyle()
public void setTransformStyle(ColladaTransformStyle value)
value - New value