public static enum EasyPrint.Position extends Enum<EasyPrint.Position>
| Enum Constant and Description |
|---|
bottomleft |
bottomright |
topleft |
topright |
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static EasyPrint.Position |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EasyPrint.Position[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EasyPrint.Position topleft
public static final EasyPrint.Position topright
public static final EasyPrint.Position bottomleft
public static final EasyPrint.Position bottomright
public static EasyPrint.Position[] values()
for (EasyPrint.Position c : EasyPrint.Position.values()) System.out.println(c);
public static EasyPrint.Position 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<EasyPrint.Position>Copyright © 2018 Terra Yazılım Bilişim Hiz. Elek. Dan. Oto. ve Loj. Tic. Ltd. Şti.. All rights reserved.