public static enum SVGOptions.ImagePlan extends Enum<SVGOptions.ImagePlan>
| Enum Constant and Description |
|---|
Embed
Convert images and embed in output stream [default]
|
| Modifier and Type | Method and Description |
|---|---|
static SVGOptions.ImagePlan |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SVGOptions.ImagePlan[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SVGOptions.ImagePlan Embed
public static SVGOptions.ImagePlan[] values()
for (SVGOptions.ImagePlan c : SVGOptions.ImagePlan.values()) System.out.println(c);
public static SVGOptions.ImagePlan 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