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