Package com.aspose.threed
Class AmfSaveOptions
- java.lang.Object
-
- com.aspose.threed.IOConfig
-
- com.aspose.threed.SaveOptions
-
- com.aspose.threed.AmfSaveOptions
-
public class AmfSaveOptions extends SaveOptions
Save options for AMF
-
-
Constructor Summary
Constructors Constructor Description AmfSaveOptions()
Constructor ofAmfSaveOptions
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
getEnableCompression()
Whether to use compression to reduce the final file size, default value is truevoid
setEnableCompression(boolean value)
Whether to use compression to reduce the final file size, default value is true-
Methods inherited from class com.aspose.threed.IOConfig
getEncoding, getFileFormat, getFileName, getFileSystem, getFileSystemFactory, getLookupPaths, lookupForFile, setEncoding, setFileName, setFileSystem, setFileSystemFactory, setLookupPaths
-
-
-
-
Constructor Detail
-
AmfSaveOptions
public AmfSaveOptions()
Constructor ofAmfSaveOptions
-
-
Method Detail
-
getEnableCompression
public boolean getEnableCompression()
Whether to use compression to reduce the final file size, default value is true
-
setEnableCompression
public void setEnableCompression(boolean value)
Whether to use compression to reduce the final file size, default value is true- Parameters:
value
- New value
-
-