public static enum SVGCssStyle.PresentationAttribute extends Enum<SVGCssStyle.PresentationAttribute>
SVGShapeBase.| Enum Constant and Description |
|---|
CLIP_PATH
Represents a clip path which will be applied to the given element.
|
CLIP_RULE
Represents the clip rule which determines how an element inside a
SVGClipPath will be used. |
COLOR
Represents a color which cna be used for other rule such as fill, stroke or stop-color.
|
FILL
Represents the color of the interior of the given graphical element.
|
FILL_OPACITY
Represents the color of the interior of the given graphical element.
|
FILL_RULE
Represents the algorithm which is to be used to determine what side of a path is inside the shape.
|
OPACITY
Represents the transparency of an element, that is, the degree to which the background behind the element is overlaid.
|
STOP_COLOR
Represents the color to use for a stop.
|
STOP_OPACITY
Represents the transparency of a gradient, that is, the degree to which the background behind the element is overlaid.
|
STROKE
Determines the color of a stroke, this is either a name or a hexadezimal value representing the color.
|
STROKE_DASHARRAY
Determines the controls the pattern of dashes and gaps used to stroke paths.
|
STROKE_DASHOFFSET
Determines the dash offset of a stroke.
|
STROKE_LINECAP
Determines the shape to be used at the end of open subpaths when they are stroked.
|
STROKE_LINEJOIN
Determines the shape to be used at the corners of paths or basic shapes when they are stroked.
|
STROKE_MITERLIMIT
Determines a limit on the ratio of the miter length to the stroke-width.
|
STROKE_OPACITY
Determines the opacity of the outline on the current object.
|
STROKE_TYPE
Determines the type of stroke used.
|
STROKE_WIDTH
Determines the width of the outline on the current object.
|
| Modifier and Type | Method and Description |
|---|---|
Class<? extends SVGCssContentTypeBase> |
getContentTypeClass() |
String |
getName()
Returns the
name. |
static SVGCssStyle.PresentationAttribute |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SVGCssStyle.PresentationAttribute[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SVGCssStyle.PresentationAttribute STROKE
public static final SVGCssStyle.PresentationAttribute STROKE_TYPE
public static final SVGCssStyle.PresentationAttribute STROKE_DASHARRAY
public static final SVGCssStyle.PresentationAttribute STROKE_DASHOFFSET
public static final SVGCssStyle.PresentationAttribute STROKE_LINECAP
public static final SVGCssStyle.PresentationAttribute STROKE_LINEJOIN
public static final SVGCssStyle.PresentationAttribute STROKE_MITERLIMIT
public static final SVGCssStyle.PresentationAttribute STROKE_OPACITY
public static final SVGCssStyle.PresentationAttribute STROKE_WIDTH
public static final SVGCssStyle.PresentationAttribute CLIP_PATH
public static final SVGCssStyle.PresentationAttribute CLIP_RULE
SVGClipPath will be used.
It works like the FILL_RULE.public static final SVGCssStyle.PresentationAttribute FILL
public static final SVGCssStyle.PresentationAttribute FILL_OPACITY
public static final SVGCssStyle.PresentationAttribute FILL_RULE
public static final SVGCssStyle.PresentationAttribute STOP_COLOR
public static final SVGCssStyle.PresentationAttribute STOP_OPACITY
public static final SVGCssStyle.PresentationAttribute COLOR
public static final SVGCssStyle.PresentationAttribute OPACITY
public static SVGCssStyle.PresentationAttribute[] values()
for (SVGCssStyle.PresentationAttribute c : SVGCssStyle.PresentationAttribute.values()) System.out.println(c);
public static SVGCssStyle.PresentationAttribute valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic final Class<? extends SVGCssContentTypeBase> getContentTypeClass()
contentTypeClass.Copyright © 2016 Saxonia Systems AG. All rights reserved.