public class ImageOptimizationType extends Object
Java class for ImageOptimizationType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ImageOptimizationType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="deskew" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
<attribute name="despeckle" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
<attribute name="reduceDithering" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="noiseReduction" type="{http://schema.webpdf.de/1.0/operation}OptimizationIntensityType" default="low" />
<attribute name="noiseReductionValue" default="1.0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}float">
<minInclusive value="0.0"/>
</restriction>
</simpleType>
</attribute>
<attribute name="gammaCorrection" type="{http://schema.webpdf.de/1.0/operation}OptimizationIntensityType" default="off" />
<attribute name="gammaCorrectionValue" default="0.0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}float">
<minInclusive value="0.0"/>
</restriction>
</simpleType>
</attribute>
<attribute name="increaseContrast" type="{http://schema.webpdf.de/1.0/operation}OptimizationIntensityType" default="off" />
<attribute name="increaseContrastValue" default="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}int">
<minInclusive value="-100"/>
<maxInclusive value="100"/>
</restriction>
</simpleType>
</attribute>
<attribute name="edgeAccentuation" type="{http://schema.webpdf.de/1.0/operation}OptimizationIntensityType" default="low" />
<attribute name="edgeAccentuationValue" default="100">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}int">
<minInclusive value="0"/>
</restriction>
</simpleType>
</attribute>
<attribute name="sharpen" type="{http://schema.webpdf.de/1.0/operation}OptimizationIntensityType" default="low" />
<attribute name="sharpenValue" default="1.0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}float">
<minInclusive value="0.0"/>
</restriction>
</simpleType>
</attribute>
<attribute name="medianFilter" type="{http://schema.webpdf.de/1.0/operation}OptimizationIntensityType" default="low" />
<attribute name="medianFilterValue" default="1">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}int">
<minInclusive value="0"/>
</restriction>
</simpleType>
</attribute>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
deskew |
protected Boolean |
despeckle |
protected OptimizationIntensityType |
edgeAccentuation |
protected Integer |
edgeAccentuationValue |
protected OptimizationIntensityType |
gammaCorrection |
protected Float |
gammaCorrectionValue |
protected OptimizationIntensityType |
increaseContrast |
protected Integer |
increaseContrastValue |
protected OptimizationIntensityType |
medianFilter |
protected Integer |
medianFilterValue |
protected OptimizationIntensityType |
noiseReduction |
protected Float |
noiseReductionValue |
protected Boolean |
reduceDithering |
protected OptimizationIntensityType |
sharpen |
protected Float |
sharpenValue |
| Constructor and Description |
|---|
ImageOptimizationType() |
| Modifier and Type | Method and Description |
|---|---|
OptimizationIntensityType |
getEdgeAccentuation()
Gets the value of the edgeAccentuation property.
|
int |
getEdgeAccentuationValue()
Gets the value of the edgeAccentuationValue property.
|
OptimizationIntensityType |
getGammaCorrection()
Gets the value of the gammaCorrection property.
|
float |
getGammaCorrectionValue()
Gets the value of the gammaCorrectionValue property.
|
OptimizationIntensityType |
getIncreaseContrast()
Gets the value of the increaseContrast property.
|
int |
getIncreaseContrastValue()
Gets the value of the increaseContrastValue property.
|
OptimizationIntensityType |
getMedianFilter()
Gets the value of the medianFilter property.
|
int |
getMedianFilterValue()
Gets the value of the medianFilterValue property.
|
OptimizationIntensityType |
getNoiseReduction()
Gets the value of the noiseReduction property.
|
float |
getNoiseReductionValue()
Gets the value of the noiseReductionValue property.
|
OptimizationIntensityType |
getSharpen()
Gets the value of the sharpen property.
|
float |
getSharpenValue()
Gets the value of the sharpenValue property.
|
boolean |
isDeskew()
Gets the value of the deskew property.
|
boolean |
isDespeckle()
Gets the value of the despeckle property.
|
boolean |
isReduceDithering()
Gets the value of the reduceDithering property.
|
boolean |
isSetDeskew() |
boolean |
isSetDespeckle() |
boolean |
isSetEdgeAccentuation() |
boolean |
isSetEdgeAccentuationValue() |
boolean |
isSetGammaCorrection() |
boolean |
isSetGammaCorrectionValue() |
boolean |
isSetIncreaseContrast() |
boolean |
isSetIncreaseContrastValue() |
boolean |
isSetMedianFilter() |
boolean |
isSetMedianFilterValue() |
boolean |
isSetNoiseReduction() |
boolean |
isSetNoiseReductionValue() |
boolean |
isSetReduceDithering() |
boolean |
isSetSharpen() |
boolean |
isSetSharpenValue() |
void |
setDeskew(boolean value)
Sets the value of the deskew property.
|
void |
setDespeckle(boolean value)
Sets the value of the despeckle property.
|
void |
setEdgeAccentuation(OptimizationIntensityType value)
Sets the value of the edgeAccentuation property.
|
void |
setEdgeAccentuationValue(int value)
Sets the value of the edgeAccentuationValue property.
|
void |
setGammaCorrection(OptimizationIntensityType value)
Sets the value of the gammaCorrection property.
|
void |
setGammaCorrectionValue(float value)
Sets the value of the gammaCorrectionValue property.
|
void |
setIncreaseContrast(OptimizationIntensityType value)
Sets the value of the increaseContrast property.
|
void |
setIncreaseContrastValue(int value)
Sets the value of the increaseContrastValue property.
|
void |
setMedianFilter(OptimizationIntensityType value)
Sets the value of the medianFilter property.
|
void |
setMedianFilterValue(int value)
Sets the value of the medianFilterValue property.
|
void |
setNoiseReduction(OptimizationIntensityType value)
Sets the value of the noiseReduction property.
|
void |
setNoiseReductionValue(float value)
Sets the value of the noiseReductionValue property.
|
void |
setReduceDithering(boolean value)
Sets the value of the reduceDithering property.
|
void |
setSharpen(OptimizationIntensityType value)
Sets the value of the sharpen property.
|
void |
setSharpenValue(float value)
Sets the value of the sharpenValue property.
|
void |
unsetDeskew() |
void |
unsetDespeckle() |
void |
unsetEdgeAccentuationValue() |
void |
unsetGammaCorrectionValue() |
void |
unsetIncreaseContrastValue() |
void |
unsetMedianFilterValue() |
void |
unsetNoiseReductionValue() |
void |
unsetReduceDithering() |
void |
unsetSharpenValue() |
protected Boolean deskew
protected Boolean despeckle
protected Boolean reduceDithering
protected OptimizationIntensityType noiseReduction
protected Float noiseReductionValue
protected OptimizationIntensityType gammaCorrection
protected Float gammaCorrectionValue
protected OptimizationIntensityType increaseContrast
protected Integer increaseContrastValue
protected OptimizationIntensityType edgeAccentuation
protected Integer edgeAccentuationValue
protected OptimizationIntensityType sharpen
protected Float sharpenValue
protected OptimizationIntensityType medianFilter
protected Integer medianFilterValue
public boolean isDeskew()
Booleanpublic void setDeskew(boolean value)
value - allowed object is
Booleanpublic boolean isSetDeskew()
public void unsetDeskew()
public boolean isDespeckle()
Booleanpublic void setDespeckle(boolean value)
value - allowed object is
Booleanpublic boolean isSetDespeckle()
public void unsetDespeckle()
public boolean isReduceDithering()
Booleanpublic void setReduceDithering(boolean value)
value - allowed object is
Booleanpublic boolean isSetReduceDithering()
public void unsetReduceDithering()
public OptimizationIntensityType getNoiseReduction()
OptimizationIntensityTypepublic void setNoiseReduction(OptimizationIntensityType value)
value - allowed object is
OptimizationIntensityTypepublic boolean isSetNoiseReduction()
public float getNoiseReductionValue()
Floatpublic void setNoiseReductionValue(float value)
value - allowed object is
Floatpublic boolean isSetNoiseReductionValue()
public void unsetNoiseReductionValue()
public OptimizationIntensityType getGammaCorrection()
OptimizationIntensityTypepublic void setGammaCorrection(OptimizationIntensityType value)
value - allowed object is
OptimizationIntensityTypepublic boolean isSetGammaCorrection()
public float getGammaCorrectionValue()
Floatpublic void setGammaCorrectionValue(float value)
value - allowed object is
Floatpublic boolean isSetGammaCorrectionValue()
public void unsetGammaCorrectionValue()
public OptimizationIntensityType getIncreaseContrast()
OptimizationIntensityTypepublic void setIncreaseContrast(OptimizationIntensityType value)
value - allowed object is
OptimizationIntensityTypepublic boolean isSetIncreaseContrast()
public int getIncreaseContrastValue()
Integerpublic void setIncreaseContrastValue(int value)
value - allowed object is
Integerpublic boolean isSetIncreaseContrastValue()
public void unsetIncreaseContrastValue()
public OptimizationIntensityType getEdgeAccentuation()
OptimizationIntensityTypepublic void setEdgeAccentuation(OptimizationIntensityType value)
value - allowed object is
OptimizationIntensityTypepublic boolean isSetEdgeAccentuation()
public int getEdgeAccentuationValue()
Integerpublic void setEdgeAccentuationValue(int value)
value - allowed object is
Integerpublic boolean isSetEdgeAccentuationValue()
public void unsetEdgeAccentuationValue()
public OptimizationIntensityType getSharpen()
OptimizationIntensityTypepublic void setSharpen(OptimizationIntensityType value)
value - allowed object is
OptimizationIntensityTypepublic boolean isSetSharpen()
public float getSharpenValue()
Floatpublic void setSharpenValue(float value)
value - allowed object is
Floatpublic boolean isSetSharpenValue()
public void unsetSharpenValue()
public OptimizationIntensityType getMedianFilter()
OptimizationIntensityTypepublic void setMedianFilter(OptimizationIntensityType value)
value - allowed object is
OptimizationIntensityTypepublic boolean isSetMedianFilter()
public int getMedianFilterValue()
Integerpublic void setMedianFilterValue(int value)
value - allowed object is
Integerpublic boolean isSetMedianFilterValue()
public void unsetMedianFilterValue()
Copyright © 2017–2020 SoftVision Development GmbH, Fulda, Germany. All rights reserved.