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