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