-
A sequence of 2 or more Stop
values specifying how to distribute
the colors along the gradient.
A sequence of 2 or more Stop
values specifying how to distribute
the colors along the gradient.
Creates a new instance of LinearGradient.
RadialGradient(double focusAngle,
double focusDistance,
double centerX,
double centerY,
double radius,
boolean proportional,
CycleMethod cycleMethod,
Stop... stops)
Creates a new instance of RadialGradient.
Creates a new instance of LinearGradient.
RadialGradient(double focusAngle,
double focusDistance,
double centerX,
double centerY,
double radius,
boolean proportional,
CycleMethod cycleMethod,
List<Stop> stops)
Creates a new instance of RadialGradient.