Package | Description |
---|---|
com.hyjavastock.model.common | |
com.hyjavastock.model.common.themes | |
com.hyjavastock.model.highstock |
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 |
CSSObject.getBackgroundColor()
Background color of the element.
|
Color |
PatternOptions.getBackgroundColor()
Background color for the pattern if a path is set (not images).
|
Color |
CSSObject.getColor()
Color used in the element.
|
Color |
PatternOptions.getColor()
Pattern color, used as default path stroke.
|
Color |
SVGAttributes.getFill() |
Color |
SVGAttributes.getStroke() |
Color |
Color.setColor(String colorString)
Set color string.
|
Color |
Color.setColorValue(String colorValue)
Set color Javascript value.
|
Color |
Color.setLinearGradient(LinearGradient linearGradient)
Defines the start position and the end position for a gradient relative to the shape.
|
Color |
Color.setLinearGradient(List<Number> linearGradient)
Defines the linear gradient as an array of pixel points.
|
Color |
Color.setPattern(PatternOptions pattern) |
Color |
Color.setPatternIndex(Number patternIndex) |
Color |
Color.setRadialGradient(RadialGradient radialGradient)
Defines the center position and the radius for a gradient.
|
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.
|
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.
|
Modifier and Type | Method and Description |
---|---|
CSSObject |
CSSObject.setBackgroundColor(Color backgroundColor)
Background color of the element.
|
PatternOptions |
PatternOptions.setBackgroundColor(Color backgroundColor)
Background color for the pattern if a path is set (not images).
|
CSSObject |
CSSObject.setColor(Color color)
Color used in the element.
|
PatternOptions |
PatternOptions.setColor(Color color)
Pattern color, used as default path stroke.
|
SVGAttributes |
SVGAttributes.setFill(Color fill) |
SVGAttributes |
SVGAttributes.setStroke(Color stroke) |
Constructor and Description |
---|
Stop(Number gradientPosition,
Color color)
Construct with a gradient position and color.
|
Modifier and Type | Method and Description |
---|---|
List<Color> |
Avacado.getColors() |
List<Color> |
DarkBlue.getColors() |
List<Color> |
DarkGreen.getColors() |
List<Color> |
DarkUnica.getColors() |
List<Color> |
Default.getColors() |
List<Color> |
Grey.getColors() |
List<Color> |
Grid.getColors() |
List<Color> |
GridLight.getColors() |
List<Color> |
SandSignika.getColors() |
List<Color> |
Skies.getColors() |
List<Color> |
Sunset.getColors() |
List<Color> |
Theme.getColors()
Get the themes colors.
|
Modifier and Type | Method and Description |
---|---|
Color |
ChartOptions.getColorsSingle() |
Modifier and Type | Method and Description |
---|---|
List<Color> |
ChartOptions.getColors() |
Modifier and Type | Method and Description |
---|---|
ChartOptions |
ChartOptions.setColors(List<Color> colors) |
Copyright © 2022. All rights reserved.