public enum StiColorImageFormat extends java.lang.Enum<StiColorImageFormat>
| Enum Constant and Description |
|---|
Color
Images are exported in the color mode.
|
Grayscale
Images are exported in the grayscale mode.
|
Monochrome
Images are exported in the monochrome mode.
|
| Modifier and Type | Method and Description |
|---|---|
static StiColorImageFormat |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static StiColorImageFormat[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final StiColorImageFormat Color
public static final StiColorImageFormat Grayscale
public static final StiColorImageFormat Monochrome
public static StiColorImageFormat[] values()
for (StiColorImageFormat c : StiColorImageFormat.values()) System.out.println(c);
public static StiColorImageFormat 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.