Uses of Class
net.webpdf.wsclient.schema.operation.OptimizationIntensityType
-
Packages that use OptimizationIntensityType Package Description net.webpdf.wsclient.schema.operation -
-
Uses of OptimizationIntensityType in net.webpdf.wsclient.schema.operation
Fields in net.webpdf.wsclient.schema.operation declared as OptimizationIntensityType Modifier and Type Field Description protected OptimizationIntensityTypeImageOptimizationType. edgeAccentuationprotected OptimizationIntensityTypeImageOptimizationType. gammaCorrectionprotected OptimizationIntensityTypeImageOptimizationType. increaseContrastprotected OptimizationIntensityTypeImageOptimizationType. medianFilterprotected OptimizationIntensityTypeImageOptimizationType. noiseReductionprotected OptimizationIntensityTypeImageOptimizationType. sharpenMethods in net.webpdf.wsclient.schema.operation that return OptimizationIntensityType Modifier and Type Method Description static OptimizationIntensityTypeOptimizationIntensityType. fromValue(String v)OptimizationIntensityTypeImageOptimizationType. getEdgeAccentuation()Gets the value of the edgeAccentuation property.OptimizationIntensityTypeImageOptimizationType. getGammaCorrection()Gets the value of the gammaCorrection property.OptimizationIntensityTypeImageOptimizationType. getIncreaseContrast()Gets the value of the increaseContrast property.OptimizationIntensityTypeImageOptimizationType. getMedianFilter()Gets the value of the medianFilter property.OptimizationIntensityTypeImageOptimizationType. getNoiseReduction()Gets the value of the noiseReduction property.OptimizationIntensityTypeImageOptimizationType. getSharpen()Gets the value of the sharpen property.static OptimizationIntensityTypeOptimizationIntensityType. valueOf(String name)Returns the enum constant of this type with the specified name.static OptimizationIntensityType[]OptimizationIntensityType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.webpdf.wsclient.schema.operation with parameters of type OptimizationIntensityType Modifier and Type Method Description voidImageOptimizationType. setEdgeAccentuation(OptimizationIntensityType value)Sets the value of the edgeAccentuation property.voidImageOptimizationType. setGammaCorrection(OptimizationIntensityType value)Sets the value of the gammaCorrection property.voidImageOptimizationType. setIncreaseContrast(OptimizationIntensityType value)Sets the value of the increaseContrast property.voidImageOptimizationType. setMedianFilter(OptimizationIntensityType value)Sets the value of the medianFilter property.voidImageOptimizationType. setNoiseReduction(OptimizationIntensityType value)Sets the value of the noiseReduction property.voidImageOptimizationType. setSharpen(OptimizationIntensityType value)Sets the value of the sharpen property.
-