| Package | Description |
|---|---|
| de.saxsys.svgfx.core.attributes.type | |
| de.saxsys.svgfx.core.css | |
| de.saxsys.svgfx.core.elements | |
| de.saxsys.svgfx.core.utils |
| Modifier and Type | Method and Description |
|---|---|
SVGDocumentDataProvider |
SVGAttributeType.getDocumentDataProvider() |
| Constructor and Description |
|---|
SVGCssStyle(String name,
SVGDocumentDataProvider provider)
Creates a new instance.
|
SVGCssStyle(SVGDocumentDataProvider provider)
Creates a new instance.
|
| Modifier and Type | Method and Description |
|---|---|
SVGElementBase<?> |
SVGElementFactory.createElement(String name,
Attributes attributes,
SVGDocumentDataProvider dataProvider) |
| Constructor and Description |
|---|
SVGElementBase(String name,
Attributes attributes,
SVGDocumentDataProvider dataProvider)
Creates a new instance of he element using the given attributes, parent and dataProvider.
|
SVGGradientBase(String name,
Attributes attributes,
SVGDocumentDataProvider dataProvider)
Creates a new instance of he element using the given attributes, parent and dataProvider.
|
SVGNodeBase(String name,
Attributes attributes,
SVGDocumentDataProvider documentDataProvider)
Creates a new instance of he element using the given attributes and the parent.
|
SVGPolyBase(String name,
Attributes attributes,
SVGDocumentDataProvider dataProvider)
Creates a new instance of he element using the given attributes and the parent.
|
SVGShapeBase(String name,
Attributes attributes,
SVGDocumentDataProvider dataProvider)
Creates a new instance of he element using the given attributes and the parent.
|
| Modifier and Type | Method and Description |
|---|---|
static <TSVGElementBase extends SVGElementBase<?>> |
SVGUtil.resolveIRI(String data,
SVGDocumentDataProvider dataProvider,
Class<TSVGElementBase> clazz)
Returns the element which might be referenced by the given data.
|
Copyright © 2017 Saxonia Systems AG. All rights reserved.