public static enum DotUtil.DotOutputType extends Enum<DotUtil.DotOutputType>
Modifier and Type | Method and Description |
---|---|
static DotUtil.DotOutputType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DotUtil.DotOutputType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DotUtil.DotOutputType PS
public static final DotUtil.DotOutputType SVG
public static final DotUtil.DotOutputType PDF
public static final DotUtil.DotOutputType EPS
public static DotUtil.DotOutputType[] values()
for (DotUtil.DotOutputType c : DotUtil.DotOutputType.values()) System.out.println(c);
public static DotUtil.DotOutputType 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 null