| Class | Description |
|---|---|
| SVGCssContentTypeBase<TValue,TUnit> |
/**
This class contains the css value of a property
|
| SVGCssContentTypeDouble |
This class represents a svg length content type
|
| SVGCssContentTypeFillRule |
Represents a
FillRule, the default value is FillRule.EVEN_ODD. |
| SVGCssContentTypeLength |
This class represents a svg length content type
|
| SVGCssContentTypePaint |
Represents a
Paint used to color fill and strokes, the default value is Color.TRANSPARENT. |
| SVGCssContentTypeString | |
| SVGCssContentTypeStrokeDashArray |
Represents a dash array used for strokes, the default value is an empty array.
|
| SVGCssContentTypeStrokeLineCap |
Represents a
StrokeLineCap, the default value is StrokeLineCap.SQUARE. |
| SVGCssContentTypeStrokeLineJoin |
Represents a
StrokeLineJoin, the default value is StrokeLineJoin.MITER. |
| SVGCssContentTypeStrokeType |
Represents a
StrokeType, the default value is StrokeType.INSIDE. |
| SVGCssStyle |
This Class does not directly represent a SVG element but rather a Css element
|
| Enum | Description |
|---|---|
| SVGCssContentTypeLength.Unit |
Represents the unit which might be attached to a length value
|
| SVGCssStyle.PresentationAttribute |
This contains all the presentation attributes an svg element might.
|
Copyright © 2016 Saxonia Systems AG. All rights reserved.