| Package | Description |
|---|---|
| de.saxsys.svgfx.core.css | |
| de.saxsys.svgfx.css.core |
| Modifier and Type | Class and Description |
|---|---|
class |
SVGCssContentTypeBase<TValue,TUnit>
/**
This class contains the css value of a property
|
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 | Class and Description |
|---|---|
class |
CssStyle<TContentType extends CssContentTypeBase>
This Class does not directly represent a SVG element but rather a Css element
|
Copyright © 2016 Saxonia Systems AG. All rights reserved.