Package | Description |
---|---|
com.hyjavaapex.model.apexcharts | |
com.hyjavaapex.model.common | |
com.hyjavaapex.model.common.themes |
Modifier and Type | Method and Description |
---|---|
Color |
Stroke.getColorsSingle()
Colors to fill the border for paths.
|
Color |
ChartOptions.getColorsSingle() |
Modifier and Type | Method and Description |
---|---|
List<Color> |
Stroke.getColors()
Colors to fill the border for paths.
|
List<Color> |
ChartOptions.getColors() |
Modifier and Type | Method and Description |
---|---|
Stroke |
Stroke.setColors(List<Color> colors)
Colors to fill the border for paths.
|
ChartOptions |
ChartOptions.setColors(List<Color> colors) |
Modifier and Type | Field and Description |
---|---|
static Color |
Color.NULL |
Modifier and Type | Method and Description |
---|---|
Color |
ColorStop.getColor() |
Color |
Color.setColor(String colorString)
Set color string.
|
Color |
Color.setColorValue(String colorValue)
Set color Javascript 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 |
---|---|
ColorStop |
ColorStop.setColor(Color color) |
Constructor and Description |
---|
ColorStop(Number offset,
Color color,
Number opacity)
Construct the ColorStop object
|
Pair(Color colorValue1,
Color colorValue2)
Construct with the paired values.
|
Modifier and Type | Method and Description |
---|---|
List<Color> |
Theme.getColors()
Get the themes colors.
|
List<Color> |
Default.getColors() |
Copyright © 2024. All rights reserved.