public enum StiMonochromeDitheringType extends java.lang.Enum<StiMonochromeDitheringType>
| Enum Constant and Description |
|---|
FloydSteinberg
Floyd-Steinberg dithering.
|
None
Without dithering.
|
Ordered
Ordered dithering with Bayer matrix 4x4.
|
| Modifier and Type | Method and Description |
|---|---|
static StiMonochromeDitheringType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static StiMonochromeDitheringType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final StiMonochromeDitheringType None
public static final StiMonochromeDitheringType FloydSteinberg
public static final StiMonochromeDitheringType Ordered
public static StiMonochromeDitheringType[] values()
for (StiMonochromeDitheringType c : StiMonochromeDitheringType.values()) System.out.println(c);
public static StiMonochromeDitheringType valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant
with the specified namejava.lang.NullPointerException - if the argument is nullCopyright © 2019 Stimulsoft. All Rights Reserved.