Style.Color, Style.LinearGradient, Style.Pattern, Style.RadialGradient, Style.Stop| Modifier and Type | Method and Description |
|---|---|
static Style.RadialGradient |
create(double x0,
double y0,
double r0,
double x1,
double y1,
double r1,
List<Style.Stop> stops)
Create a new RadialGradient
|
boolean |
equals(Object obj) |
double |
getR0()
get the radius of the start circle.
|
double |
getR1()
get the radius of the end circle
|
int |
hashCode() |
public static Style.RadialGradient create(double x0, double y0, double r0, double x1, double y1, double r1, List<Style.Stop> stops)
x0 - x Coordinate of starting circley0 - y Coordinate of starting circler0 - radius of starting circlex1 - x coordinate of ending circley1 - y coordinate of ending circler1 - radius of ending circlestops - the stops of this gradientpublic double getR0()
public double getR1()
public int hashCode()
public boolean equals(Object obj)
Copyright © 2018. All Rights Reserved.