Package io.anyline.plugin.result
Class ExportedScanResultImageParameters
-
- All Implemented Interfaces:
-
java.io.Serializable
public class ExportedScanResultImageParameters implements Serializable
ExportedScanResultImageParameters
Output format and quality settings applied to all images exported with this scan result.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public enumExportedScanResultImageParameters.ExportedScanResultImageFormatExportedScanResultImageFormat
Image format used when exporting scan result images.
-
Field Summary
Fields Modifier and Type Field Description public Integerqualitypublic ExportedScanResultImageParameters.ExportedScanResultImageFormatformat
-
Constructor Summary
Constructors Constructor Description ExportedScanResultImageParameters()
-
Method Summary
Modifier and Type Method Description IntegergetQuality()ExportedScanResultImageQuality Compression quality for exported images, from 1 (lowest) to 100 (highest). voidsetQuality(Integer quality)ExportedScanResultImageQuality Compression quality for exported images, from 1 (lowest) to 100 (highest). ExportedScanResultImageParameters.ExportedScanResultImageFormatgetFormat()ExportedScanResultImageFormat Image format used when exporting scan result images. voidsetFormat(ExportedScanResultImageParameters.ExportedScanResultImageFormat format)ExportedScanResultImageFormat Image format used when exporting scan result images. StringtoString()inthashCode()booleanequals(Object other)-
-
Method Detail
-
getQuality
Integer getQuality()
ExportedScanResultImageQuality
Compression quality for exported images, from 1 (lowest) to 100 (highest).
-
setQuality
void setQuality(Integer quality)
ExportedScanResultImageQuality
Compression quality for exported images, from 1 (lowest) to 100 (highest).
-
getFormat
ExportedScanResultImageParameters.ExportedScanResultImageFormat getFormat()
ExportedScanResultImageFormat
Image format used when exporting scan result images.
-
setFormat
void setFormat(ExportedScanResultImageParameters.ExportedScanResultImageFormat format)
ExportedScanResultImageFormat
Image format used when exporting scan result images.
-
hashCode
int hashCode()
-
-
-
-