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