Package io.anyline.plugin.result
Class ExportedScanResultImageParameters
-
- All Implemented Interfaces:
-
java.io.Serializable
public class ExportedScanResultImageParameters implements Serializable
Exported ScanResult Image Parameters
Configuration for Exported ScanResult Image Parameters
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public enumExportedScanResultImageParameters.ExportedScanResultImageFormatExportedScanResultImageFormat
Sets the format of exported 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 Sets the quality value between 1 and 100 of exported images. voidsetQuality(Integer quality)ExportedScanResultImageQuality Sets the quality value between 1 and 100 of exported images. ExportedScanResultImageParameters.ExportedScanResultImageFormatgetFormat()ExportedScanResultImageFormat Sets the format of exported images. voidsetFormat(ExportedScanResultImageParameters.ExportedScanResultImageFormat format)ExportedScanResultImageFormat Sets the format of exported images. StringtoString()inthashCode()booleanequals(Object other)-
-
Method Detail
-
getQuality
Integer getQuality()
ExportedScanResultImageQuality
Sets the quality value between 1 and 100 of exported images.
-
setQuality
void setQuality(Integer quality)
ExportedScanResultImageQuality
Sets the quality value between 1 and 100 of exported images.
-
getFormat
ExportedScanResultImageParameters.ExportedScanResultImageFormat getFormat()
ExportedScanResultImageFormat
Sets the format of exported images.
-
setFormat
void setFormat(ExportedScanResultImageParameters.ExportedScanResultImageFormat format)
ExportedScanResultImageFormat
Sets the format of exported images.
-
hashCode
int hashCode()
-
-
-
-