public static enum Enumerations.GradientUnit extends Enum<Enumerations.GradientUnit>
SVGAttributeTypeGradientUnits.| Enum Constant and Description |
|---|
OBJECT_BOUNDING_BOX |
USER_SPACE_ON_USE |
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
Returns the
Enumerations.Matrix.name. |
static Enumerations.GradientUnit |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Enumerations.GradientUnit[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Enumerations.GradientUnit USER_SPACE_ON_USE
public static final Enumerations.GradientUnit OBJECT_BOUNDING_BOX
public static Enumerations.GradientUnit[] values()
for (Enumerations.GradientUnit c : Enumerations.GradientUnit.values()) System.out.println(c);
public static Enumerations.GradientUnit 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 final String getName()
Enumerations.Matrix.name.Enumerations.Matrix.nameCopyright © 2016 Saxonia Systems AG. All rights reserved.