| Package | Description |
|---|---|
| com.googlecode.wickedcharts.highcharts.jackson | |
| com.googlecode.wickedcharts.highcharts.options.color |
| Modifier and Type | Method and Description |
|---|---|
void |
NullableSerializer.serialize(Nullable value,
com.fasterxml.jackson.core.JsonGenerator jgen,
com.fasterxml.jackson.databind.SerializerProvider provider) |
| Modifier and Type | Class and Description |
|---|---|
class |
ColorReference
Reference to a color used in a chart.
|
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. |
Copyright © 2013. All Rights Reserved.