| Package | Description |
|---|---|
| de.saxsys.svgfx.core.attributes |
| Modifier and Type | Field and Description |
|---|---|
static PresentationAttributeMapper |
PresentationAttributeMapper.CLIP_PATH
Represents a clip path which will be applied to the given element.
|
static PresentationAttributeMapper |
PresentationAttributeMapper.CLIP_RULE
Represents the clip rule which determines how an element inside a
SVGClipPath will be used. |
static PresentationAttributeMapper |
PresentationAttributeMapper.COLOR
Represents a color which cna be used for other rule such as fill, stroke or stop-color.
|
static PresentationAttributeMapper |
PresentationAttributeMapper.FILL
Represents the color of the interior of the given graphical element.
|
static PresentationAttributeMapper |
PresentationAttributeMapper.FILL_OPACITY
Represents the color of the interior of the given graphical element.
|
static PresentationAttributeMapper |
PresentationAttributeMapper.FILL_RULE
Represents the algorithm which is to be used to determine what side of a path is inside the shape.
|
static PresentationAttributeMapper |
PresentationAttributeMapper.OPACITY
Represents the transparency of an element, that is, the degree to which the background behind the element is overlaid.
|
static PresentationAttributeMapper |
PresentationAttributeMapper.STOP_COLOR
Represents the color to use for a stop.
|
static PresentationAttributeMapper |
PresentationAttributeMapper.STOP_OPACITY
Represents the transparency of a gradient, that is, the degree to which the background behind the element is overlaid.
|
static PresentationAttributeMapper |
PresentationAttributeMapper.STROKE
Determines the color of a stroke, this is either a name or a hexadezimal value representing the color.
|
static PresentationAttributeMapper |
PresentationAttributeMapper.STROKE_DASHARRAY
Determines the controls the pattern of dashes and gaps used to stroke paths.
|
static PresentationAttributeMapper |
PresentationAttributeMapper.STROKE_DASHOFFSET
Determines the dash offset of a stroke.
|
static PresentationAttributeMapper |
PresentationAttributeMapper.STROKE_LINECAP
Determines the shape to be used at the end of open subpaths when they are stroked.
|
static PresentationAttributeMapper |
PresentationAttributeMapper.STROKE_LINEJOIN
Determines the shape to be used at the corners of paths or basic shapes when they are stroked.
|
static PresentationAttributeMapper |
PresentationAttributeMapper.STROKE_MITERLIMIT
Determines a limit on the ratio of the miter length to the stroke-width.
|
static PresentationAttributeMapper |
PresentationAttributeMapper.STROKE_OPACITY
Determines the opacity of the outline on the current object.
|
static PresentationAttributeMapper |
PresentationAttributeMapper.STROKE_TYPE
Determines the type of stroke used.
|
static PresentationAttributeMapper |
PresentationAttributeMapper.STROKE_WIDTH
Determines the width of the outline on the current object.
|
| Modifier and Type | Field and Description |
|---|---|
static List<PresentationAttributeMapper> |
PresentationAttributeMapper.VALUES
Contains all the values that are available for this attribute class.
|
Copyright © 2016 Saxonia Systems AG. All rights reserved.