Package | Description |
---|---|
com.hyjavacharts.model.common |
Modifier and Type | Field and Description |
---|---|
static Stop |
Stop.NULL |
Modifier and Type | Method and Description |
---|---|
List<Stop> |
Color.getStops()
The first item in each tuple is the position in the gradient, where 0 is the start of the gradient and 1 is the end of the gradient.
|
Modifier and Type | Method and Description |
---|---|
Color |
Color.setStops(List<Stop> stops)
The first item in each tuple is the position in the gradient, where 0 is the start of the gradient and 1 is the end of the gradient.
|
Constructor and Description |
---|
Color(LinearGradient linearGradient,
List<Stop> stops)
Construct with LinearGradient and Stop values.
|
Color(RadialGradient radialGradient,
List<Stop> stops)
Construct with RadialGradient and Stop values.
|
Copyright © 2022. All rights reserved.