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 enum
ExportedScanResultImageParameters.ExportedScanResultImageFormat
ExportedScanResultImageFormat
Sets the format of exported images.
-
Field Summary
Fields Modifier and Type Field Description public Integer
quality
public ExportedScanResultImageParameters.ExportedScanResultImageFormat
format
-
Constructor Summary
Constructors Constructor Description ExportedScanResultImageParameters()
-
Method Summary
Modifier and Type Method Description Integer
getQuality()
ExportedScanResultImageQuality Sets the quality value between 1 and 100 of exported images. void
setQuality(Integer quality)
ExportedScanResultImageQuality Sets the quality value between 1 and 100 of exported images. ExportedScanResultImageParameters.ExportedScanResultImageFormat
getFormat()
ExportedScanResultImageFormat Sets the format of exported images. void
setFormat(ExportedScanResultImageParameters.ExportedScanResultImageFormat format)
ExportedScanResultImageFormat Sets the format of exported images. String
toString()
int
hashCode()
boolean
equals(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()
-
-
-
-