Style.Color, Style.LinearGradient, Style.Pattern, Style.RadialGradient, Style.Stop| Modifier and Type | Method and Description |
|---|---|
static Style.LinearGradient |
create(double x0,
double y0,
double x1,
double y1,
List<Style.Stop> stops) |
public static Style.LinearGradient create(double x0, double y0, double x1, double y1, List<Style.Stop> stops)
x0 - the x coordinate of the start point for this gradienty0 - the y coordinate of the start point for this gradientx1 - the x coordinate of the end point for this gradienty1 - the y coordinate of the end point for this gradientstops - the stops of this gradientCopyright © 2018. All Rights Reserved.