public static enum Enumerations.SvgAttribute extends Enum<Enumerations.SvgAttribute>
| Enum Constant and Description |
|---|
CENTER_X
Meaning this attributes represents the center x.
|
CENTER_Y
Meaning this attribute represents the center y.
|
CLASS
Meaning the element has a reference to an existing style.
|
D
|
FOCUS_X
Meaning this attribute represents focus x.
|
FOCUS_Y
Meaning this attribute represents focus y.
|
HEIGHT
|
ID
The id for an element, needed in case this element is referenced by another element.
|
MEDIA |
OFFSET
|
POINTS
Meaning this attributes represents a comma separated list of points.
|
RADIUS
Meaning this attribute represents radius.
|
RADIUS_X
Meaning this attribute represents a radius x.
|
RADIUS_Y
Meaning this attribute represents a radius y.
|
STYLE
Meaning the element has its own style included in a declaration block.
|
TITLE |
TRANSFORM
Meaning the element has a transformation applied.
|
TYPE |
WIDTH |
X
|
X1
|
X2
|
XLINK_HREF
Meaning this element has a reference to an existing element.
|
Y
|
Y1
|
Y2
|
| Modifier and Type | Method and Description |
|---|---|
String
|
getName()
Returns the
name. |
static Enumerations.SvgAttribute |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Enumerations.SvgAttribute[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Enumerations.SvgAttribute ID
public static final Enumerations.SvgAttribute XLINK_HREF
public static final Enumerations.SvgAttribute TRANSFORM
public static final Enumerations.SvgAttribute STYLE
public static final Enumerations.SvgAttribute CLASS
public static final Enumerations.SvgAttribute CENTER_X
public static final Enumerations.SvgAttribute CENTER_Y
public static final Enumerations.SvgAttribute RADIUS
public static final Enumerations.SvgAttribute RADIUS_X
public static final Enumerations.SvgAttribute RADIUS_Y
public static final Enumerations.SvgAttribute FOCUS_X
public static final Enumerations.SvgAttribute FOCUS_Y
public static final Enumerations.SvgAttribute POINTS
public static final Enumerations.SvgAttribute X1
public static final Enumerations.SvgAttribute Y1
public static final Enumerations.SvgAttribute X2
public static final Enumerations.SvgAttribute Y2
public static final Enumerations.SvgAttribute D
public static final Enumerations.SvgAttribute X
public static final Enumerations.SvgAttribute Y
public static final Enumerations.SvgAttribute WIDTH
public static final Enumerations.SvgAttribute HEIGHT
public static final Enumerations.SvgAttribute OFFSET
public static final Enumerations.SvgAttribute TYPE
public static final Enumerations.SvgAttribute MEDIA
public static final Enumerations.SvgAttribute TITLE
public static Enumerations.SvgAttribute[] values()
for (Enumerations.SvgAttribute c : Enumerations.SvgAttribute.values()) System.out.println(c);
public static Enumerations.SvgAttribute valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified name
NullPointerException
- if the argument is null
Copyright © 2015 Saxonia Systems AG. All rights reserved.