Package | Description |
---|---|
com.hyjavacharts.model.common | |
com.hyjavacharts.model.common.themes | |
com.hyjavacharts.model.highcharts | |
com.hyjavacharts.model.highcharts.yaxis |
Modifier and Type | Method and Description |
---|---|
Color |
Color.brighten(double brighten)
Brighten a color.
|
Color |
CSSObject.getColor()
Color used in the element.
|
Color |
Color.setColor(String colorString)
Set color string.
|
Color |
Color.setColorValue(String colorValue)
Set color Javascript value.
|
Color |
Color.setGradient(Gradient gradient,
List<Stop> stops)
Set a gradient color value.
|
Color |
Color.setRGB(int red,
int green,
int blue)
Set a RGB color string.
|
Color |
Color.setRGBA(int red,
int green,
int blue,
double opacity)
Set a RGBA color string.
|
Modifier and Type | Method and Description |
---|---|
CSSObject |
CSSObject.setColor(Color color)
Color used in the element.
|
Constructor and Description |
---|
Stop(Number gradientPosition,
Color color)
Construct with a gradient position and color.
|
Modifier and Type | Method and Description |
---|---|
List<Color> |
Theme.getColors()
Get the themes colors.
|
List<Color> |
Sunset.getColors() |
List<Color> |
Skies.getColors() |
List<Color> |
SandSignika.getColors() |
List<Color> |
GridLight.getColors() |
List<Color> |
Grid.getColors() |
List<Color> |
Grey.getColors() |
List<Color> |
Default.getColors() |
List<Color> |
DarkUnica.getColors() |
List<Color> |
DarkGreen.getColors() |
List<Color> |
DarkBlue.getColors() |
List<Color> |
Avacado.getColors() |
Modifier and Type | Method and Description |
---|---|
Color |
ChartOptions.colorsSingle() |
Color |
ChartOptions.getColorsSingle() |
Modifier and Type | Method and Description |
---|---|
List<Color> |
ChartOptions.colors() |
List<Color> |
ChartOptions.getColors() |
Modifier and Type | Method and Description |
---|---|
ChartOptions |
ChartOptions.colors(List<Color> colors) |
ChartOptions |
ChartOptions.setColors(List<Color> colors) |
Modifier and Type | Method and Description |
---|---|
Color |
PlotLines.color()
The color of the line.
|
Color |
PlotLines.getColor()
The color of the line.
|
Modifier and Type | Method and Description |
---|---|
PlotLines |
PlotLines.color(Color color)
The color of the line.
|
PlotLines |
PlotLines.setColor(Color color)
The color of the line.
|
Copyright © 2022. All rights reserved.