public static enum OutputProfiler.ImageType extends Enum<OutputProfiler.ImageType>
setMaxImageDPI
methodEnum Constant and Description |
---|
Color
Constant which represents a color image
|
Gray
Constant which represents a grayscale or other single-component image
|
OneBit
Constant which represents a "one-bit" image, typically (but not always) black and white.
|
Modifier and Type | Method and Description |
---|---|
String |
toString() |
static OutputProfiler.ImageType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OutputProfiler.ImageType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OutputProfiler.ImageType OneBit
public static final OutputProfiler.ImageType Gray
public static final OutputProfiler.ImageType Color
public static OutputProfiler.ImageType[] values()
for (OutputProfiler.ImageType c : OutputProfiler.ImageType.values()) System.out.println(c);
public static OutputProfiler.ImageType 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 nullpublic String toString()
toString
in class Enum<OutputProfiler.ImageType>
Copyright © 2001-2017 Big Faceless Organization