Uses of Interface
com.googlecode.wickedcharts.highcharts.json.Nullable

Packages that use Nullable
com.googlecode.wickedcharts.highcharts.jackson   
com.googlecode.wickedcharts.highcharts.options.color   
 

Uses of Nullable in com.googlecode.wickedcharts.highcharts.jackson
 

Methods in com.googlecode.wickedcharts.highcharts.jackson with parameters of type Nullable
 void NullableSerializer.serialize(Nullable value, com.fasterxml.jackson.core.JsonGenerator jgen, com.fasterxml.jackson.databind.SerializerProvider provider)
           
 

Uses of Nullable in com.googlecode.wickedcharts.highcharts.options.color
 

Classes in com.googlecode.wickedcharts.highcharts.options.color that implement Nullable
 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.