public class CoreAttributeMapper extends BaseAttributeMapper<SVGDocumentDataProvider>
SVGAttributeType.| Modifier and Type | Field and Description |
|---|---|
static CoreAttributeMapper |
CENTER_X
Represents x component of a center position, this element is used for
SVGCircles and SVGEllipses. |
static CoreAttributeMapper |
CENTER_Y
Represents y component of a center position, this element is used for
SVGCircles and SVGEllipses. |
static CoreAttributeMapper |
CLASS
Represents a class link to an existing style, in this case the element will use this link to style itself.
|
static CoreAttributeMapper |
END_X
Represents the end x component of a line.
|
static CoreAttributeMapper |
END_Y
Represents the end y component of a line.
|
static CoreAttributeMapper |
FOCUS_X
Represents the focus in x direction, this attribute is used by a radial gradient.
|
static CoreAttributeMapper |
FOCUS_Y
Represents the focus in y direction, this attribute is used by a radial gradient.
|
static CoreAttributeMapper |
GRADIENT_TRANSFORM
Determines the gradient transformation of a gradient.
|
static CoreAttributeMapper |
GRADIENT_UNITS
Determines the gradient units of a gradient.
|
static CoreAttributeMapper |
HEIGHT
Represents the height of an element.
|
static CoreAttributeMapper |
ID
The id for an element, needed in case an element is referenced by another element.
|
static CoreAttributeMapper |
OFFSET
Represents the offset from a start position.
|
static CoreAttributeMapper |
PATH_DESCRIPTION
Represents a series of path descriptions.
|
static CoreAttributeMapper |
POINTS
Represents a comma separated list of points.
|
static CoreAttributeMapper |
POSITION_X
Represents the x component of a position, how this is used depends on the element it is used in.
|
static CoreAttributeMapper |
POSITION_Y
Represents the y component of a position, how this is used depends on the element it is used in.
|
static CoreAttributeMapper |
RADIUS
Represents a radius.
|
static CoreAttributeMapper |
RADIUS_X
Represents a radius which is used in the x direction.
|
static CoreAttributeMapper |
RADIUS_Y
Represents a radius which is used in the y direction.
|
static CoreAttributeMapper |
SPREAD_METHOD
Determines the spread method used in a gradient.
|
static CoreAttributeMapper |
START_X
Represents the start x component of a line.
|
static CoreAttributeMapper |
START_Y
Represents the start y component of a line.
|
static CoreAttributeMapper |
STYLE
Represents the style of an element, the style need to follow the css text restrictions to be used.
|
static CoreAttributeMapper |
TRANSFORM
Represents the transformation to be applied to an element.
|
static CoreAttributeMapper |
TYPE
Represents the type of the element.
|
static ArrayList<CoreAttributeMapper> |
VALUES
Contains all the values that are available for this attribute class.
|
static CoreAttributeMapper |
VIEW_BOX
Represents the viewBox which is hosted inside a
SVGRoot. |
static CoreAttributeMapper |
WIDTH
Represents the width of an element.
|
public static final CoreAttributeMapper ID
public static final CoreAttributeMapper GRADIENT_UNITS
public static final CoreAttributeMapper GRADIENT_TRANSFORM
public static final CoreAttributeMapper SPREAD_METHOD
public static final CoreAttributeMapper TRANSFORM
public static final CoreAttributeMapper STYLE
public static final CoreAttributeMapper CLASS
public static final CoreAttributeMapper CENTER_X
SVGCircles and SVGEllipses.public static final CoreAttributeMapper CENTER_Y
SVGCircles and SVGEllipses.public static final CoreAttributeMapper RADIUS
public static final CoreAttributeMapper RADIUS_X
public static final CoreAttributeMapper RADIUS_Y
public static final CoreAttributeMapper FOCUS_X
public static final CoreAttributeMapper FOCUS_Y
public static final CoreAttributeMapper POINTS
public static final CoreAttributeMapper START_X
public static final CoreAttributeMapper START_Y
public static final CoreAttributeMapper END_X
public static final CoreAttributeMapper END_Y
public static final CoreAttributeMapper PATH_DESCRIPTION
public static final CoreAttributeMapper POSITION_X
public static final CoreAttributeMapper POSITION_Y
public static final CoreAttributeMapper WIDTH
public static final CoreAttributeMapper HEIGHT
public static final CoreAttributeMapper OFFSET
public static final CoreAttributeMapper TYPE
public static final CoreAttributeMapper VIEW_BOX
SVGRoot.public static final ArrayList<CoreAttributeMapper> VALUES
Copyright © 2017 Saxonia Systems AG. All rights reserved.