public enum MonoConversionType extends Enum<MonoConversionType>
| Enum Constant and Description |
|---|
Barcode
Barcode optimization.
|
Diffusion
Error diffusion.
|
Halftone
Halftone dithering.
|
Text
Text optimization.
|
| Modifier and Type | Method and Description |
|---|---|
static MonoConversionType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MonoConversionType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MonoConversionType Diffusion
public static final MonoConversionType Halftone
public static final MonoConversionType Barcode
public static final MonoConversionType Text
public static MonoConversionType[] values()
for (MonoConversionType c : MonoConversionType.values()) System.out.println(c);
public static MonoConversionType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant
with the specified nameNullPointerException - if the argument is null
© 2016 ZIH Corp. All Rights Reserved.