| Package | Description |
|---|---|
| de.saxsys.svgfx.core | |
| de.saxsys.svgfx.core.css | |
| de.saxsys.svgfx.core.elements | |
| de.saxsys.svgfx.core.utils |
| Modifier and Type | Method and Description |
|---|---|
protected void |
SVGParser.consumeElementEnd(javafx.scene.Group result,
SVGDataProvider dataProvider,
SVGElementBase<?> element) |
protected void |
SVGParser.consumeElementStart(javafx.scene.Group result,
SVGDataProvider dataProvider,
SVGElementBase<?> element) |
| Modifier and Type | Method and Description |
|---|---|
SVGDataProvider |
SVGCssContentTypeBase.getDataProvider() |
| Constructor and Description |
|---|
SVGCssContentTypeBase(TValue defaultValue,
SVGDataProvider dataProvider)
Creates new instance.
|
SVGCssContentTypeDouble(SVGDataProvider dataProvider)
Creates new instance.
|
SVGCssContentTypeFillRule(SVGDataProvider dataProvider)
Creates new instance with a default value of
FillRule.EVEN_ODD. |
SVGCssContentTypeLength(SVGDataProvider dataProvider)
Creates new instance.
|
SVGCssContentTypePaint(SVGDataProvider dataProvider)
Creates new instance with a default value of
Color.BLACK. |
SVGCssContentTypeString(SVGDataProvider dataProvider)
Creates new instance.
|
SVGCssContentTypeStrokeDashArray(SVGDataProvider dataProvider)
Creates new instance with a default value of an empty array.
|
SVGCssContentTypeStrokeLineCap(SVGDataProvider dataProvider)
Creates new instance with a default value of
SVGCssContentTypeStrokeLineCap.DEFAULT_VALUE. |
SVGCssContentTypeStrokeLineJoin(SVGDataProvider dataProvider)
Creates new instance with a default value of
SVGCssContentTypeStrokeLineJoin.DEFAULT_VALUE. |
SVGCssContentTypeStrokeType(SVGDataProvider dataProvider)
Creates new instance with a default value of
StrokeType.CENTERED. |
SVGCssStyle(String name,
SVGDataProvider provider)
Creates a new instance.
|
SVGCssStyle(SVGDataProvider provider)
Creates a new instance.
|
| Modifier and Type | Method and Description |
|---|---|
SVGElementBase<?> |
SVGElementCreator.createElement(String name,
Attributes attributes,
SVGElementBase<?> parent,
SVGDataProvider dataProvider) |
| Constructor and Description |
|---|
SVGCircle(String name,
Attributes attributes,
SVGElementBase<?> parent,
SVGDataProvider dataProvider)
Creates a new instance of he element using the given attributes and the parent.
|
SVGClipPath(String name,
Attributes attributes,
SVGElementBase<?> parent,
SVGDataProvider dataProvider)
Creates a new instance of he element using the given attributes and the parent.
|
SVGDefs(String name,
Attributes attributes,
SVGElementBase<?> parent,
SVGDataProvider dataProvider)
Creates a new instance of he element using the given attributes and the parent.
|
SVGElementBase(String name,
Attributes attributes,
SVGElementBase<?> parent,
SVGDataProvider dataProvider)
Creates a new instance of he element using the given attributes, parent and dataProvider.
|
SVGEllipse(String name,
Attributes attributes,
SVGElementBase<?> parent,
SVGDataProvider dataProvider)
Creates a new instance of he element using the given attributes and the parent.
|
SVGGradientBase(String name,
Attributes attributes,
SVGElementBase<?> parent,
SVGDataProvider dataProvider)
Creates a new instance of he element using the given attributes, parent and dataProvider.
|
SVGGroup(String name,
Attributes attributes,
SVGElementBase<?> parent,
SVGDataProvider dataProvider)
Creates a new instance of he element using the given attributes and the parent.
|
SVGLine(String name,
Attributes attributes,
SVGElementBase<?> parent,
SVGDataProvider dataProvider)
Creates a new instance of he element using the given attributes and the parent.
|
SVGLinearGradient(String name,
Attributes attributes,
SVGElementBase<?> parent,
SVGDataProvider dataProvider)
Creates a new instance of he element using the given attributes and the parent.
|
SVGNodeBase(String name,
Attributes attributes,
SVGElementBase<?> parent,
SVGDataProvider dataProvider)
Creates a new instance of he element using the given attributes and the parent.
|
SVGPath(String name,
Attributes attributes,
SVGElementBase<?> parent,
SVGDataProvider dataProvider)
Creates a new instance of he element using the given attributes and the parent.
|
SVGPolyBase(String name,
Attributes attributes,
SVGElementBase<?> parent,
SVGDataProvider dataProvider)
Creates a new instance of he element using the given attributes and the parent.
|
SVGPolygon(String name,
Attributes attributes,
SVGElementBase<?> parent,
SVGDataProvider dataProvider)
Creates a new instance of he element using the given attributes and the parent.
|
SVGPolyline(String name,
Attributes attributes,
SVGElementBase<?> parent,
SVGDataProvider dataProvider)
Creates a new instance of he element using the given attributes and the parent.
|
SVGRadialGradient(String name,
Attributes attributes,
SVGElementBase<SVGDataProvider> parent,
SVGDataProvider dataProvider)
Creates a new instance of he element using the given attributes and the parent.
|
SVGRectangle(String name,
Attributes attributes,
SVGElementBase<?> parent,
SVGDataProvider dataProvider)
Creates a new instance of he element using the given attributes and the parent.
|
SVGRoot(String name,
Attributes attributes,
SVGElementBase<?> parent,
SVGDataProvider dataProvider)
Creates a new instance of he element using the given attributes and the parent.
|
SVGShapeBase(String name,
Attributes attributes,
SVGElementBase<?> parent,
SVGDataProvider dataProvider)
Creates a new instance of he element using the given attributes and the parent.
|
SVGStop(String name,
Attributes attributes,
SVGElementBase<?> parent,
SVGDataProvider dataProvider)
Creates a new instance of he element using the given attributes and the parent.
|
SVGStyle(String name,
Attributes attributes,
SVGElementBase<?> parent,
SVGDataProvider dataProvider)
Creates a new instance of he element using the given attributes and the parent.
|
SVGUse(String name,
Attributes attributes,
SVGElementBase<?> parent,
SVGDataProvider dataProvider)
Creates a new instance of he element using the given attributes and the parent.
|
| Constructor and Description |
|---|
SVGRadialGradient(String name,
Attributes attributes,
SVGElementBase<SVGDataProvider> parent,
SVGDataProvider dataProvider)
Creates a new instance of he element using the given attributes and the parent.
|
| Modifier and Type | Method and Description |
|---|---|
static <TShape extends javafx.scene.shape.Shape> |
SVGUtils.applyStyle(TShape shape,
SVGCssStyle style,
SVGDataProvider dataProvider)
Applies the basic style every
Shape supports to the given shape. |
static javafx.scene.paint.Paint |
SVGUtils.parseColor(String data,
SVGDataProvider dataProvider)
Resolves the given data into a paint.
|
static <TSVGElementBase extends SVGElementBase<?>> |
SVGUtils.resolveIRI(String data,
SVGDataProvider dataProvider,
Class<TSVGElementBase> clazz)
Returns the element which might be referenced by the given data.
|
Copyright © 2016 Saxonia Systems AG. All rights reserved.