public static enum PrinterA.BitImagePrintMode extends java.lang.Enum<PrinterA.BitImagePrintMode>
Enum Constant and Description |
---|
DoubleHeight
Double height
|
DoubleWidth
Double width
|
DoubleWidthAndHeight
Double width and height
|
Normal
Normal
|
Modifier and Type | Method and Description |
---|---|
static PrinterA.BitImagePrintMode |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PrinterA.BitImagePrintMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PrinterA.BitImagePrintMode Normal
public static final PrinterA.BitImagePrintMode DoubleWidth
public static final PrinterA.BitImagePrintMode DoubleHeight
public static final PrinterA.BitImagePrintMode DoubleWidthAndHeight
public static PrinterA.BitImagePrintMode[] values()
for (PrinterA.BitImagePrintMode c : PrinterA.BitImagePrintMode.values()) System.out.println(c);
public static PrinterA.BitImagePrintMode 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 null