| Package | Description |
|---|---|
| org.girod.javafx.svgimage.xml.specs |
This package contains the specifications used for elements in a SVG tree.
|
| Modifier and Type | Field and Description |
|---|---|
protected java.util.List<GradientSpec.StopSpec> |
GradientSpec.specStops
List of stops defined for this gradient.
|
| Modifier and Type | Method and Description |
|---|---|
GradientSpec.StopSpec |
GradientSpec.addStop(double offset,
double opacity,
javafx.scene.paint.Color color)
Add a stop to this gradient.
|
| Modifier and Type | Method and Description |
|---|---|
protected java.util.List<GradientSpec.StopSpec> |
GradientSpec.buildStops(GradientSpec spec,
XMLNode xmlNode,
java.lang.String kindOfGradient)
Build stop specs from XML stop children.
|
java.util.List<GradientSpec.StopSpec> |
GradientSpec.getStops()
Return the list of stop specifications.
|
| Modifier and Type | Method and Description |
|---|---|
protected java.util.List<javafx.scene.paint.Stop> |
GradientSpec.convertStops(java.util.List<GradientSpec.StopSpec> specstops)
Convert stop specs to JavaFX stops.
|
Copyright © 2021, 2022, 2025 Herve Girod. All Rights Reserved. Documentation and source under the BSD 3-Clause licence