|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of ColorReference in com.googlecode.wickedcharts.highcharts.options |
|---|
| Methods in com.googlecode.wickedcharts.highcharts.options that return types with arguments of type ColorReference | |
|---|---|
List<? extends ColorReference> |
Options.getColors()
|
| Method parameters in com.googlecode.wickedcharts.highcharts.options with type arguments of type ColorReference | |
|---|---|
Options |
Options.setColors(List<ColorReference> colors)
|
| Uses of ColorReference in com.googlecode.wickedcharts.highcharts.options.color |
|---|
| Subclasses of ColorReference in com.googlecode.wickedcharts.highcharts.options.color | |
|---|---|
class |
Gradient
Abstract parent class for Gradient ColorReferences. |
class |
HexColor
Simple ColorReference defined by a hex string. |
class |
HighchartsColor
A ColorReference referencing a color managed by Highcharts. |
class |
LinearGradient
A ColorReference defining a linear gradient with one or more changes
between colors. |
class |
NullColor
A ColorReference that is always rendered as JSON "null". |
class |
RadialGradient
RadialGradient color for chart objects. |
class |
RgbaColor
A ColorReference defined by RGBA values (red, green, blue, alpha). |
class |
SimpleColor
A simple ColorReference defined by a Color object. |
| Methods in com.googlecode.wickedcharts.highcharts.options.color that return ColorReference | |
|---|---|
ColorReference |
Gradient.brighten(Float brightness)
|
ColorReference |
ColorReference.brighten(Float brightness)
Brightens this color by the amount given. |
protected ColorReference |
SimpleColor.copy()
|
protected ColorReference |
RgbaColor.copy()
|
protected ColorReference |
RadialGradient.copy()
|
protected ColorReference |
NullColor.copy()
|
protected ColorReference |
LinearGradient.copy()
|
protected ColorReference |
HighchartsColor.copy()
|
protected ColorReference |
HexColor.copy()
|
protected abstract ColorReference |
ColorReference.copy()
|
static ColorReference |
HexColor.fromString(String color)
|
ColorReference |
ColorReference.setBrightness(Float brightness)
|
| Methods in com.googlecode.wickedcharts.highcharts.options.color that return types with arguments of type ColorReference | |
|---|---|
static List<ColorReference> |
HexColor.fromStrings(String color1,
String... colors)
|
| Methods in com.googlecode.wickedcharts.highcharts.options.color with parameters of type ColorReference | |
|---|---|
Gradient |
Gradient.addStop(Number percentage,
ColorReference color)
|
| Uses of ColorReference in com.googlecode.wickedcharts.highcharts.options.series |
|---|
| Methods in com.googlecode.wickedcharts.highcharts.options.series that return ColorReference | |
|---|---|
ColorReference |
Series.getColor()
|
ColorReference |
Point.getColor()
|
| Methods in com.googlecode.wickedcharts.highcharts.options.series with parameters of type ColorReference | |
|---|---|
Series<D> |
Series.setColor(ColorReference color)
|
Point |
Point.setColor(ColorReference color)
|
| Constructors in com.googlecode.wickedcharts.highcharts.options.series with parameters of type ColorReference | |
|---|---|
Point(String name,
Number y,
ColorReference color)
|
|
| Uses of ColorReference in com.googlecode.wickedcharts.highcharts.theme |
|---|
| Methods in com.googlecode.wickedcharts.highcharts.theme that return ColorReference | |
|---|---|
ColorReference |
Theme.getDataLabelsColor()
|
ColorReference |
Theme.getLegendBackgroundColor()
|
ColorReference |
Theme.getLegendBackgroundColorSolid()
|
ColorReference |
Theme.getMaskColor()
|
ColorReference |
Theme.getTextColor()
|
| Methods in com.googlecode.wickedcharts.highcharts.theme with parameters of type ColorReference | |
|---|---|
Theme |
Theme.setDataLabelsColor(ColorReference dataLabelsColor)
|
Theme |
Theme.setLegendBackgroundColor(ColorReference legendBackgroundColor)
|
Theme |
Theme.setLegendBackgroundColorSolid(ColorReference legendBackgroundColorSolid)
|
Theme |
Theme.setMaskColor(ColorReference maskColor)
|
Theme |
Theme.setTextColor(ColorReference textColor)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||