| Package | Description |
|---|---|
| de.saxsys.svgfx.core.css |
| Modifier and Type | Class and Description |
|---|---|
class |
SVGCssContentTypeDouble
This class represents a svg length content type
|
class |
SVGCssContentTypeFillRule
Represents a
FillRule, the default value is FillRule.EVEN_ODD. |
class |
SVGCssContentTypeLength
This class represents a svg length content type
|
class |
SVGCssContentTypePaint
Represents a
Paint used to color fill and strokes, the default value is Color.TRANSPARENT. |
class |
SVGCssContentTypeString |
class |
SVGCssContentTypeStrokeDashArray
Represents a dash array used for strokes, the default value is an empty array.
|
class |
SVGCssContentTypeStrokeLineCap
Represents a
StrokeLineCap, the default value is StrokeLineCap.SQUARE. |
class |
SVGCssContentTypeStrokeLineJoin
Represents a
StrokeLineJoin, the default value is StrokeLineJoin.MITER. |
class |
SVGCssContentTypeStrokeType
Represents a
StrokeType, the default value is StrokeType.INSIDE. |
| Modifier and Type | Method and Description |
|---|---|
protected SVGCssContentTypeBase |
SVGCssStyle.createContentType(String name)
This implementation will use the name and validate it against
SVGCssStyle.PresentationAttributes and then create an instance of a CssContentTypeBase. |
| Modifier and Type | Method and Description |
|---|---|
Class<? extends SVGCssContentTypeBase> |
SVGCssStyle.PresentationAttribute.getContentTypeClass() |
Copyright © 2016 Saxonia Systems AG. All rights reserved.