public static enum ICustomPrinter.CellPosition extends Enum<ICustomPrinter.CellPosition>
| Modifier and Type | Method and Description |
|---|---|
static ICustomPrinter.CellPosition |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ICustomPrinter.CellPosition[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ICustomPrinter.CellPosition CENTER
public static final ICustomPrinter.CellPosition RIGHT
public static final ICustomPrinter.CellPosition LEFT
public static ICustomPrinter.CellPosition[] values()
for (ICustomPrinter.CellPosition c : ICustomPrinter.CellPosition.values()) System.out.println(c);
public static ICustomPrinter.CellPosition 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 nullCopyright © 2021 CNRS. All rights reserved.