Package com.aspose.threed
Class ColladaSaveOptions
- java.lang.Object
-
- com.aspose.threed.IOConfig
-
- com.aspose.threed.SaveOptions
-
- com.aspose.threed.ColladaSaveOptions
-
public class ColladaSaveOptions extends SaveOptions
Save options for collada
-
-
Constructor Summary
Constructors Constructor Description ColladaSaveOptions()
Constructor ofColladaSaveOptions
-
Method Summary
Modifier and Type Method Description boolean
getIndented()
Gets whether the exported XML document is indented.ColladaTransformStyle
getTransformStyle()
Gets the style of node transformationvoid
setIndented(boolean value)
Sets whether the exported XML document is indented.void
setTransformStyle(ColladaTransformStyle value)
Sets the style of node transformation-
Methods inherited from class com.aspose.threed.IOConfig
getFileName, getFileSystem, getLookupPaths, lookupForFile, setFileName, setFileSystem, setLookupPaths
-
-
-
-
Constructor Detail
-
ColladaSaveOptions
public ColladaSaveOptions()
Constructor ofColladaSaveOptions
-
-
Method Detail
-
getIndented
public boolean getIndented()
Gets whether the exported XML document is indented.
-
setIndented
public void setIndented(boolean value)
Sets whether the exported XML document is indented.- Parameters:
value
- New value
-
getTransformStyle
public ColladaTransformStyle getTransformStyle()
Gets the style of node transformation
-
setTransformStyle
public void setTransformStyle(ColladaTransformStyle value)
Sets the style of node transformation- Parameters:
value
- New value
-
-