Package | Description |
---|---|
com.hyjavacharts.model.common |
Modifier and Type | Field and Description |
---|---|
static LinearGradient |
LinearGradient.NULL |
Modifier and Type | Method and Description |
---|---|
LinearGradient |
Color.getLinearGradient()
Defines the start position and the end position for a gradient relative to the shape.
|
LinearGradient |
LinearGradient.setX1(Number x1)
Start horizontal position of the gradient.
|
LinearGradient |
LinearGradient.setX2(Number x2)
End horizontal position of the gradient.
|
LinearGradient |
LinearGradient.setY1(Number y1)
Start vertical position of the gradient.
|
LinearGradient |
LinearGradient.setY2(Number y2)
End vertical position of the gradient.
|
Modifier and Type | Method and Description |
---|---|
Color |
Color.setLinearGradient(LinearGradient linearGradient)
Defines the start position and the end position for a gradient relative to the shape.
|
Constructor and Description |
---|
Color(LinearGradient linearGradient,
List<Stop> stops)
Construct with LinearGradient and Stop values.
|
Copyright © 2022. All rights reserved.