Uses of Class
com.googlecode.wickedcharts.highcharts.options.color.ColorReference

Packages that use ColorReference
com.googlecode.wickedcharts.highcharts.options   
com.googlecode.wickedcharts.highcharts.options.color   
com.googlecode.wickedcharts.highcharts.options.series   
com.googlecode.wickedcharts.highcharts.theme   
 

Uses of ColorReference in com.googlecode.wickedcharts.highcharts.options
 

Methods in com.googlecode.wickedcharts.highcharts.options that return ColorReference
 ColorReference Axis.getAlternateGridColor()
           
 ColorReference Tooltip.getBackgroundColor()
           
 ColorReference Legend.getBackgroundColor()
           
 ColorReference DataLabels.getBackgroundColor()
           
 ColorReference ChartOptions.getBackgroundColor()
           
 ColorReference ButtonOptions.getBackgroundColor()
           
 ColorReference Background.getBackgroundColor()
           
 ColorReference Tooltip.getBorderColor()
           
 ColorReference PlotOptions.getBorderColor()
           
 ColorReference Legend.getBorderColor()
           
 ColorReference DataLabels.getBorderColor()
           
 ColorReference ChartOptions.getBorderColor()
           
 ColorReference ButtonOptions.getBorderColor()
           
 ColorReference Background.getBorderColor()
           
 ColorReference State.getColor()
           
 ColorReference PlotOptions.getColor()
           
 ColorReference PlotLine.getColor()
           
 ColorReference PlotBand.getColor()
           
 ColorReference Marker.getColor()
           
 ColorReference DataLabels.getColor()
           
 ColorReference Crosshair.getColor()
           
 ColorReference DataLabels.getConnectorColor()
           
 ColorReference State.getFillColor()
           
 ColorReference PlotOptions.getFillColor()
           
 ColorReference Marker.getFillColor()
           
 ColorReference Axis.getGridLineColor()
           
 ColorReference ButtonOptions.getHoverBorderColor()
           
 ColorReference ButtonOptions.getHoverSymbolFill()
           
 ColorReference ButtonOptions.getHoverSymbolStroke()
           
 ColorReference State.getLineColor()
           
 ColorReference PlotOptions.getLineColor()
           
 ColorReference Marker.getLineColor()
           
 ColorReference Axis.getLineColor()
           
 ColorReference Axis.getMinorGridLineColor()
           
 ColorReference Axis.getMinorTickColor()
           
 ColorReference ChartOptions.getPlotBackgroundColor()
           
 ColorReference ChartOptions.getPlotBorderColor()
           
 ColorReference ButtonOptions.getSymbolFill()
           
 ColorReference ButtonOptions.getSymbolStroke()
           
 ColorReference Axis.getTickColor()
           
 

Methods in com.googlecode.wickedcharts.highcharts.options that return types with arguments of type ColorReference
 List<? extends ColorReference> Options.getColors()
           
 

Methods in com.googlecode.wickedcharts.highcharts.options with parameters of type ColorReference
 Options Options.addColor(ColorReference color)
           
 Axis Axis.setAlternateGridColor(ColorReference alternateGridColor)
           
 Tooltip Tooltip.setBackgroundColor(ColorReference backgroundColor)
           
 Legend Legend.setBackgroundColor(ColorReference backgroundColor)
           
 DataLabels DataLabels.setBackgroundColor(ColorReference backgroundColor)
           
 ChartOptions ChartOptions.setBackgroundColor(ColorReference backgroundColor)
           
 ButtonOptions ButtonOptions.setBackgroundColor(ColorReference backgroundColor)
           
 Background Background.setBackgroundColor(ColorReference backgroundColor)
           
 Tooltip Tooltip.setBorderColor(ColorReference borderColor)
           
 PlotOptions PlotOptions.setBorderColor(ColorReference borderColor)
           
 Legend Legend.setBorderColor(ColorReference borderColor)
           
 DataLabels DataLabels.setBorderColor(ColorReference borderColor)
           
 ChartOptions ChartOptions.setBorderColor(ColorReference borderColor)
           
 ButtonOptions ButtonOptions.setBorderColor(ColorReference borderColor)
           
 Background Background.setBorderColor(ColorReference borderColor)
           
 State State.setColor(ColorReference color)
           
 PlotOptions PlotOptions.setColor(ColorReference color)
           
 PlotLine PlotLine.setColor(ColorReference color)
           
 PlotBand PlotBand.setColor(ColorReference color)
           
 Marker Marker.setColor(ColorReference color)
           
 DataLabels DataLabels.setColor(ColorReference color)
           
 Crosshair Crosshair.setColor(ColorReference color)
           
 Options Options.setColors(ColorReference... colors)
           
 DataLabels DataLabels.setConnectorColor(ColorReference connectorColor)
           
 State State.setFillColor(ColorReference fillColor)
           
 PlotOptions PlotOptions.setFillColor(ColorReference fillColor)
           
 Marker Marker.setFillColor(ColorReference fillColor)
           
 Axis Axis.setGridLineColor(ColorReference gridLineColor)
           
 ButtonOptions ButtonOptions.setHoverBorderColor(ColorReference hoverBorderColor)
           
 ButtonOptions ButtonOptions.setHoverSymbolFill(ColorReference hoverSymbolFill)
           
 ButtonOptions ButtonOptions.setHoverSymbolStroke(ColorReference hoverSymbolStroke)
           
 State State.setLineColor(ColorReference lineColor)
           
 PlotOptions PlotOptions.setLineColor(ColorReference lineColor)
           
 Marker Marker.setLineColor(ColorReference lineColor)
           
 Axis Axis.setLineColor(ColorReference lineColor)
           
 Axis Axis.setMinorGridLineColor(ColorReference minorGridLineColor)
           
 Axis Axis.setMinorTickColor(ColorReference minorTickColor)
           
 ChartOptions ChartOptions.setPlotBackgroundColor(ColorReference plotBackgroundColor)
           
 ChartOptions ChartOptions.setPlotBorderColor(ColorReference plotBorderColor)
           
 ButtonOptions ButtonOptions.setSymbolFill(ColorReference symbolFill)
           
 ButtonOptions ButtonOptions.setSymbolStroke(ColorReference symbolStroke)
           
 Axis Axis.setTickColor(ColorReference tickColor)
           
 

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)
           
 



Copyright © 2013. All Rights Reserved.