| Package | Description |
|---|---|
| de.saxsys.svgfx.core.attributes | |
| de.saxsys.svgfx.core.attributes.type | |
| de.saxsys.svgfx.css.core | |
| de.saxsys.svgfx.xml.core |
| Modifier and Type | Class and Description |
|---|---|
class |
AttributeBase<TSVGContentType extends AttributeWrapper> |
| Modifier and Type | Class and Description |
|---|---|
class |
SVGAttributeType<TValue,TUnit>
This class is the base class for svg content used either in css oder by attributes of an
SVGElementBase. |
class |
SVGAttributeTypeCycleMethod
This class represents a svg transform content type.
|
class |
SVGAttributeTypeDouble
This class represents a svg length content type
|
class |
SVGAttributeTypeFillRule
Represents a
FillRule, the default value is FillRule.EVEN_ODD. |
class |
SVGAttributeTypeGradientUnits
This class represents a svg transform content type.
|
class |
SVGAttributeTypeLength
This class represents a svg length content type
|
class |
SVGAttributeTypePaint
Represents a
Paint used to color fill and strokes, the default value is Color.TRANSPARENT. |
class |
SVGAttributeTypePoint
This class represents a svg length content type
|
class |
SVGAttributeTypePoints
This class represents a svg transform content type.
|
class |
SVGAttributeTypeRectangle
This class represents a svg length content type
|
class |
SVGAttributeTypeString |
class |
SVGAttributeTypeStrokeDashArray
Represents a dash array used for strokes, the default value is an empty array.
|
class |
SVGAttributeTypeStrokeLineCap
Represents a
StrokeLineCap, the default value is StrokeLineCap.SQUARE. |
class |
SVGAttributeTypeStrokeLineJoin
Represents a
StrokeLineJoin, the default value is StrokeLineJoin.MITER. |
class |
SVGAttributeTypeStrokeType
Represents a
StrokeType, the default value is StrokeType.INSIDE. |
class |
SVGAttributeTypeStyle
This class represents a svg transform content type.
|
class |
SVGAttributeTypeTransform
This class represents a svg transform content type.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CssStyle<TAttributeType extends AttributeWrapper,TAttributeHolder extends AttributeHolder<TAttributeType>>
This Class does not directly represent a SVG element but rather a Css element
|
| Modifier and Type | Class and Description |
|---|---|
class |
AttributeHolder<TAttribute extends AttributeWrapper>
|
class |
ElementBase<TAttributeType extends AttributeWrapper,TAttributeHolder extends AttributeHolder<TAttributeType>,TDocumentDataProvider extends IDocumentDataProvider,TResult,TParent extends ElementBase<?,?,TDocumentDataProvider,?,?,?>,TChild extends ElementBase<?,?,TDocumentDataProvider,?,?,?>>
Represents an actual element of the parsed document from an
SAXParser. |
Copyright © 2016 Saxonia Systems AG. All rights reserved.