Package | Description |
---|---|
com.sun.javafx.tk.quantum | |
com.sun.javafx.webkit.prism | |
com.sun.prism.impl.ps | |
com.sun.prism.paint |
Modifier and Type | Method and Description |
---|---|
private java.util.List<Stop> |
QuantumToolkit.convertStops(java.util.List<Stop> paintStops) |
Modifier and Type | Field and Description |
---|---|
(package private) static java.util.Comparator<Stop> |
WCRadialGradient.COMPARATOR |
private java.util.List<Stop> |
WCLinearGradient.stops |
private java.util.List<Stop> |
WCRadialGradient.stops |
Modifier and Type | Method and Description |
---|---|
(package private) static java.lang.String |
WCRadialGradient.toString(WCGradient g,
WCPoint p1,
WCPoint p2,
java.lang.Float radius,
java.util.List<Stop> stops) |
Modifier and Type | Method and Description |
---|---|
private static void |
PaintHelper.stopsToGtexImage(java.util.List<Stop> stops,
int numStops) |
private static void |
PaintHelper.stopsToImage(java.util.List<Stop> stops,
int numStops) |
Modifier and Type | Field and Description |
---|---|
private java.util.List<Stop> |
Gradient.stops |
Modifier and Type | Method and Description |
---|---|
java.util.List<Stop> |
Gradient.getStops() |
Constructor and Description |
---|
Gradient(Paint.Type type,
BaseTransform gradientTransform,
boolean proportional,
int spreadMethod,
java.util.List<Stop> stops) |
LinearGradient(float x1,
float y1,
float x2,
float y2,
BaseTransform gradientTransform,
boolean proportional,
int spreadMethod,
java.util.List<Stop> stops) |
RadialGradient(float centerX,
float centerY,
float focusAngle,
float focusDistance,
float radius,
BaseTransform gradientTransform,
boolean proportional,
int spreadMethod,
java.util.List<Stop> stops) |