| 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 List<GradientSpec.StopSpec> |
GradientSpec.specStops |
| Modifier and Type | Method and Description |
|---|---|
GradientSpec.StopSpec |
GradientSpec.addStop(double offset,
double opacity,
javafx.scene.paint.Color color) |
| Modifier and Type | Method and Description |
|---|---|
protected List<GradientSpec.StopSpec> |
GradientSpec.buildStops(GradientSpec spec,
XMLNode xmlNode,
String kindOfGradient) |
List<GradientSpec.StopSpec> |
GradientSpec.getStops() |
| Modifier and Type | Method and Description |
|---|---|
protected List<javafx.scene.paint.Stop> |
GradientSpec.convertStops(List<GradientSpec.StopSpec> specstops) |
Copyright © 2023. All rights reserved.