| Package | Description |
|---|---|
| de.saxsys.svgfx.core.attributes.type | |
| de.saxsys.svgfx.core.elements |
| Modifier and Type | Method and Description |
|---|---|
javafx.scene.paint.Paint |
SVGAttributeTypePaint.getValue(SVGShapeBase<?> shape)
Resolves the given data into a paint.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SVGCircle
This class represents a line element from svg
|
class |
SVGEllipse
This class represents a svg ellipse element from svg
|
class |
SVGLine
This class represents a line element from svg
|
class |
SVGPath
This class represents a line element from svg
|
class |
SVGPolyBase<TShape extends javafx.scene.shape.Shape>
Base class for polygons and polyline.
|
class |
SVGPolygon
This class represents a line element from svg
|
class |
SVGPolyline
This class represents a polyline element from svg
|
class |
SVGRectangle
This class represents a line element from svg
|
| Modifier and Type | Method and Description |
|---|---|
javafx.scene.paint.RadialGradient |
SVGRadialGradient.createResult(SVGShapeBase<?> shape) |
javafx.scene.paint.LinearGradient |
SVGLinearGradient.createResult(SVGShapeBase<?> shape) |
abstract TPaint |
SVGGradientBase.createResult(SVGShapeBase<?> shape)
This method can be used to create a result, that depends on the provided
SVGElementBase. |
Copyright © 2016 Saxonia Systems AG. All rights reserved.