public static enum SVGElementBase.CoreAttribute extends Enum<SVGElementBase.CoreAttribute>
| Enum Constant and Description |
|---|
CENTER_X
Represents x component of a center position, this element is used for
SVGCircles and SVGEllipses. |
CENTER_Y
Represents y component of a center position, this element is used for
SVGCircles and SVGEllipses. |
CLASS
Represents a class link to an existing style, in this case the element will use this link to style itself.
|
END_X
Represents the end x component of a line.
|
END_Y
Represents the end y component of a line.
|
FOCUS_X
Represents the focus in x direction, this attribute is used by a radial gradient.
|
FOCUS_Y
Represents the focus in y direction, this attribute is used by a radial gradient.
|
HEIGHT
Represents the height of an element.
|
ID
The id for an element, needed in case an element is referenced by another element.
|
OFFSET
Represents the offset from a start position.
|
PATH_DESCRIPTION
Represents a series of path descriptions.
|
POINTS
Represents a comma separated list of points.
|
POSITION_X
Represents the x component of a position, how this is used depends on the element it is used in.
|
POSITION_Y
Represents the y component of a position, how this is used depends on the element it is used in.
|
RADIUS
Represents a radius.
|
RADIUS_X
Represents a radius which is used in the x direction.
|
RADIUS_Y
Represents a radius which is used in the y direction.
|
START_X
Represents the start x component of a line.
|
START_Y
Represents the start y component of a line.
|
STYLE
Represents the style of an element, the style need to follow the css text restrictions to be used.
|
TRANSFORM
Represents the transformation to be applied to an element.
|
TYPE
Represents the type of the element.
|
WIDTH
Represents the width of an element.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
Returns the
name. |
static SVGElementBase.CoreAttribute |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SVGElementBase.CoreAttribute[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SVGElementBase.CoreAttribute ID
public static final SVGElementBase.CoreAttribute TRANSFORM
public static final SVGElementBase.CoreAttribute STYLE
public static final SVGElementBase.CoreAttribute CLASS
public static final SVGElementBase.CoreAttribute CENTER_X
SVGCircles and SVGEllipses.public static final SVGElementBase.CoreAttribute CENTER_Y
SVGCircles and SVGEllipses.public static final SVGElementBase.CoreAttribute RADIUS
public static final SVGElementBase.CoreAttribute RADIUS_X
public static final SVGElementBase.CoreAttribute RADIUS_Y
public static final SVGElementBase.CoreAttribute FOCUS_X
public static final SVGElementBase.CoreAttribute FOCUS_Y
public static final SVGElementBase.CoreAttribute POINTS
public static final SVGElementBase.CoreAttribute START_X
public static final SVGElementBase.CoreAttribute START_Y
public static final SVGElementBase.CoreAttribute END_X
public static final SVGElementBase.CoreAttribute END_Y
public static final SVGElementBase.CoreAttribute PATH_DESCRIPTION
public static final SVGElementBase.CoreAttribute POSITION_X
public static final SVGElementBase.CoreAttribute POSITION_Y
public static final SVGElementBase.CoreAttribute WIDTH
public static final SVGElementBase.CoreAttribute HEIGHT
public static final SVGElementBase.CoreAttribute OFFSET
public static final SVGElementBase.CoreAttribute TYPE
public static SVGElementBase.CoreAttribute[] values()
for (SVGElementBase.CoreAttribute c : SVGElementBase.CoreAttribute.values()) System.out.println(c);
public static SVGElementBase.CoreAttribute 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.