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
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleangetIndented()Gets whether the exported XML document is indented.ColladaTransformStylegetTransformStyle()Gets the style of node transformationvoidsetIndented(boolean value)Sets whether the exported XML document is indented.voidsetTransformStyle(ColladaTransformStyle value)Sets the style of node transformation-
Methods inherited from class com.aspose.threed.IOConfig
getEncoding, getFileFormat, getFileName, getFileSystem, getFileSystemFactory, getLookupPaths, lookupForFile, setEncoding, setFileName, setFileSystem, setFileSystemFactory, 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
-
-