public enum EpsStrategy extends Enum<EpsStrategy>
Enum Constant and Description |
---|
VERY_SIMPLE |
WITH_MACRO |
WITH_MACRO_AND_TEXT |
Modifier and Type | Method and Description |
---|---|
EpsGraphics |
creatEpsGraphics() |
static EpsStrategy |
getDefault2() |
static EpsStrategy |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EpsStrategy[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EpsStrategy VERY_SIMPLE
public static final EpsStrategy WITH_MACRO
public static final EpsStrategy WITH_MACRO_AND_TEXT
public static EpsStrategy[] values()
for (EpsStrategy c : EpsStrategy.values()) System.out.println(c);
public static EpsStrategy 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 EpsGraphics creatEpsGraphics()
public static EpsStrategy getDefault2()
Copyright © 2016. All Rights Reserved.