| Package | Description |
|---|---|
| de.saxsys.svgfx.core | |
| de.saxsys.svgfx.core.attributes.type | |
| de.saxsys.svgfx.core.css | |
| de.saxsys.svgfx.core.elements |
| Modifier and Type | Method and Description |
|---|---|
Set<SVGCssStyle> |
SVGDocumentDataProvider.getUnmodifiableStyles()
Gets the styles of the converted svg file.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
SVGDocumentDataProvider.addStyle(SVGCssStyle style)
Adds the given
SVGCssStyle to the SVGDocumentDataProvider.styles. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
SVGDocumentDataProvider.addStyles(Collection<SVGCssStyle> styles)
Adds the given
SVGCssStyles to the SVGDocumentDataProvider.styles. |
| Modifier and Type | Field and Description |
|---|---|
static SVGCssStyle |
SVGAttributeTypeStyle.DEFAULT_VALUE
Determines the default value for this
SVGAttributeType. |
| Modifier and Type | Method and Description |
|---|---|
protected javafx.util.Pair<SVGCssStyle,Void> |
SVGAttributeTypeStyle.getValueAndUnit(String text) |
| Modifier and Type | Method and Description |
|---|---|
SVGCssStyle |
StyleSupplier.get()
Returns the
SVGCssStyle required. |
| Modifier and Type | Method and Description |
|---|---|
SVGCssStyle |
SVGElementBase.getStyle()
Gets the elements own style and resolves its inheritance, also removed any self references.
|
SVGCssStyle |
SVGElementBase.getStyleAndResolveInheritance(SVGCssStyle otherStyle)
Gets the elements own
SVGCssStyle and combines it with the given SVGCssStyle |
| Modifier and Type | Method and Description |
|---|---|
protected Set<SVGCssStyle> |
SVGStyle.createResult(StyleSupplier styleSupplier)
Must be overwritten in the actual implementation to create a new result for this element based on the
information available.
|
| Modifier and Type | Method and Description |
|---|---|
SVGCssStyle |
SVGElementBase.getStyleAndResolveInheritance(SVGCssStyle otherStyle)
Gets the elements own
SVGCssStyle and combines it with the given SVGCssStyle |
| Modifier and Type | Method and Description |
|---|---|
protected void |
SVGStyle.initializeResult(Set<SVGCssStyle> cssStyles,
StyleSupplier styleSupplier) |
Copyright © 2016 Saxonia Systems AG. All rights reserved.