| Package | Description |
|---|---|
| com.hyjavacharts.model.common | |
| com.hyjavacharts.model.common.themes | |
| com.hyjavacharts.model.highcharts |
| Modifier and Type | Field and Description |
|---|---|
static Color |
Color.NULL |
| Modifier and Type | Method and Description |
|---|---|
Color |
Color.brighten(double brighten)
Brighten a color.
|
Color |
Color.setColor(String colorString)
Set color string.
|
Color |
Color.setColorValue(String colorValue)
Set color Javascript value.
|
Color |
Color.setEmitAsString(boolean emitAsString)
Set whether to emit the Color as a JSON string and convert it so it can be converted back to a Color in your JavaScript.
|
Color |
Color.setEmitAsString(boolean emitAsString,
boolean convertColor)
Set whether to emit the Color as a JSON string.
|
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 |
|---|---|
List<Color> |
Theme.getColors()
Get the themes colors.
|
List<Color> |
Sunset.getColors() |
List<Color> |
Skies.getColors() |
List<Color> |
SandSignika.getColors() |
List<Color> |
Light.getColors() |
List<Color> |
HighContrastLight.getColors() |
List<Color> |
HighContrastDark.getColors() |
List<Color> |
GridLight.getColors() |
List<Color> |
Grid.getColors() |
List<Color> |
Grey.getColors() |
List<Color> |
Default.getColors()
Defaults to [ "#2caffe", "#544fc5", "#00e272", "#fe6a35", "#6b8abc", "#d568fb", "#2ee0ca", "#fa4b42", "#feb56a", "#91e8e1 ].
|
List<Color> |
DarkUnica.getColors() |
List<Color> |
DarkGreen.getColors() |
List<Color> |
DarkBlue.getColors() |
List<Color> |
Dark.getColors() |
List<Color> |
BrandLight.getColors() |
List<Color> |
BrandDark.getColors() |
List<Color> |
Avacado.getColors() |
| Modifier and Type | Method and Description |
|---|---|
Color |
ChartOptions.getColorsSingle() |
| Modifier and Type | Method and Description |
|---|---|
List<Color> |
ChartOptions.getColors()
Get the colors option.
|
| Modifier and Type | Method and Description |
|---|---|
ChartOptions |
ChartOptions.setColors(List<Color> colors)
Set the colors option.
|
Copyright © 2026. All rights reserved.