A B C D E F G H I J L M N O P R S T U V W X Y Z 

A

addBackground(Background) - Method in class com.googlecode.wickedcharts.highcharts.options.Pane
 
addColor(ColorReference) - Method in class com.googlecode.wickedcharts.highcharts.options.Options
 
addNumberPoint(Number) - Method in class com.googlecode.wickedcharts.highcharts.options.series.PointSeries
Adds a point with only a number.
addNumbers(List<Number>) - Method in class com.googlecode.wickedcharts.highcharts.options.series.PointSeries
Adds a list of point with only numbers.
addParameter(String) - Method in class com.googlecode.wickedcharts.highcharts.options.Function
With this function, you can add parameters to the signature of the javascript function.
addPlotBand(PlotBand) - Method in class com.googlecode.wickedcharts.highcharts.options.Axis
 
addPlotLine(PlotLine) - Method in class com.googlecode.wickedcharts.highcharts.options.Axis
 
addPoint(Number, Number) - Method in class com.googlecode.wickedcharts.highcharts.options.series.CoordinatesSeries
 
addPoint(Number, Number, Number) - Method in class com.googlecode.wickedcharts.highcharts.options.series.RangeSeries
 
addPoint(D) - Method in class com.googlecode.wickedcharts.highcharts.options.series.Series
Adds a point to this series.
AddPointFunction - Class in com.googlecode.wickedcharts.highcharts.options.functions
A javascript function that adds a point to the first series of a chart at the current mouse location.
AddPointFunction() - Constructor for class com.googlecode.wickedcharts.highcharts.options.functions.AddPointFunction
 
addSerializer(Class<T>, JsonSerializer<T>) - Method in class com.googlecode.wickedcharts.highcharts.jackson.JsonRenderer
This method gives the opportunity to add a custom serializer to serializer one of the highchart option classes.
addSeries(Series<?>) - Method in class com.googlecode.wickedcharts.highcharts.options.Options
 
addStop(Number, ColorReference) - Method in class com.googlecode.wickedcharts.highcharts.options.color.Gradient
 
addStopsInternal(List<List<Object>>) - Method in class com.googlecode.wickedcharts.highcharts.options.color.Gradient
 
addxAxis(Axis) - Method in class com.googlecode.wickedcharts.highcharts.options.Options
Adds an XAxis to the chart.
addyAxis(Axis) - Method in class com.googlecode.wickedcharts.highcharts.options.Options
Adds an YAxis to the chart.
Axis - Class in com.googlecode.wickedcharts.highcharts.options
Defines an Axis for a Highcharts chart.
Axis() - Constructor for class com.googlecode.wickedcharts.highcharts.options.Axis
 
Axis(AxisType) - Constructor for class com.googlecode.wickedcharts.highcharts.options.Axis
 
AxisType - Enum in com.googlecode.wickedcharts.highcharts.options
Defines the type of an axis.

B

Background - Class in com.googlecode.wickedcharts.highcharts.options
Defines the configuration of the background option.
Background() - Constructor for class com.googlecode.wickedcharts.highcharts.options.Background
 
brighten(String, float) - Method in class com.googlecode.wickedcharts.highcharts.jackson.ColorReferenceSerializer
 
brighten(Float) - Method in class com.googlecode.wickedcharts.highcharts.options.color.ColorReference
Brightens this color by the amount given.
brighten(Float) - Method in class com.googlecode.wickedcharts.highcharts.options.color.Gradient
 
ButtonOptions - Class in com.googlecode.wickedcharts.highcharts.options
Defined options for the buttons of a chart.
ButtonOptions() - Constructor for class com.googlecode.wickedcharts.highcharts.options.ButtonOptions
 

C

Center - Class in com.googlecode.wickedcharts.highcharts.options
Defines the location pf a pie chart
Center(int, int, Center.Unit) - Constructor for class com.googlecode.wickedcharts.highcharts.options.Center
 
Center.Unit - Enum in com.googlecode.wickedcharts.highcharts.options
 
CenterSerializer - Class in com.googlecode.wickedcharts.highcharts.jackson
 
CenterSerializer() - Constructor for class com.googlecode.wickedcharts.highcharts.jackson.CenterSerializer
 
ChartOptions - Class in com.googlecode.wickedcharts.highcharts.options
Defines the configuration of the "chart" option.
ChartOptions() - Constructor for class com.googlecode.wickedcharts.highcharts.options.ChartOptions
 
ChartOptions(SeriesType) - Constructor for class com.googlecode.wickedcharts.highcharts.options.ChartOptions
 
ChartType - Enum in com.googlecode.wickedcharts.highcharts.options
Defines whether a chart is a basic or an advanced chart.
clearSeries() - Method in class com.googlecode.wickedcharts.highcharts.options.Options
 
ColorReference - Class in com.googlecode.wickedcharts.highcharts.options.color
Reference to a color used in a chart.
ColorReference() - Constructor for class com.googlecode.wickedcharts.highcharts.options.color.ColorReference
 
ColorReferenceSerializer<T> - Class in com.googlecode.wickedcharts.highcharts.jackson
 
ColorReferenceSerializer() - Constructor for class com.googlecode.wickedcharts.highcharts.jackson.ColorReferenceSerializer
 
com.googlecode.wickedcharts.highcharts.jackson - package com.googlecode.wickedcharts.highcharts.jackson
 
com.googlecode.wickedcharts.highcharts.json - package com.googlecode.wickedcharts.highcharts.json
 
com.googlecode.wickedcharts.highcharts.options - package com.googlecode.wickedcharts.highcharts.options
 
com.googlecode.wickedcharts.highcharts.options.color - package com.googlecode.wickedcharts.highcharts.options.color
 
com.googlecode.wickedcharts.highcharts.options.drilldown - package com.googlecode.wickedcharts.highcharts.options.drilldown
 
com.googlecode.wickedcharts.highcharts.options.functions - package com.googlecode.wickedcharts.highcharts.options.functions
 
com.googlecode.wickedcharts.highcharts.options.interaction - package com.googlecode.wickedcharts.highcharts.options.interaction
 
com.googlecode.wickedcharts.highcharts.options.livedata - package com.googlecode.wickedcharts.highcharts.options.livedata
 
com.googlecode.wickedcharts.highcharts.options.processing - package com.googlecode.wickedcharts.highcharts.options.processing
 
com.googlecode.wickedcharts.highcharts.options.series - package com.googlecode.wickedcharts.highcharts.options.series
 
com.googlecode.wickedcharts.highcharts.options.util - package com.googlecode.wickedcharts.highcharts.options.util
 
com.googlecode.wickedcharts.highcharts.theme - package com.googlecode.wickedcharts.highcharts.theme
 
Coordinate<T,U> - Class in com.googlecode.wickedcharts.highcharts.options.series
 
Coordinate(T, U) - Constructor for class com.googlecode.wickedcharts.highcharts.options.series.Coordinate
 
CoordinateSerializer<T,U> - Class in com.googlecode.wickedcharts.highcharts.jackson
 
CoordinateSerializer() - Constructor for class com.googlecode.wickedcharts.highcharts.jackson.CoordinateSerializer
 
CoordinatesSeries - Class in com.googlecode.wickedcharts.highcharts.options.series
A series of pairs of numbers.
CoordinatesSeries() - Constructor for class com.googlecode.wickedcharts.highcharts.options.series.CoordinatesSeries
 
copy() - Method in class com.googlecode.wickedcharts.highcharts.options.color.ColorReference
 
copy() - Method in class com.googlecode.wickedcharts.highcharts.options.color.HexColor
 
copy() - Method in class com.googlecode.wickedcharts.highcharts.options.color.HighchartsColor
 
copy() - Method in class com.googlecode.wickedcharts.highcharts.options.color.LinearGradient
 
copy() - Method in class com.googlecode.wickedcharts.highcharts.options.color.NullColor
 
copy() - Method in class com.googlecode.wickedcharts.highcharts.options.color.RadialGradient
 
copy() - Method in class com.googlecode.wickedcharts.highcharts.options.color.RgbaColor
 
copy() - Method in class com.googlecode.wickedcharts.highcharts.options.color.SimpleColor
 
copyFrom(Options) - Method in class com.googlecode.wickedcharts.highcharts.options.Options
 
copyRenderTo(Options, Options) - Method in class com.googlecode.wickedcharts.highcharts.options.util.OptionsUtil
Copies the renderTo configuration from one Options object to another.
CreditOptions - Class in com.googlecode.wickedcharts.highcharts.options
Defines the configuration of the "credits" option.
CreditOptions() - Constructor for class com.googlecode.wickedcharts.highcharts.options.CreditOptions
 
Crosshair - Class in com.googlecode.wickedcharts.highcharts.options
Configuration of a single crosshair (x or y).
Crosshair() - Constructor for class com.googlecode.wickedcharts.highcharts.options.Crosshair
 
CrosshairSerializer - Class in com.googlecode.wickedcharts.highcharts.jackson
 
CrosshairSerializer() - Constructor for class com.googlecode.wickedcharts.highcharts.jackson.CrosshairSerializer
 
CssStyle - Class in com.googlecode.wickedcharts.highcharts.options
Option to allow CSS styles in a chart.
CssStyle() - Constructor for class com.googlecode.wickedcharts.highcharts.options.CssStyle
 
CssStyleSerializer - Class in com.googlecode.wickedcharts.highcharts.jackson
 
CssStyleSerializer() - Constructor for class com.googlecode.wickedcharts.highcharts.jackson.CssStyleSerializer
 
Cursor - Enum in com.googlecode.wickedcharts.highcharts.options
Possible values for the pointer option.
CustomCoordinatesSeries<T,U> - Class in com.googlecode.wickedcharts.highcharts.options.series
 
CustomCoordinatesSeries() - Constructor for class com.googlecode.wickedcharts.highcharts.options.series.CustomCoordinatesSeries
 

D

DarkBlueTheme - Class in com.googlecode.wickedcharts.highcharts.theme
 
DarkBlueTheme() - Constructor for class com.googlecode.wickedcharts.highcharts.theme.DarkBlueTheme
 
DataLabels - Class in com.googlecode.wickedcharts.highcharts.options
Defines the configuration of the "dataLabels" option.
DataLabels() - Constructor for class com.googlecode.wickedcharts.highcharts.options.DataLabels
Empty constructor.
DataLabels(Boolean) - Constructor for class com.googlecode.wickedcharts.highcharts.options.DataLabels
Convenience constructor.
DateTimeLabelFormat - Class in com.googlecode.wickedcharts.highcharts.options
Defines the date time label format for the axis.
DateTimeLabelFormat() - Constructor for class com.googlecode.wickedcharts.highcharts.options.DateTimeLabelFormat
 
DateTimeLabelFormat.DateTimeProperties - Enum in com.googlecode.wickedcharts.highcharts.options
 
DateTimeLabelFormatSerializer - Class in com.googlecode.wickedcharts.highcharts.jackson
 
DateTimeLabelFormatSerializer() - Constructor for class com.googlecode.wickedcharts.highcharts.jackson.DateTimeLabelFormatSerializer
 
DEFAULT_BACKGROUND - Static variable in class com.googlecode.wickedcharts.highcharts.options.Background
 
DEFAULT_MAPPER - Static variable in class com.googlecode.wickedcharts.highcharts.jackson.JsonRenderer
The default mapper can be used to bypass the serializers registered in the WickedChartsJacksonModule.
DefaultFormatter - Class in com.googlecode.wickedcharts.highcharts.options.functions
A simple javascript function intended to use as tooltip formatter.
DefaultFormatter() - Constructor for class com.googlecode.wickedcharts.highcharts.options.functions.DefaultFormatter
 
DrilldownFunction - Class in com.googlecode.wickedcharts.highcharts.options.drilldown
A javascript function that when triggered changes the options of the current chart and rerenders the chart.
DrilldownFunction(String) - Constructor for class com.googlecode.wickedcharts.highcharts.options.drilldown.DrilldownFunction
Constructor.
DrilldownPoint - Class in com.googlecode.wickedcharts.highcharts.options.drilldown
A Point that allows to specify a drill down to show a different chart on click.
DrilldownPoint(Options, Options) - Constructor for class com.googlecode.wickedcharts.highcharts.options.drilldown.DrilldownPoint
Constructs a DrilldownPoint.
DummyOption - Class in com.googlecode.wickedcharts.highcharts.options
Deprecated.
DummyOption() - Constructor for class com.googlecode.wickedcharts.highcharts.options.DummyOption
Deprecated.
 

E

Events - Class in com.googlecode.wickedcharts.highcharts.options
Defines the configuration of the "events" option.
Events() - Constructor for class com.googlecode.wickedcharts.highcharts.options.Events
 
ExportingButtons - Class in com.googlecode.wickedcharts.highcharts.options
Defines the configurations fot the buttons option.
ExportingButtons() - Constructor for class com.googlecode.wickedcharts.highcharts.options.ExportingButtons
 
ExportingMimeType - Enum in com.googlecode.wickedcharts.highcharts.options
Possible values for mime type of exported images.
ExportingOptions - Class in com.googlecode.wickedcharts.highcharts.options
Defines the configuration of the "exporting" option.
ExportingOptions() - Constructor for class com.googlecode.wickedcharts.highcharts.options.ExportingOptions
 

F

forLocale(Locale) - Static method in class com.googlecode.wickedcharts.highcharts.options.LanguageOptions
Returns the LanguageOptions for the specified locale.
fromString(String) - Static method in class com.googlecode.wickedcharts.highcharts.options.color.HexColor
 
fromStrings(String, String...) - Static method in class com.googlecode.wickedcharts.highcharts.options.color.HexColor
 
Function - Class in com.googlecode.wickedcharts.highcharts.options
 
Function() - Constructor for class com.googlecode.wickedcharts.highcharts.options.Function
 
Function(String) - Constructor for class com.googlecode.wickedcharts.highcharts.options.Function
 
FunctionSerializer - Class in com.googlecode.wickedcharts.highcharts.jackson
 
FunctionSerializer() - Constructor for class com.googlecode.wickedcharts.highcharts.jackson.FunctionSerializer
 

G

getAddSeries() - Method in class com.googlecode.wickedcharts.highcharts.options.Events
 
getAlign() - Method in class com.googlecode.wickedcharts.highcharts.options.ButtonOptions
 
getAlign() - Method in class com.googlecode.wickedcharts.highcharts.options.DataLabels
 
getAlign() - Method in class com.googlecode.wickedcharts.highcharts.options.Labels
 
getAlign() - Method in class com.googlecode.wickedcharts.highcharts.options.Legend
 
getAlign() - Method in class com.googlecode.wickedcharts.highcharts.options.StackLabels
 
getAlign() - Method in class com.googlecode.wickedcharts.highcharts.options.Title
 
getAlignTicks() - Method in class com.googlecode.wickedcharts.highcharts.options.ChartOptions
 
getAllowDecimals() - Method in class com.googlecode.wickedcharts.highcharts.options.Axis
 
getAllowPointSelect() - Method in class com.googlecode.wickedcharts.highcharts.options.PlotOptions
 
getAlpha() - Method in class com.googlecode.wickedcharts.highcharts.options.color.RgbaColor
 
getAlternateGridColor() - Method in class com.googlecode.wickedcharts.highcharts.options.Axis
 
getAnimation() - Method in class com.googlecode.wickedcharts.highcharts.options.ChartOptions
 
getAnimation() - Method in class com.googlecode.wickedcharts.highcharts.options.PlotOptions
 
getAnimation() - Method in class com.googlecode.wickedcharts.highcharts.options.Tooltip
 
getArea() - Method in class com.googlecode.wickedcharts.highcharts.options.PlotOptionsChoice
 
getAreaspline() - Method in class com.googlecode.wickedcharts.highcharts.options.PlotOptionsChoice
 
getAuto() - Method in class com.googlecode.wickedcharts.highcharts.options.MinorTickInterval
 
getBackground() - Method in class com.googlecode.wickedcharts.highcharts.options.Pane
 
getBackgroundColor() - Method in class com.googlecode.wickedcharts.highcharts.options.Background
 
getBackgroundColor() - Method in class com.googlecode.wickedcharts.highcharts.options.ButtonOptions
 
getBackgroundColor() - Method in class com.googlecode.wickedcharts.highcharts.options.ChartOptions
 
getBackgroundColor() - Method in class com.googlecode.wickedcharts.highcharts.options.DataLabels
 
getBackgroundColor() - Method in class com.googlecode.wickedcharts.highcharts.options.Legend
 
getBackgroundColor() - Method in class com.googlecode.wickedcharts.highcharts.options.Tooltip
 
getBar() - Method in class com.googlecode.wickedcharts.highcharts.options.PlotOptionsChoice
 
getBlue() - Method in class com.googlecode.wickedcharts.highcharts.options.color.RgbaColor
 
getBorderColor() - Method in class com.googlecode.wickedcharts.highcharts.options.Background
 
getBorderColor() - Method in class com.googlecode.wickedcharts.highcharts.options.ButtonOptions
 
getBorderColor() - Method in class com.googlecode.wickedcharts.highcharts.options.ChartOptions
 
getBorderColor() - Method in class com.googlecode.wickedcharts.highcharts.options.DataLabels
 
getBorderColor() - Method in class com.googlecode.wickedcharts.highcharts.options.Legend
 
getBorderColor() - Method in class com.googlecode.wickedcharts.highcharts.options.PlotOptions
 
getBorderColor() - Method in class com.googlecode.wickedcharts.highcharts.options.Tooltip
 
getBorderRadius() - Method in class com.googlecode.wickedcharts.highcharts.options.ButtonOptions
 
getBorderRadius() - Method in class com.googlecode.wickedcharts.highcharts.options.ChartOptions
 
getBorderRadius() - Method in class com.googlecode.wickedcharts.highcharts.options.DataLabels
 
getBorderRadius() - Method in class com.googlecode.wickedcharts.highcharts.options.Legend
 
getBorderRadius() - Method in class com.googlecode.wickedcharts.highcharts.options.PlotOptions
 
getBorderRadius() - Method in class com.googlecode.wickedcharts.highcharts.options.Tooltip
 
getBorderWidth() - Method in class com.googlecode.wickedcharts.highcharts.options.Background
 
getBorderWidth() - Method in class com.googlecode.wickedcharts.highcharts.options.ButtonOptions
 
getBorderWidth() - Method in class com.googlecode.wickedcharts.highcharts.options.ChartOptions
 
getBorderWidth() - Method in class com.googlecode.wickedcharts.highcharts.options.Legend
 
getBorderWidth() - Method in class com.googlecode.wickedcharts.highcharts.options.PlotOptions
 
getBorderWidth() - Method in class com.googlecode.wickedcharts.highcharts.options.Tooltip
 
getBrightness() - Method in class com.googlecode.wickedcharts.highcharts.options.color.ColorReference
 
getButtonOptions() - Method in class com.googlecode.wickedcharts.highcharts.options.Navigation
 
getButtons() - Method in class com.googlecode.wickedcharts.highcharts.options.ExportingOptions
 
getCandleStick() - Method in class com.googlecode.wickedcharts.highcharts.options.PlotOptionsChoice
 
getCanvasToolsURL() - Method in class com.googlecode.wickedcharts.highcharts.options.Global
 
getCategories() - Method in class com.googlecode.wickedcharts.highcharts.options.Axis
 
getCenter() - Method in class com.googlecode.wickedcharts.highcharts.options.Pane
 
getCenter() - Method in class com.googlecode.wickedcharts.highcharts.options.PlotOptions
 
getCenter() - Method in class com.googlecode.wickedcharts.highcharts.options.series.Series
 
getChart() - Method in class com.googlecode.wickedcharts.highcharts.options.Options
 
getChartOptions() - Method in class com.googlecode.wickedcharts.highcharts.options.Options
 
getChartType() - Method in enum com.googlecode.wickedcharts.highcharts.options.SeriesType
 
getClassName() - Method in class com.googlecode.wickedcharts.highcharts.options.ChartOptions
 
getClick() - Method in class com.googlecode.wickedcharts.highcharts.options.Events
 
getCode() - Method in enum com.googlecode.wickedcharts.highcharts.options.Symbol.PredefinedSymbol
 
getColor() - Method in class com.googlecode.wickedcharts.highcharts.options.color.SimpleColor
 
getColor() - Method in class com.googlecode.wickedcharts.highcharts.options.Crosshair
 
getColor() - Method in class com.googlecode.wickedcharts.highcharts.options.DataLabels
 
getColor() - Method in class com.googlecode.wickedcharts.highcharts.options.Marker
 
getColor() - Method in class com.googlecode.wickedcharts.highcharts.options.PlotBand
 
getColor() - Method in class com.googlecode.wickedcharts.highcharts.options.PlotLine
 
getColor() - Method in class com.googlecode.wickedcharts.highcharts.options.PlotOptions
 
getColor() - Method in class com.googlecode.wickedcharts.highcharts.options.series.Point
 
getColor() - Method in class com.googlecode.wickedcharts.highcharts.options.series.Series
 
getColorByPoint() - Method in class com.googlecode.wickedcharts.highcharts.options.PlotOptions
 
getColors() - Method in class com.googlecode.wickedcharts.highcharts.options.Options
 
getColumn() - Method in class com.googlecode.wickedcharts.highcharts.options.PlotOptionsChoice
 
getColumnrange() - Method in class com.googlecode.wickedcharts.highcharts.options.PlotOptionsChoice
 
getConnectNulls() - Method in class com.googlecode.wickedcharts.highcharts.options.PlotOptions
 
getConnectorColor() - Method in class com.googlecode.wickedcharts.highcharts.options.DataLabels
 
getCreditOptions() - Method in class com.googlecode.wickedcharts.highcharts.options.Options
 
getCredits() - Method in class com.googlecode.wickedcharts.highcharts.options.Options
 
getCropThreshold() - Method in class com.googlecode.wickedcharts.highcharts.options.PlotOptions
 
getCrosshairs() - Method in class com.googlecode.wickedcharts.highcharts.options.Tooltip
 
getCursor() - Method in class com.googlecode.wickedcharts.highcharts.options.PlotOptions
 
getCx() - Method in class com.googlecode.wickedcharts.highcharts.options.color.RadialGradient
 
getCy() - Method in class com.googlecode.wickedcharts.highcharts.options.color.RadialGradient
 
getDashStyle() - Method in class com.googlecode.wickedcharts.highcharts.options.Crosshair
 
getDashStyle() - Method in class com.googlecode.wickedcharts.highcharts.options.PlotLine
 
getDashStyle() - Method in class com.googlecode.wickedcharts.highcharts.options.PlotOptions
 
getDashStyle() - Method in class com.googlecode.wickedcharts.highcharts.options.series.Series
 
getData() - Method in class com.googlecode.wickedcharts.highcharts.options.series.CoordinatesSeries
 
getData() - Method in class com.googlecode.wickedcharts.highcharts.options.series.CustomCoordinatesSeries
 
getData() - Method in class com.googlecode.wickedcharts.highcharts.options.series.PointSeries
 
getData() - Method in class com.googlecode.wickedcharts.highcharts.options.series.RangeSeries
 
getData() - Method in class com.googlecode.wickedcharts.highcharts.options.series.Series
 
getData() - Method in class com.googlecode.wickedcharts.highcharts.options.series.SimpleSeries
 
getDataLabels() - Method in class com.googlecode.wickedcharts.highcharts.options.PlotOptions
 
getDataLabels() - Method in class com.googlecode.wickedcharts.highcharts.options.series.Point
 
getDataLabels() - Method in class com.googlecode.wickedcharts.highcharts.options.series.Series
 
getDataLabelsColor() - Method in class com.googlecode.wickedcharts.highcharts.theme.Theme
 
getDateTimeLabelFormats() - Method in class com.googlecode.wickedcharts.highcharts.options.Axis
 
getDecimalPoint() - Method in class com.googlecode.wickedcharts.highcharts.options.LanguageOptions
 
getDefaultSeriesType() - Method in class com.googlecode.wickedcharts.highcharts.options.ChartOptions
 
getDistance() - Method in class com.googlecode.wickedcharts.highcharts.options.DataLabels
 
getDownloadJPEG() - Method in class com.googlecode.wickedcharts.highcharts.options.LanguageOptions
 
getDownloadPDF() - Method in class com.googlecode.wickedcharts.highcharts.options.LanguageOptions
 
getDownloadPNG() - Method in class com.googlecode.wickedcharts.highcharts.options.LanguageOptions
 
getDownloadSVG() - Method in class com.googlecode.wickedcharts.highcharts.options.LanguageOptions
 
getDrilldownOptions() - Method in class com.googlecode.wickedcharts.highcharts.options.drilldown.DrilldownPoint
 
getDrilldownOptions() - Method in class com.googlecode.wickedcharts.highcharts.options.processing.OptionsProcessorContext
Gets the list of Options that are the target of a drill down.
getDrilldownOptionsIndex() - Method in class com.googlecode.wickedcharts.highcharts.options.drilldown.DrilldownPoint
 
getEnabled() - Method in class com.googlecode.wickedcharts.highcharts.options.ButtonOptions
 
getEnabled() - Method in class com.googlecode.wickedcharts.highcharts.options.CreditOptions
 
getEnabled() - Method in class com.googlecode.wickedcharts.highcharts.options.DataLabels
 
getEnabled() - Method in class com.googlecode.wickedcharts.highcharts.options.ExportingOptions
 
getEnabled() - Method in class com.googlecode.wickedcharts.highcharts.options.Legend
 
getEnabled() - Method in class com.googlecode.wickedcharts.highcharts.options.Marker
 
getEnabled() - Method in class com.googlecode.wickedcharts.highcharts.options.StackLabels
 
getEnabled() - Method in class com.googlecode.wickedcharts.highcharts.options.State
 
getEnabled() - Method in class com.googlecode.wickedcharts.highcharts.options.Title
 
getEnabled() - Method in class com.googlecode.wickedcharts.highcharts.options.Tooltip
 
getEnableImages() - Method in class com.googlecode.wickedcharts.highcharts.options.ExportingOptions
 
getEnableMouseTracking() - Method in class com.googlecode.wickedcharts.highcharts.options.PlotOptions
 
getEnableMouseTracking() - Method in class com.googlecode.wickedcharts.highcharts.options.series.Series
 
getEndAngle() - Method in class com.googlecode.wickedcharts.highcharts.options.Pane
 
getEndOnTick() - Method in class com.googlecode.wickedcharts.highcharts.options.Axis
 
getEvents() - Method in class com.googlecode.wickedcharts.highcharts.options.Axis
 
getEvents() - Method in class com.googlecode.wickedcharts.highcharts.options.ChartOptions
 
getEvents() - Method in class com.googlecode.wickedcharts.highcharts.options.PlotBand
 
getEvents() - Method in class com.googlecode.wickedcharts.highcharts.options.PlotLine
 
getEvents() - Method in class com.googlecode.wickedcharts.highcharts.options.PlotOptions
 
getEvents() - Method in class com.googlecode.wickedcharts.highcharts.options.PointOptions
 
getEvents() - Method in class com.googlecode.wickedcharts.highcharts.options.series.Point
 
getExportButton() - Method in class com.googlecode.wickedcharts.highcharts.options.ExportingButtons
 
getExportButtonTitle() - Method in class com.googlecode.wickedcharts.highcharts.options.LanguageOptions
 
getExporting() - Method in class com.googlecode.wickedcharts.highcharts.options.Options
 
getFilename() - Method in class com.googlecode.wickedcharts.highcharts.options.ExportingOptions
 
getFillColor() - Method in class com.googlecode.wickedcharts.highcharts.options.Marker
 
getFillColor() - Method in class com.googlecode.wickedcharts.highcharts.options.PlotOptions
 
getFillColor() - Method in class com.googlecode.wickedcharts.highcharts.options.State
 
getFillOpacity() - Method in class com.googlecode.wickedcharts.highcharts.options.PlotOptions
 
getFloating() - Method in class com.googlecode.wickedcharts.highcharts.options.Legend
 
getFloating() - Method in class com.googlecode.wickedcharts.highcharts.options.Title
 
getFooterFormat() - Method in class com.googlecode.wickedcharts.highcharts.options.Tooltip
 
getFormatter() - Method in class com.googlecode.wickedcharts.highcharts.options.DataLabels
 
getFormatter() - Method in class com.googlecode.wickedcharts.highcharts.options.Labels
 
getFormatter() - Method in class com.googlecode.wickedcharts.highcharts.options.StackLabels
 
getFormatter() - Method in class com.googlecode.wickedcharts.highcharts.options.Tooltip
 
getFrom() - Method in class com.googlecode.wickedcharts.highcharts.options.PlotBand
 
getFunction() - Method in class com.googlecode.wickedcharts.highcharts.options.Function
 
getGauge() - Method in class com.googlecode.wickedcharts.highcharts.options.PlotOptionsChoice
 
getGlobal() - Method in class com.googlecode.wickedcharts.highcharts.options.Options
 
getGlobal() - Method in class com.googlecode.wickedcharts.highcharts.options.processing.OptionsProcessorContext
Gets the Global object that is part of the Options.
getGreen() - Method in class com.googlecode.wickedcharts.highcharts.options.color.RgbaColor
 
getGridLineColor() - Method in class com.googlecode.wickedcharts.highcharts.options.Axis
 
getGridLineDashStyle() - Method in class com.googlecode.wickedcharts.highcharts.options.Axis
 
getGridLineInterpolation() - Method in class com.googlecode.wickedcharts.highcharts.options.Axis
 
getGridLineWidth() - Method in class com.googlecode.wickedcharts.highcharts.options.Axis
 
getGroupPadding() - Method in class com.googlecode.wickedcharts.highcharts.options.PlotOptions
 
getHeaderFormat() - Method in class com.googlecode.wickedcharts.highcharts.options.Tooltip
 
getHeight() - Method in class com.googlecode.wickedcharts.highcharts.options.ButtonOptions
 
getHeight() - Method in class com.googlecode.wickedcharts.highcharts.options.ChartOptions
 
getHexColor() - Method in class com.googlecode.wickedcharts.highcharts.options.color.HexColor
 
getHideDuration() - Method in class com.googlecode.wickedcharts.highcharts.options.Loading
 
getHighchartsIndex() - Method in class com.googlecode.wickedcharts.highcharts.options.color.HighchartsColor
 
getHover() - Method in class com.googlecode.wickedcharts.highcharts.options.StatesChoice
 
getHoverBorderColor() - Method in class com.googlecode.wickedcharts.highcharts.options.ButtonOptions
 
getHoverSymbolFill() - Method in class com.googlecode.wickedcharts.highcharts.options.ButtonOptions
 
getHoverSymbolStroke() - Method in class com.googlecode.wickedcharts.highcharts.options.ButtonOptions
 
getHref() - Method in class com.googlecode.wickedcharts.highcharts.options.CreditOptions
 
getId() - Method in class com.googlecode.wickedcharts.highcharts.options.Axis
 
getId() - Method in class com.googlecode.wickedcharts.highcharts.options.PlotBand
 
getId() - Method in class com.googlecode.wickedcharts.highcharts.options.PlotLine
 
getId() - Method in class com.googlecode.wickedcharts.highcharts.options.PlotOptions
 
getId() - Method in class com.googlecode.wickedcharts.highcharts.options.series.Point
 
getIgnoreHiddenSeries() - Method in class com.googlecode.wickedcharts.highcharts.options.ChartOptions
 
getInnerRadius() - Method in class com.googlecode.wickedcharts.highcharts.options.Background
 
getInnerSize() - Method in class com.googlecode.wickedcharts.highcharts.options.PlotOptions
 
getInnerSize() - Method in class com.googlecode.wickedcharts.highcharts.options.series.Series
 
getInnerWidth() - Method in class com.googlecode.wickedcharts.highcharts.options.Background
 
getInstance() - Static method in class com.googlecode.wickedcharts.highcharts.options.util.OptionsUtil
 
getInteractionFunctions() - Method in class com.googlecode.wickedcharts.highcharts.options.processing.OptionsProcessorContext
 
getInterval() - Method in class com.googlecode.wickedcharts.highcharts.options.MinorTickInterval
 
getInverted() - Method in class com.googlecode.wickedcharts.highcharts.options.ChartOptions
 
getItemHiddenStyle() - Method in class com.googlecode.wickedcharts.highcharts.options.Legend
 
getItemHoverStyle() - Method in class com.googlecode.wickedcharts.highcharts.options.Legend
 
getItemStyle() - Method in class com.googlecode.wickedcharts.highcharts.options.Legend
 
getJsonValue() - Method in interface com.googlecode.wickedcharts.highcharts.json.JsonValueEnum
Returns the string representation of the enum in JSON.
getJsonValue() - Method in enum com.googlecode.wickedcharts.highcharts.options.ExportingMimeType
 
getLabel() - Method in class com.googlecode.wickedcharts.highcharts.options.PlotBand
 
getLabel() - Method in class com.googlecode.wickedcharts.highcharts.options.PlotLine
 
getLabels() - Method in class com.googlecode.wickedcharts.highcharts.options.Axis
 
getLabels() - Method in class com.googlecode.wickedcharts.highcharts.options.Options
 
getLabelStyle() - Method in class com.googlecode.wickedcharts.highcharts.options.Loading
 
getLang() - Method in class com.googlecode.wickedcharts.highcharts.theme.Theme
 
getLayout() - Method in class com.googlecode.wickedcharts.highcharts.options.Legend
 
getLegend() - Method in class com.googlecode.wickedcharts.highcharts.options.Options
 
getLegendBackgroundColor() - Method in class com.googlecode.wickedcharts.highcharts.theme.Theme
 
getLegendBackgroundColorSolid() - Method in class com.googlecode.wickedcharts.highcharts.theme.Theme
 
getLegendIndex() - Method in class com.googlecode.wickedcharts.highcharts.options.series.Point
 
getLegendIndex() - Method in class com.googlecode.wickedcharts.highcharts.options.series.Series
 
getLine() - Method in class com.googlecode.wickedcharts.highcharts.options.PlotOptionsChoice
 
getLinearGradient() - Method in class com.googlecode.wickedcharts.highcharts.options.color.LinearGradient
 
getLineColor() - Method in class com.googlecode.wickedcharts.highcharts.options.Axis
 
getLineColor() - Method in class com.googlecode.wickedcharts.highcharts.options.Marker
 
getLineColor() - Method in class com.googlecode.wickedcharts.highcharts.options.PlotOptions
 
getLineColor() - Method in class com.googlecode.wickedcharts.highcharts.options.State
 
getLineHeight() - Method in class com.googlecode.wickedcharts.highcharts.options.Legend
 
getLineWidth() - Method in class com.googlecode.wickedcharts.highcharts.options.Axis
 
getLineWidth() - Method in class com.googlecode.wickedcharts.highcharts.options.Marker
 
getLineWidth() - Method in class com.googlecode.wickedcharts.highcharts.options.PlotOptions
 
getLineWidth() - Method in class com.googlecode.wickedcharts.highcharts.options.State
 
getLinkedTo() - Method in class com.googlecode.wickedcharts.highcharts.options.Axis
 
getLiveDataSeries() - Method in class com.googlecode.wickedcharts.highcharts.options.processing.OptionsProcessorContext
Gets all LiveDataSeries in the context.
getLoad() - Method in class com.googlecode.wickedcharts.highcharts.options.Events
 
getLoading() - Method in class com.googlecode.wickedcharts.highcharts.options.LanguageOptions
 
getLoading() - Method in class com.googlecode.wickedcharts.highcharts.options.Options
 
getMargin() - Method in class com.googlecode.wickedcharts.highcharts.options.ChartOptions
 
getMargin() - Method in class com.googlecode.wickedcharts.highcharts.options.Legend
 
getMargin() - Method in class com.googlecode.wickedcharts.highcharts.options.Title
 
getMarginBottom() - Method in class com.googlecode.wickedcharts.highcharts.options.ChartOptions
 
getMarginLeft() - Method in class com.googlecode.wickedcharts.highcharts.options.ChartOptions
 
getMarginRight() - Method in class com.googlecode.wickedcharts.highcharts.options.ChartOptions
 
getMarginTop() - Method in class com.googlecode.wickedcharts.highcharts.options.ChartOptions
 
getMarkedForProcessing(String) - Method in class com.googlecode.wickedcharts.highcharts.options.Options
Returns the IProcessableOptions that were marked by calling Options.markForProcessing(IProcessableOption) with the given key.
getMarker() - Method in class com.googlecode.wickedcharts.highcharts.options.PlotOptions
 
getMarker() - Method in class com.googlecode.wickedcharts.highcharts.options.series.Point
 
getMarker() - Method in class com.googlecode.wickedcharts.highcharts.options.series.Series
 
getMaskColor() - Method in class com.googlecode.wickedcharts.highcharts.theme.Theme
 
getMax() - Method in class com.googlecode.wickedcharts.highcharts.options.Axis
 
getMaxPadding() - Method in class com.googlecode.wickedcharts.highcharts.options.Axis
 
getMaxZoom() - Method in class com.googlecode.wickedcharts.highcharts.options.Axis
 
getMenuItemHoverStyle() - Method in class com.googlecode.wickedcharts.highcharts.options.Navigation
 
getMenuItemStyle() - Method in class com.googlecode.wickedcharts.highcharts.options.Navigation
 
getMenuStyle() - Method in class com.googlecode.wickedcharts.highcharts.options.Navigation
 
getMin() - Method in class com.googlecode.wickedcharts.highcharts.options.Axis
 
getMinorGridLineColor() - Method in class com.googlecode.wickedcharts.highcharts.options.Axis
 
getMinorGridLineDashStyle() - Method in class com.googlecode.wickedcharts.highcharts.options.Axis
 
getMinorGridLineWidth() - Method in class com.googlecode.wickedcharts.highcharts.options.Axis
 
getMinorTickColor() - Method in class com.googlecode.wickedcharts.highcharts.options.Axis
 
getMinorTickInterval() - Method in class com.googlecode.wickedcharts.highcharts.options.Axis
 
getMinorTickLength() - Method in class com.googlecode.wickedcharts.highcharts.options.Axis
 
getMinorTickPosition() - Method in class com.googlecode.wickedcharts.highcharts.options.Axis
 
getMinorTickWidth() - Method in class com.googlecode.wickedcharts.highcharts.options.Axis
 
getMinPadding() - Method in class com.googlecode.wickedcharts.highcharts.options.Axis
 
getMinPointLength() - Method in class com.googlecode.wickedcharts.highcharts.options.PlotOptions
 
getMinRange() - Method in class com.googlecode.wickedcharts.highcharts.options.Axis
 
getMonths() - Method in class com.googlecode.wickedcharts.highcharts.options.LanguageOptions
 
getMouseOut() - Method in class com.googlecode.wickedcharts.highcharts.options.Events
 
getMouseOver() - Method in class com.googlecode.wickedcharts.highcharts.options.Events
 
getName() - Method in class com.googlecode.wickedcharts.highcharts.options.series.Point
 
getName() - Method in class com.googlecode.wickedcharts.highcharts.options.series.Series
 
getNavigation() - Method in class com.googlecode.wickedcharts.highcharts.options.Options
 
getNavigator() - Method in class com.googlecode.wickedcharts.highcharts.theme.Theme
 
getOffset() - Method in class com.googlecode.wickedcharts.highcharts.options.Axis
 
getOffset() - Method in class com.googlecode.wickedcharts.highcharts.options.Title
 
getOnclick() - Method in class com.googlecode.wickedcharts.highcharts.options.ButtonOptions
 
getOpposite() - Method in class com.googlecode.wickedcharts.highcharts.options.Axis
 
getOuterRadius() - Method in class com.googlecode.wickedcharts.highcharts.options.Background
 
getOuterWidth() - Method in class com.googlecode.wickedcharts.highcharts.options.Background
 
getOverflow() - Method in class com.googlecode.wickedcharts.highcharts.options.DataLabels
 
getOverflow() - Method in class com.googlecode.wickedcharts.highcharts.options.Labels
 
getPadding() - Method in class com.googlecode.wickedcharts.highcharts.options.DataLabels
 
getPane() - Method in class com.googlecode.wickedcharts.highcharts.options.Options
 
getParentOptions() - Method in class com.googlecode.wickedcharts.highcharts.options.livedata.LiveDataSeries
 
getPercentageDecimals() - Method in class com.googlecode.wickedcharts.highcharts.options.Tooltip
 
getPercentagePrefix() - Method in class com.googlecode.wickedcharts.highcharts.options.Tooltip
 
getPercentageSuffix() - Method in class com.googlecode.wickedcharts.highcharts.options.Tooltip
 
getPie() - Method in class com.googlecode.wickedcharts.highcharts.options.PlotOptionsChoice
 
getPlotBackgroundColor() - Method in class com.googlecode.wickedcharts.highcharts.options.ChartOptions
 
getPlotBackgroundImage() - Method in class com.googlecode.wickedcharts.highcharts.options.ChartOptions
 
getPlotBands() - Method in class com.googlecode.wickedcharts.highcharts.options.Axis
 
getPlotBorderColor() - Method in class com.googlecode.wickedcharts.highcharts.options.ChartOptions
 
getPlotBorderWidth() - Method in class com.googlecode.wickedcharts.highcharts.options.ChartOptions
 
getPlotLines() - Method in class com.googlecode.wickedcharts.highcharts.options.Axis
 
getPlotOptions() - Method in class com.googlecode.wickedcharts.highcharts.options.Options
 
getPlotOptions(SeriesType) - Method in class com.googlecode.wickedcharts.highcharts.options.PlotOptionsChoice
 
getPlotShadow() - Method in class com.googlecode.wickedcharts.highcharts.options.ChartOptions
 
getPoint() - Method in class com.googlecode.wickedcharts.highcharts.options.PlotOptions
 
getPointFormat() - Method in class com.googlecode.wickedcharts.highcharts.options.Tooltip
 
getPointInterval() - Method in class com.googlecode.wickedcharts.highcharts.options.PlotOptions
 
getPointInterval() - Method in class com.googlecode.wickedcharts.highcharts.options.series.Series
 
getPointPadding() - Method in class com.googlecode.wickedcharts.highcharts.options.PlotOptions
 
getPointPlacement() - Method in class com.googlecode.wickedcharts.highcharts.options.PlotOptions
 
getPointPlacement() - Method in class com.googlecode.wickedcharts.highcharts.options.series.Series
 
getPointStart() - Method in class com.googlecode.wickedcharts.highcharts.options.PlotOptions
 
getPointStart() - Method in class com.googlecode.wickedcharts.highcharts.options.series.Series
 
getPointWidth() - Method in class com.googlecode.wickedcharts.highcharts.options.PlotOptions
 
getPointWithWickedChartsId(Options, int) - Static method in class com.googlecode.wickedcharts.highcharts.options.util.OptionsUtil
Retrieves the Point object with the given wickedChartsId from the given Options object.
getPolar() - Method in class com.googlecode.wickedcharts.highcharts.options.ChartOptions
 
getPositioner() - Method in class com.googlecode.wickedcharts.highcharts.options.Tooltip
 
getPredefinedSymbol() - Method in class com.googlecode.wickedcharts.highcharts.options.Symbol
 
getPrintButton() - Method in class com.googlecode.wickedcharts.highcharts.options.ExportingButtons
 
getPrintButtonTitle() - Method in class com.googlecode.wickedcharts.highcharts.options.LanguageOptions
 
getProcessingKey() - Method in class com.googlecode.wickedcharts.highcharts.options.drilldown.DrilldownPoint
 
getProcessingKey() - Method in class com.googlecode.wickedcharts.highcharts.options.Global
 
getProcessingKey() - Method in class com.googlecode.wickedcharts.highcharts.options.interaction.InteractionFunction
 
getProcessingKey() - Method in interface com.googlecode.wickedcharts.highcharts.options.IProcessableOption
 
getProcessingKey() - Method in class com.googlecode.wickedcharts.highcharts.options.livedata.LiveDataSeries
 
getProperties() - Method in class com.googlecode.wickedcharts.highcharts.options.CssStyle
 
getProperties() - Method in class com.googlecode.wickedcharts.highcharts.options.DateTimeLabelFormat
 
getProperty(String) - Method in class com.googlecode.wickedcharts.highcharts.options.CssStyle
 
getProperty(DateTimeLabelFormat.DateTimeProperties) - Method in class com.googlecode.wickedcharts.highcharts.options.DateTimeLabelFormat
 
getR() - Method in class com.googlecode.wickedcharts.highcharts.options.color.RadialGradient
 
getRadialGradient() - Method in class com.googlecode.wickedcharts.highcharts.options.color.RadialGradient
 
getRadius() - Method in class com.googlecode.wickedcharts.highcharts.options.Marker
 
getRadius() - Method in class com.googlecode.wickedcharts.highcharts.options.State
 
getRangeSelector() - Method in class com.googlecode.wickedcharts.highcharts.theme.Theme
 
getRed() - Method in class com.googlecode.wickedcharts.highcharts.options.color.RgbaColor
 
getRedraw() - Method in class com.googlecode.wickedcharts.highcharts.options.Events
 
getReflow() - Method in class com.googlecode.wickedcharts.highcharts.options.ChartOptions
 
getRemove() - Method in class com.googlecode.wickedcharts.highcharts.options.Events
 
getRenderTo() - Method in class com.googlecode.wickedcharts.highcharts.options.ChartOptions
 
getResetZoom() - Method in class com.googlecode.wickedcharts.highcharts.options.LanguageOptions
 
getResetZoomTitle() - Method in class com.googlecode.wickedcharts.highcharts.options.LanguageOptions
 
getReversed() - Method in class com.googlecode.wickedcharts.highcharts.options.Axis
 
getReversed() - Method in class com.googlecode.wickedcharts.highcharts.options.Legend
 
getRotation() - Method in class com.googlecode.wickedcharts.highcharts.options.DataLabels
 
getRotation() - Method in class com.googlecode.wickedcharts.highcharts.options.Labels
 
getRotation() - Method in class com.googlecode.wickedcharts.highcharts.options.StackLabels
 
getRotation() - Method in class com.googlecode.wickedcharts.highcharts.options.Title
 
getRtl() - Method in class com.googlecode.wickedcharts.highcharts.options.Legend
 
getScatter() - Method in class com.googlecode.wickedcharts.highcharts.options.PlotOptionsChoice
 
getScrollbar() - Method in class com.googlecode.wickedcharts.highcharts.theme.Theme
 
getSelect() - Method in class com.googlecode.wickedcharts.highcharts.options.Events
 
getSelect() - Method in class com.googlecode.wickedcharts.highcharts.options.StatesChoice
 
getSelected() - Method in class com.googlecode.wickedcharts.highcharts.options.PlotOptions
 
getSelected() - Method in class com.googlecode.wickedcharts.highcharts.options.series.Point
 
getSelectedChart() - Method in class com.googlecode.wickedcharts.highcharts.options.interaction.InteractionEvent
Returns the Options of the chart which was interacted with.
getSelectedPoint() - Method in class com.googlecode.wickedcharts.highcharts.options.interaction.InteractionEvent
Returns the Point which was interacted with.
getSelectedSeries() - Method in class com.googlecode.wickedcharts.highcharts.options.interaction.InteractionEvent
Returns the Series which was interacted with.
getSelection() - Method in class com.googlecode.wickedcharts.highcharts.options.Events
 
getSerialversionuid() - Static method in class com.googlecode.wickedcharts.highcharts.options.ExportingOptions
 
getSeries() - Method in class com.googlecode.wickedcharts.highcharts.options.Options
 
getSeries() - Method in class com.googlecode.wickedcharts.highcharts.options.PlotOptionsChoice
 
getSeriesWithWickedChartsId(Options, int) - Static method in class com.googlecode.wickedcharts.highcharts.options.util.OptionsUtil
Retrieves the Series object with the given wickedChartsId from the given Options object.
getShadow() - Method in class com.googlecode.wickedcharts.highcharts.options.ChartOptions
 
getShadow() - Method in class com.googlecode.wickedcharts.highcharts.options.DataLabels
 
getShadow() - Method in class com.googlecode.wickedcharts.highcharts.options.Legend
 
getShadow() - Method in class com.googlecode.wickedcharts.highcharts.options.PlotOptions
 
getShadow() - Method in class com.googlecode.wickedcharts.highcharts.options.Tooltip
 
getShared() - Method in class com.googlecode.wickedcharts.highcharts.options.Tooltip
 
getShortMonths() - Method in class com.googlecode.wickedcharts.highcharts.options.LanguageOptions
 
getShowAxes() - Method in class com.googlecode.wickedcharts.highcharts.options.ChartOptions
 
getShowCheckbox() - Method in class com.googlecode.wickedcharts.highcharts.options.PlotOptions
 
getShowDuration() - Method in class com.googlecode.wickedcharts.highcharts.options.Loading
 
getShowEmpty() - Method in class com.googlecode.wickedcharts.highcharts.options.Axis
 
getShowFirstLabel() - Method in class com.googlecode.wickedcharts.highcharts.options.Axis
 
getShowInLegend() - Method in class com.googlecode.wickedcharts.highcharts.options.PlotOptions
 
getShowInLegend() - Method in class com.googlecode.wickedcharts.highcharts.options.series.Series
 
getShowLastLabel() - Method in class com.googlecode.wickedcharts.highcharts.options.Axis
 
getSingleXAxis() - Method in class com.googlecode.wickedcharts.highcharts.options.Options
Returns the single xAxis.
getSingleYAxis() - Method in class com.googlecode.wickedcharts.highcharts.options.Options
Returns the single yAxis.
getSize() - Method in class com.googlecode.wickedcharts.highcharts.options.Pane
 
getSize() - Method in class com.googlecode.wickedcharts.highcharts.options.PlotOptions
 
getSize() - Method in class com.googlecode.wickedcharts.highcharts.options.series.Series
 
getSliced() - Method in class com.googlecode.wickedcharts.highcharts.options.series.Point
 
getSlicedOffset() - Method in class com.googlecode.wickedcharts.highcharts.options.PlotOptions
 
getSnap() - Method in class com.googlecode.wickedcharts.highcharts.options.Tooltip
 
getSpacingBottom() - Method in class com.googlecode.wickedcharts.highcharts.options.ChartOptions
 
getSpacingLeft() - Method in class com.googlecode.wickedcharts.highcharts.options.ChartOptions
 
getSpacingRight() - Method in class com.googlecode.wickedcharts.highcharts.options.ChartOptions
 
getSpacingTop() - Method in class com.googlecode.wickedcharts.highcharts.options.ChartOptions
 
getSpline() - Method in class com.googlecode.wickedcharts.highcharts.options.PlotOptionsChoice
 
getStack() - Method in class com.googlecode.wickedcharts.highcharts.options.series.Series
 
getStacking() - Method in class com.googlecode.wickedcharts.highcharts.options.PlotOptions
 
getStackLabels() - Method in class com.googlecode.wickedcharts.highcharts.options.Axis
 
getStartAngle() - Method in class com.googlecode.wickedcharts.highcharts.options.Pane
 
getStartOfWeek() - Method in class com.googlecode.wickedcharts.highcharts.options.Axis
 
getStartOnTick() - Method in class com.googlecode.wickedcharts.highcharts.options.Axis
 
getStates() - Method in class com.googlecode.wickedcharts.highcharts.options.Marker
 
getStates() - Method in class com.googlecode.wickedcharts.highcharts.options.PlotOptions
 
getStates() - Method in class com.googlecode.wickedcharts.highcharts.options.series.Series
 
getStep() - Method in class com.googlecode.wickedcharts.highcharts.options.Labels
 
getStep() - Method in class com.googlecode.wickedcharts.highcharts.options.PlotOptions
 
getStickyTracking() - Method in class com.googlecode.wickedcharts.highcharts.options.PlotOptions
 
getStops() - Method in class com.googlecode.wickedcharts.highcharts.options.color.Gradient
 
getStyle() - Method in class com.googlecode.wickedcharts.highcharts.options.ChartOptions
 
getStyle() - Method in class com.googlecode.wickedcharts.highcharts.options.CreditOptions
 
getStyle() - Method in class com.googlecode.wickedcharts.highcharts.options.DataLabels
 
getStyle() - Method in class com.googlecode.wickedcharts.highcharts.options.Labels
 
getStyle() - Method in class com.googlecode.wickedcharts.highcharts.options.Loading
 
getStyle() - Method in class com.googlecode.wickedcharts.highcharts.options.StackLabels
 
getStyle() - Method in class com.googlecode.wickedcharts.highcharts.options.Title
 
getStyle() - Method in class com.googlecode.wickedcharts.highcharts.options.Tooltip
 
getSubtitle() - Method in class com.googlecode.wickedcharts.highcharts.options.Options
 
getSymbol() - Method in class com.googlecode.wickedcharts.highcharts.options.ButtonOptions
 
getSymbol() - Method in class com.googlecode.wickedcharts.highcharts.options.Marker
 
getSymbol() - Method in class com.googlecode.wickedcharts.highcharts.options.State
 
getSymbolFill() - Method in class com.googlecode.wickedcharts.highcharts.options.ButtonOptions
 
getSymbolSize() - Method in class com.googlecode.wickedcharts.highcharts.options.ButtonOptions
 
getSymbolStroke() - Method in class com.googlecode.wickedcharts.highcharts.options.ButtonOptions
 
getSymbolStrokeWidth() - Method in class com.googlecode.wickedcharts.highcharts.options.ButtonOptions
 
getSymbolX() - Method in class com.googlecode.wickedcharts.highcharts.options.ButtonOptions
 
getSymbolY() - Method in class com.googlecode.wickedcharts.highcharts.options.ButtonOptions
 
getText() - Method in class com.googlecode.wickedcharts.highcharts.options.CreditOptions
 
getText() - Method in class com.googlecode.wickedcharts.highcharts.options.Labels
 
getText() - Method in class com.googlecode.wickedcharts.highcharts.options.Title
 
getTextAlign() - Method in class com.googlecode.wickedcharts.highcharts.options.Labels
 
getTextAlign() - Method in class com.googlecode.wickedcharts.highcharts.options.StackLabels
 
getTextColor() - Method in class com.googlecode.wickedcharts.highcharts.theme.Theme
 
getThousandsSep() - Method in class com.googlecode.wickedcharts.highcharts.options.LanguageOptions
 
getThreshold() - Method in class com.googlecode.wickedcharts.highcharts.options.PlotOptions
 
getTickColor() - Method in class com.googlecode.wickedcharts.highcharts.options.Axis
 
getTickInterval() - Method in class com.googlecode.wickedcharts.highcharts.options.Axis
 
getTickLength() - Method in class com.googlecode.wickedcharts.highcharts.options.Axis
 
getTickmarkPlacement() - Method in class com.googlecode.wickedcharts.highcharts.options.Axis
 
getTickPixelInterval() - Method in class com.googlecode.wickedcharts.highcharts.options.Axis
 
getTickPosition() - Method in class com.googlecode.wickedcharts.highcharts.options.Axis
 
getTickWidth() - Method in class com.googlecode.wickedcharts.highcharts.options.Axis
 
getTitle() - Method in class com.googlecode.wickedcharts.highcharts.options.Axis
 
getTitle() - Method in class com.googlecode.wickedcharts.highcharts.options.Options
 
getTo() - Method in class com.googlecode.wickedcharts.highcharts.options.PlotBand
 
getToolbar() - Method in class com.googlecode.wickedcharts.highcharts.theme.Theme
 
getTooltip() - Method in class com.googlecode.wickedcharts.highcharts.options.Options
 
getTooltip() - Method in class com.googlecode.wickedcharts.highcharts.options.PlotOptions
 
getTooltip() - Method in class com.googlecode.wickedcharts.highcharts.options.series.Series
 
getTotalDecimals() - Method in class com.googlecode.wickedcharts.highcharts.options.Tooltip
 
getTotalPrefix() - Method in class com.googlecode.wickedcharts.highcharts.options.Tooltip
 
getTotalSuffix() - Method in class com.googlecode.wickedcharts.highcharts.options.Tooltip
 
getTrackByArea() - Method in class com.googlecode.wickedcharts.highcharts.options.PlotOptions
 
getTurboThreshold() - Method in class com.googlecode.wickedcharts.highcharts.options.PlotOptions
 
getType() - Method in class com.googlecode.wickedcharts.highcharts.options.Axis
 
getType() - Method in class com.googlecode.wickedcharts.highcharts.options.ChartOptions
 
getType() - Method in class com.googlecode.wickedcharts.highcharts.options.ExportingOptions
 
getType() - Method in class com.googlecode.wickedcharts.highcharts.options.series.Series
 
getUnit() - Method in class com.googlecode.wickedcharts.highcharts.options.Center
 
getUnit() - Method in class com.googlecode.wickedcharts.highcharts.options.PixelOrPercent
 
getUnselect() - Method in class com.googlecode.wickedcharts.highcharts.options.Events
 
getUpdate() - Method in class com.googlecode.wickedcharts.highcharts.options.Events
 
getUpdateIntervalMs() - Method in class com.googlecode.wickedcharts.highcharts.options.livedata.LiveDataSeries
 
getUrl() - Method in class com.googlecode.wickedcharts.highcharts.options.ExportingOptions
 
getUrl() - Method in class com.googlecode.wickedcharts.highcharts.options.Symbol
 
getUseHTML() - Method in class com.googlecode.wickedcharts.highcharts.options.Tooltip
 
getUseUTC() - Method in class com.googlecode.wickedcharts.highcharts.options.Global
 
getValue() - Method in class com.googlecode.wickedcharts.highcharts.options.PixelOrPercent
 
getValue() - Method in class com.googlecode.wickedcharts.highcharts.options.PlotLine
 
getValueDecimals() - Method in class com.googlecode.wickedcharts.highcharts.options.Tooltip
 
getValuePrefix() - Method in class com.googlecode.wickedcharts.highcharts.options.Tooltip
 
getValueSuffix() - Method in class com.googlecode.wickedcharts.highcharts.options.Tooltip
 
getVerticalAlign() - Method in class com.googlecode.wickedcharts.highcharts.options.ButtonOptions
 
getVerticalAlign() - Method in class com.googlecode.wickedcharts.highcharts.options.Labels
 
getVerticalAlign() - Method in class com.googlecode.wickedcharts.highcharts.options.Legend
 
getVerticalAlign() - Method in class com.googlecode.wickedcharts.highcharts.options.StackLabels
 
getVerticalAlign() - Method in class com.googlecode.wickedcharts.highcharts.options.Title
 
getVisible() - Method in class com.googlecode.wickedcharts.highcharts.options.PlotOptions
 
getVMLRadialGradientURL() - Method in class com.googlecode.wickedcharts.highcharts.options.Global
 
getVorderWidth() - Method in class com.googlecode.wickedcharts.highcharts.options.DataLabels
 
getWeekdays() - Method in class com.googlecode.wickedcharts.highcharts.options.LanguageOptions
 
getWickedChartsId() - Method in class com.googlecode.wickedcharts.highcharts.options.series.Point
Retrieves the Wicked Charts specific ID for this Point.
getWickedChartsId() - Method in class com.googlecode.wickedcharts.highcharts.options.series.Series
Retrieves the Wicked Charts specific ID for this Point.
getWidth() - Method in class com.googlecode.wickedcharts.highcharts.options.ButtonOptions
 
getWidth() - Method in class com.googlecode.wickedcharts.highcharts.options.ChartOptions
 
getWidth() - Method in class com.googlecode.wickedcharts.highcharts.options.Crosshair
 
getWidth() - Method in class com.googlecode.wickedcharts.highcharts.options.ExportingOptions
 
getWidth() - Method in class com.googlecode.wickedcharts.highcharts.options.Legend
 
getWidth() - Method in class com.googlecode.wickedcharts.highcharts.options.PlotLine
 
getX() - Method in class com.googlecode.wickedcharts.highcharts.options.ButtonOptions
 
getX() - Method in class com.googlecode.wickedcharts.highcharts.options.Center
 
getX() - Method in class com.googlecode.wickedcharts.highcharts.options.DataLabels
 
getX() - Method in class com.googlecode.wickedcharts.highcharts.options.Labels
 
getX() - Method in class com.googlecode.wickedcharts.highcharts.options.Legend
 
getX() - Method in class com.googlecode.wickedcharts.highcharts.options.series.Coordinate
 
getX() - Method in class com.googlecode.wickedcharts.highcharts.options.series.Point
 
getX() - Method in class com.googlecode.wickedcharts.highcharts.options.series.RangeCoordinate
 
getX() - Method in class com.googlecode.wickedcharts.highcharts.options.StackLabels
 
getX() - Method in class com.googlecode.wickedcharts.highcharts.options.Title
 
getxAxis() - Method in class com.googlecode.wickedcharts.highcharts.options.Options
 
getxAxis() - Method in class com.googlecode.wickedcharts.highcharts.options.series.Series
 
getxDateFormat() - Method in class com.googlecode.wickedcharts.highcharts.options.Tooltip
 
getY() - Method in class com.googlecode.wickedcharts.highcharts.options.ButtonOptions
 
getY() - Method in class com.googlecode.wickedcharts.highcharts.options.Center
 
getY() - Method in class com.googlecode.wickedcharts.highcharts.options.DataLabels
 
getY() - Method in class com.googlecode.wickedcharts.highcharts.options.Labels
 
getY() - Method in class com.googlecode.wickedcharts.highcharts.options.Legend
 
getY() - Method in class com.googlecode.wickedcharts.highcharts.options.series.Coordinate
 
getY() - Method in class com.googlecode.wickedcharts.highcharts.options.series.Point
 
getY() - Method in class com.googlecode.wickedcharts.highcharts.options.StackLabels
 
getY() - Method in class com.googlecode.wickedcharts.highcharts.options.Title
 
getY1() - Method in class com.googlecode.wickedcharts.highcharts.options.series.RangeCoordinate
 
getY2() - Method in class com.googlecode.wickedcharts.highcharts.options.series.RangeCoordinate
 
getyAxis() - Method in class com.googlecode.wickedcharts.highcharts.options.Options
 
getyAxis() - Method in class com.googlecode.wickedcharts.highcharts.options.series.Series
 
getzIndex() - Method in class com.googlecode.wickedcharts.highcharts.options.Crosshair
 
getzIndex() - Method in class com.googlecode.wickedcharts.highcharts.options.PlotBand
 
getzIndex() - Method in class com.googlecode.wickedcharts.highcharts.options.PlotLine
 
getzIndex() - Method in class com.googlecode.wickedcharts.highcharts.options.PlotOptions
 
getZoomType() - Method in class com.googlecode.wickedcharts.highcharts.options.ChartOptions
 
Global - Class in com.googlecode.wickedcharts.highcharts.options
Defines the "globals" option.
Global() - Constructor for class com.googlecode.wickedcharts.highcharts.options.Global
 
Gradient - Class in com.googlecode.wickedcharts.highcharts.options.color
Abstract parent class for Gradient ColorReferences.
Gradient() - Constructor for class com.googlecode.wickedcharts.highcharts.options.color.Gradient
 
GrayTheme - Class in com.googlecode.wickedcharts.highcharts.theme
Gray theme as displayed in the Highcharts demo at http://www.highcharts.com/demo/column-stacked-and-grouped/gray
GrayTheme() - Constructor for class com.googlecode.wickedcharts.highcharts.theme.GrayTheme
 
GridLineDashStyle - Enum in com.googlecode.wickedcharts.highcharts.options
Possible styles for dashed lines.
GridlineInterpolation - Enum in com.googlecode.wickedcharts.highcharts.options
Enumeration of possible Gridline interpolations.
GridTheme - Class in com.googlecode.wickedcharts.highcharts.theme
Grid theme as displayed in the Highcharts demo at http://www.highcharts.com/demo/column-stacked-and-grouped/grid
GridTheme() - Constructor for class com.googlecode.wickedcharts.highcharts.theme.GridTheme
 

H

HexColor - Class in com.googlecode.wickedcharts.highcharts.options.color
Simple ColorReference defined by a hex string.
HexColor(String) - Constructor for class com.googlecode.wickedcharts.highcharts.options.color.HexColor
Constructs a color reference by defining a hex color string.
HexColorReferenceSerializer - Class in com.googlecode.wickedcharts.highcharts.jackson
 
HexColorReferenceSerializer() - Constructor for class com.googlecode.wickedcharts.highcharts.jackson.HexColorReferenceSerializer
 
HighchartsColor - Class in com.googlecode.wickedcharts.highcharts.options.color
A ColorReference referencing a color managed by Highcharts.
HighchartsColor(Integer) - Constructor for class com.googlecode.wickedcharts.highcharts.options.color.HighchartsColor
Constructs a ColorReference to a color managed by Highcharts.
HighchartsColorReferenceSerializer - Class in com.googlecode.wickedcharts.highcharts.jackson
 
HighchartsColorReferenceSerializer() - Constructor for class com.googlecode.wickedcharts.highcharts.jackson.HighchartsColorReferenceSerializer
 
HorizontalAlignment - Enum in com.googlecode.wickedcharts.highcharts.options
Enumeration of possible horizontal alignments.

I

IdGeneratorProcessor - Class in com.googlecode.wickedcharts.highcharts.options.processing
This IOptionsProcessor assigns a unique ID to all Series and Points that are contained in an Options object.
IdGeneratorProcessor() - Constructor for class com.googlecode.wickedcharts.highcharts.options.processing.IdGeneratorProcessor
 
InteractionEvent - Class in com.googlecode.wickedcharts.highcharts.options.interaction
This Event contains information about which Point or which series has been interacted with.
InteractionEvent() - Constructor for class com.googlecode.wickedcharts.highcharts.options.interaction.InteractionEvent
 
InteractionFunction - Class in com.googlecode.wickedcharts.highcharts.options.interaction
This javascript function sends an AJAX request to the server.
InteractionFunction(Options) - Constructor for class com.googlecode.wickedcharts.highcharts.options.interaction.InteractionFunction
Constructor.
IOptionsProcessor - Interface in com.googlecode.wickedcharts.highcharts.options.processing
Interface for processing Options before they are renderer.
IProcessableOption - Interface in com.googlecode.wickedcharts.highcharts.options
 
isNull() - Method in interface com.googlecode.wickedcharts.highcharts.json.Nullable
 
isNull() - Method in class com.googlecode.wickedcharts.highcharts.options.color.ColorReference
 
isNull() - Method in class com.googlecode.wickedcharts.highcharts.options.color.NullColor
 
isNull() - Method in class com.googlecode.wickedcharts.highcharts.options.MinorTickInterval
 

J

JsonRenderer - Class in com.googlecode.wickedcharts.highcharts.jackson
A renderer for rendering Highcharts options into JSON objects based on the Jackson Mapping library.
JsonRenderer() - Constructor for class com.googlecode.wickedcharts.highcharts.jackson.JsonRenderer
 
JsonValueEnum - Interface in com.googlecode.wickedcharts.highcharts.json
Marker for enums that are to be serialized into JSON with a certain string value.
JsonValueEnumSerializer - Class in com.googlecode.wickedcharts.highcharts.jackson
 
JsonValueEnumSerializer() - Constructor for class com.googlecode.wickedcharts.highcharts.jackson.JsonValueEnumSerializer
 

L

Labels - Class in com.googlecode.wickedcharts.highcharts.options
Defines some label in a chart.
Labels() - Constructor for class com.googlecode.wickedcharts.highcharts.options.Labels
 
Labels(String) - Constructor for class com.googlecode.wickedcharts.highcharts.options.Labels
 
LanguageOptions - Class in com.googlecode.wickedcharts.highcharts.options
Defines the configuration of the "lang" option.
LanguageOptions() - Constructor for class com.googlecode.wickedcharts.highcharts.options.LanguageOptions
 
Legend - Class in com.googlecode.wickedcharts.highcharts.options
Defines the configuration of the "legend" option.
Legend() - Constructor for class com.googlecode.wickedcharts.highcharts.options.Legend
 
Legend(Boolean) - Constructor for class com.googlecode.wickedcharts.highcharts.options.Legend
 
LegendLayout - Enum in com.googlecode.wickedcharts.highcharts.options
Enumeration of possible layouts for the legend of a chart.
LinearGradient - Class in com.googlecode.wickedcharts.highcharts.options.color
A ColorReference defining a linear gradient with one or more changes between colors.
LinearGradient(LinearGradient.GradientDirection) - Constructor for class com.googlecode.wickedcharts.highcharts.options.color.LinearGradient
Constructs a linear gradient with a predefined direction.
LinearGradient(Number, Number, Number, Number) - Constructor for class com.googlecode.wickedcharts.highcharts.options.color.LinearGradient
Constructs a linear gradient with a custom direction.
LinearGradient.GradientDirection - Enum in com.googlecode.wickedcharts.highcharts.options.color
 
LiveDataSeries - Class in com.googlecode.wickedcharts.highcharts.options.livedata
This Series class supports regular updating via AJAX.
LiveDataSeries(Options, int) - Constructor for class com.googlecode.wickedcharts.highcharts.options.livedata.LiveDataSeries
Constructs a new LiveDataSeries.
Loading - Class in com.googlecode.wickedcharts.highcharts.options
Defines the "loading" option.
Loading() - Constructor for class com.googlecode.wickedcharts.highcharts.options.Loading
 
LowercaseEnum - Interface in com.googlecode.wickedcharts.highcharts.json
Marker interface to mark enums that are serialized into lowercase JSON.
LowercaseEnumSerializer - Class in com.googlecode.wickedcharts.highcharts.jackson
 
LowercaseEnumSerializer() - Constructor for class com.googlecode.wickedcharts.highcharts.jackson.LowercaseEnumSerializer
 

M

Marker - Class in com.googlecode.wickedcharts.highcharts.options
Defines the configuration of the "marker" option.
Marker() - Constructor for class com.googlecode.wickedcharts.highcharts.options.Marker
 
Marker(Boolean) - Constructor for class com.googlecode.wickedcharts.highcharts.options.Marker
 
markForProcessing(IProcessableOption) - Method in class com.googlecode.wickedcharts.highcharts.options.Options
 
MinorTickInterval - Class in com.googlecode.wickedcharts.highcharts.options
Defines the interval between two tick marks.
MinorTickInterval() - Constructor for class com.googlecode.wickedcharts.highcharts.options.MinorTickInterval
 
MinorTickIntervalSerializer - Class in com.googlecode.wickedcharts.highcharts.jackson
 
MinorTickIntervalSerializer() - Constructor for class com.googlecode.wickedcharts.highcharts.jackson.MinorTickIntervalSerializer
 

N

Navigation - Class in com.googlecode.wickedcharts.highcharts.options
Defines the options for the navigation of a chart.
Navigation() - Constructor for class com.googlecode.wickedcharts.highcharts.options.Navigation
 
needsExportingJs(Options) - Static method in class com.googlecode.wickedcharts.highcharts.options.util.OptionsUtil
Checks if the specified Options object needs the javascript file "exporting.js" to work properly.
needsHighchartsMoreJs(Options) - Static method in class com.googlecode.wickedcharts.highcharts.options.util.OptionsUtil
Checks if the specified Options object needs the javascript file "highcharts-more.js" to work properly.
NoopSerializer - Class in com.googlecode.wickedcharts.highcharts.jackson
A serializer that produces null JSON output.
NoopSerializer() - Constructor for class com.googlecode.wickedcharts.highcharts.jackson.NoopSerializer
 
Nullable - Interface in com.googlecode.wickedcharts.highcharts.json
Interface for classes that allow a null state.
NullableSerializer<T> - Class in com.googlecode.wickedcharts.highcharts.jackson
 
NullableSerializer() - Constructor for class com.googlecode.wickedcharts.highcharts.jackson.NullableSerializer
 
NullColor - Class in com.googlecode.wickedcharts.highcharts.options.color
A ColorReference that is always rendered as JSON "null".
NullColor() - Constructor for class com.googlecode.wickedcharts.highcharts.options.color.NullColor
 
NullColorReferenceSerializer - Class in com.googlecode.wickedcharts.highcharts.jackson
 
NullColorReferenceSerializer() - Constructor for class com.googlecode.wickedcharts.highcharts.jackson.NullColorReferenceSerializer
 

O

onInteraction(InteractionEvent) - Method in class com.googlecode.wickedcharts.highcharts.options.interaction.InteractionFunction
This method is called on the server side when the InteractionFunction is called on the client side.
Options - Class in com.googlecode.wickedcharts.highcharts.options
This is the main class for configuring a chart.
Options() - Constructor for class com.googlecode.wickedcharts.highcharts.options.Options
 
Options(Options) - Constructor for class com.googlecode.wickedcharts.highcharts.options.Options
Constructs an Options object initialized with the configuration of another Options object.
OptionsProcessorContext - Class in com.googlecode.wickedcharts.highcharts.options.processing
A context object that holds some context variables that may be needed by IOptionsProcessors.
OptionsProcessorContext(Options) - Constructor for class com.googlecode.wickedcharts.highcharts.options.processing.OptionsProcessorContext
 
OptionsUtil - Class in com.googlecode.wickedcharts.highcharts.options.util
 
Overflow - Enum in com.googlecode.wickedcharts.highcharts.options
Defines the configuration of the "overflow" option.

P

Pane - Class in com.googlecode.wickedcharts.highcharts.options
Defines the configuration of the "pane" option.
Pane() - Constructor for class com.googlecode.wickedcharts.highcharts.options.Pane
 
PercentageAndValueFormatter - Class in com.googlecode.wickedcharts.highcharts.options.functions
A javascript function intended to use as tooltip formatter.
PercentageAndValueFormatter() - Constructor for class com.googlecode.wickedcharts.highcharts.options.functions.PercentageAndValueFormatter
 
PercentageFormatter - Class in com.googlecode.wickedcharts.highcharts.options.functions
A javascript function intended to use as tooltip formatter.
PercentageFormatter() - Constructor for class com.googlecode.wickedcharts.highcharts.options.functions.PercentageFormatter
 
PixelOrPercent - Class in com.googlecode.wickedcharts.highcharts.options
Describes either a pixel value or a percentage value.
PixelOrPercent(int, PixelOrPercent.Unit) - Constructor for class com.googlecode.wickedcharts.highcharts.options.PixelOrPercent
 
PixelOrPercent.Unit - Enum in com.googlecode.wickedcharts.highcharts.options
 
PixelOrPercentSerializer - Class in com.googlecode.wickedcharts.highcharts.jackson
 
PixelOrPercentSerializer() - Constructor for class com.googlecode.wickedcharts.highcharts.jackson.PixelOrPercentSerializer
 
PlotBand - Class in com.googlecode.wickedcharts.highcharts.options
Defines a colored band across a grid chart.
PlotBand() - Constructor for class com.googlecode.wickedcharts.highcharts.options.PlotBand
 
PlotLine - Class in com.googlecode.wickedcharts.highcharts.options
Defines a plot line in a chart.
PlotLine() - Constructor for class com.googlecode.wickedcharts.highcharts.options.PlotLine
 
PlotOptions - Class in com.googlecode.wickedcharts.highcharts.options
Defines the configuration of the "plotOptions" option.
PlotOptions() - Constructor for class com.googlecode.wickedcharts.highcharts.options.PlotOptions
 
PlotOptionsChoice - Class in com.googlecode.wickedcharts.highcharts.options
Defines a choice between on or more PlotOptions
PlotOptionsChoice() - Constructor for class com.googlecode.wickedcharts.highcharts.options.PlotOptionsChoice
 
Point - Class in com.googlecode.wickedcharts.highcharts.options.series
A point in a chart that has a label (or a name) and a color.
Point() - Constructor for class com.googlecode.wickedcharts.highcharts.options.series.Point
 
Point(Number) - Constructor for class com.googlecode.wickedcharts.highcharts.options.series.Point
Simple Constructor if a NamedPoint only has a value and nothing else.
Point(String, Number) - Constructor for class com.googlecode.wickedcharts.highcharts.options.series.Point
 
Point(Number, Number) - Constructor for class com.googlecode.wickedcharts.highcharts.options.series.Point
 
Point(String, Number, Color) - Constructor for class com.googlecode.wickedcharts.highcharts.options.series.Point
Convencience constructor.
Point(String, Number, ColorReference) - Constructor for class com.googlecode.wickedcharts.highcharts.options.series.Point
 
PointOptions - Class in com.googlecode.wickedcharts.highcharts.options
Defines the configuration of the "point" option.
PointOptions() - Constructor for class com.googlecode.wickedcharts.highcharts.options.PointOptions
 
PointPlacement - Enum in com.googlecode.wickedcharts.highcharts.options
Possible values fot the "pointPlacement" option.
PointSeries - Class in com.googlecode.wickedcharts.highcharts.options.series
A series containing of Points.
PointSeries() - Constructor for class com.googlecode.wickedcharts.highcharts.options.series.PointSeries
 
PROCESSING_KEY - Static variable in class com.googlecode.wickedcharts.highcharts.options.drilldown.DrilldownPoint
The key under which DrilldownPoints are registered in the parent options.
PROCESSING_KEY - Static variable in class com.googlecode.wickedcharts.highcharts.options.Global
The key under which Globals are registered in the parent options.
PROCESSING_KEY - Static variable in class com.googlecode.wickedcharts.highcharts.options.interaction.InteractionFunction
The key under which InteractionFunctions are registered in the parent options.
PROCESSING_KEY - Static variable in class com.googlecode.wickedcharts.highcharts.options.livedata.LiveDataSeries
The key under which LiveDataSeries are registered in the parent options.
processOptions(Options, OptionsProcessorContext) - Method in class com.googlecode.wickedcharts.highcharts.options.processing.IdGeneratorProcessor
 
processOptions(Options, OptionsProcessorContext) - Method in interface com.googlecode.wickedcharts.highcharts.options.processing.IOptionsProcessor
Processes the given Options.

R

RadialGradient - Class in com.googlecode.wickedcharts.highcharts.options.color
RadialGradient color for chart objects.
RadialGradient() - Constructor for class com.googlecode.wickedcharts.highcharts.options.color.RadialGradient
 
RangeCoordinate<X,Y1,Y2> - Class in com.googlecode.wickedcharts.highcharts.options.series
A coordinate with one X value and to Y values to display a range between the two y values.
RangeCoordinate(X, Y1, Y2) - Constructor for class com.googlecode.wickedcharts.highcharts.options.series.RangeCoordinate
 
RangeCoordinateSerializer<X,Y1,Y2> - Class in com.googlecode.wickedcharts.highcharts.jackson
Serializer for RangeCoordinates.
RangeCoordinateSerializer() - Constructor for class com.googlecode.wickedcharts.highcharts.jackson.RangeCoordinateSerializer
 
RangeSeries - Class in com.googlecode.wickedcharts.highcharts.options.series
A series of range coordinates.
RangeSeries() - Constructor for class com.googlecode.wickedcharts.highcharts.options.series.RangeSeries
 
RedirectFunction - Class in com.googlecode.wickedcharts.highcharts.options.functions
JavaScript function to use for events that redirects the user to a given URL.
RedirectFunction(String) - Constructor for class com.googlecode.wickedcharts.highcharts.options.functions.RedirectFunction
Constructor.
RemovePointFunction - Class in com.googlecode.wickedcharts.highcharts.options.functions
A javascript function that removes the currently selected point from a chart.
RemovePointFunction() - Constructor for class com.googlecode.wickedcharts.highcharts.options.functions.RemovePointFunction
 
RgbaColor - Class in com.googlecode.wickedcharts.highcharts.options.color
A ColorReference defined by RGBA values (red, green, blue, alpha).
RgbaColor(Integer, Integer, Integer) - Constructor for class com.googlecode.wickedcharts.highcharts.options.color.RgbaColor
Constructs a RgbaColor with RGB values.
RgbaColor(Integer, Integer, Integer, Float) - Constructor for class com.googlecode.wickedcharts.highcharts.options.color.RgbaColor
Constructs a RgbaColor with RGBA values.
RgbaColorReferenceSerializer - Class in com.googlecode.wickedcharts.highcharts.jackson
 
RgbaColorReferenceSerializer() - Constructor for class com.googlecode.wickedcharts.highcharts.jackson.RgbaColorReferenceSerializer
 

S

serialize(Center, JsonGenerator, SerializerProvider) - Method in class com.googlecode.wickedcharts.highcharts.jackson.CenterSerializer
 
serialize(Coordinate<T, U>, JsonGenerator, SerializerProvider) - Method in class com.googlecode.wickedcharts.highcharts.jackson.CoordinateSerializer
 
serialize(Crosshair, JsonGenerator, SerializerProvider) - Method in class com.googlecode.wickedcharts.highcharts.jackson.CrosshairSerializer
 
serialize(CssStyle, JsonGenerator, SerializerProvider) - Method in class com.googlecode.wickedcharts.highcharts.jackson.CssStyleSerializer
 
serialize(DateTimeLabelFormat, JsonGenerator, SerializerProvider) - Method in class com.googlecode.wickedcharts.highcharts.jackson.DateTimeLabelFormatSerializer
 
serialize(Function, JsonGenerator, SerializerProvider) - Method in class com.googlecode.wickedcharts.highcharts.jackson.FunctionSerializer
 
serialize(JsonValueEnum, JsonGenerator, SerializerProvider) - Method in class com.googlecode.wickedcharts.highcharts.jackson.JsonValueEnumSerializer
 
serialize(LowercaseEnum, JsonGenerator, SerializerProvider) - Method in class com.googlecode.wickedcharts.highcharts.jackson.LowercaseEnumSerializer
 
serialize(MinorTickInterval, JsonGenerator, SerializerProvider) - Method in class com.googlecode.wickedcharts.highcharts.jackson.MinorTickIntervalSerializer
 
serialize(Object, JsonGenerator, SerializerProvider) - Method in class com.googlecode.wickedcharts.highcharts.jackson.NoopSerializer
 
serialize(Nullable, JsonGenerator, SerializerProvider) - Method in class com.googlecode.wickedcharts.highcharts.jackson.NullableSerializer
 
serialize(PixelOrPercent, JsonGenerator, SerializerProvider) - Method in class com.googlecode.wickedcharts.highcharts.jackson.PixelOrPercentSerializer
 
serialize(RangeCoordinate<X, Y1, Y2>, JsonGenerator, SerializerProvider) - Method in class com.googlecode.wickedcharts.highcharts.jackson.RangeCoordinateSerializer
 
serialize(Symbol, JsonGenerator, SerializerProvider) - Method in class com.googlecode.wickedcharts.highcharts.jackson.SymbolSerializer
 
serializeIfNotNull(HexColor, JsonGenerator, SerializerProvider) - Method in class com.googlecode.wickedcharts.highcharts.jackson.HexColorReferenceSerializer
 
serializeIfNotNull(HighchartsColor, JsonGenerator, SerializerProvider) - Method in class com.googlecode.wickedcharts.highcharts.jackson.HighchartsColorReferenceSerializer
 
serializeIfNotNull(T, JsonGenerator, SerializerProvider) - Method in class com.googlecode.wickedcharts.highcharts.jackson.NullableSerializer
 
serializeIfNotNull(NullColor, JsonGenerator, SerializerProvider) - Method in class com.googlecode.wickedcharts.highcharts.jackson.NullColorReferenceSerializer
 
serializeIfNotNull(RgbaColor, JsonGenerator, SerializerProvider) - Method in class com.googlecode.wickedcharts.highcharts.jackson.RgbaColorReferenceSerializer
 
serializeIfNotNull(SimpleColor, JsonGenerator, SerializerProvider) - Method in class com.googlecode.wickedcharts.highcharts.jackson.SimpleColorReferenceSerializer
 
Series<D> - Class in com.googlecode.wickedcharts.highcharts.options.series
Defines the configuration of the "series" option.
Series() - Constructor for class com.googlecode.wickedcharts.highcharts.options.series.Series
 
SeriesType - Enum in com.googlecode.wickedcharts.highcharts.options
Enumeration of the possible types of charts.
setAddSeries(Function) - Method in class com.googlecode.wickedcharts.highcharts.options.Events
 
setAlign(HorizontalAlignment) - Method in class com.googlecode.wickedcharts.highcharts.options.ButtonOptions
 
setAlign(HorizontalAlignment) - Method in class com.googlecode.wickedcharts.highcharts.options.DataLabels
 
setAlign(HorizontalAlignment) - Method in class com.googlecode.wickedcharts.highcharts.options.Labels
 
setAlign(HorizontalAlignment) - Method in class com.googlecode.wickedcharts.highcharts.options.Legend
 
setAlign(HorizontalAlignment) - Method in class com.googlecode.wickedcharts.highcharts.options.StackLabels
 
setAlign(HorizontalAlignment) - Method in class com.googlecode.wickedcharts.highcharts.options.Title
 
setAlignTicks(Boolean) - Method in class com.googlecode.wickedcharts.highcharts.options.ChartOptions
 
setAllowDecimals(Boolean) - Method in class com.googlecode.wickedcharts.highcharts.options.Axis
 
setAllowPointSelect(Boolean) - Method in class com.googlecode.wickedcharts.highcharts.options.PlotOptions
 
setAlternateGridColor(Color) - Method in class com.googlecode.wickedcharts.highcharts.options.Axis
 
setAlternateGridColor(ColorReference) - Method in class com.googlecode.wickedcharts.highcharts.options.Axis
 
setAnimation(Boolean) - Method in class com.googlecode.wickedcharts.highcharts.options.ChartOptions
 
setAnimation(Boolean) - Method in class com.googlecode.wickedcharts.highcharts.options.PlotOptions
 
setAnimation(Boolean) - Method in class com.googlecode.wickedcharts.highcharts.options.Tooltip
 
setArea(PlotOptions) - Method in class com.googlecode.wickedcharts.highcharts.options.PlotOptionsChoice
 
setAreaspline(PlotOptions) - Method in class com.googlecode.wickedcharts.highcharts.options.PlotOptionsChoice
 
setAuto(boolean) - Method in class com.googlecode.wickedcharts.highcharts.options.MinorTickInterval
 
setBackground(List<Background>) - Method in class com.googlecode.wickedcharts.highcharts.options.Pane
 
setBackgroundColor(ColorReference) - Method in class com.googlecode.wickedcharts.highcharts.options.Background
 
setBackgroundColor(Color) - Method in class com.googlecode.wickedcharts.highcharts.options.ButtonOptions
 
setBackgroundColor(ColorReference) - Method in class com.googlecode.wickedcharts.highcharts.options.ButtonOptions
 
setBackgroundColor(Color) - Method in class com.googlecode.wickedcharts.highcharts.options.ChartOptions
 
setBackgroundColor(ColorReference) - Method in class com.googlecode.wickedcharts.highcharts.options.ChartOptions
 
setBackgroundColor(Color) - Method in class com.googlecode.wickedcharts.highcharts.options.DataLabels
 
setBackgroundColor(ColorReference) - Method in class com.googlecode.wickedcharts.highcharts.options.DataLabels
 
setBackgroundColor(Color) - Method in class com.googlecode.wickedcharts.highcharts.options.Legend
 
setBackgroundColor(ColorReference) - Method in class com.googlecode.wickedcharts.highcharts.options.Legend
 
setBackgroundColor(ColorReference) - Method in class com.googlecode.wickedcharts.highcharts.options.Tooltip
 
setBar(PlotOptions) - Method in class com.googlecode.wickedcharts.highcharts.options.PlotOptionsChoice
 
setBorderColor(ColorReference) - Method in class com.googlecode.wickedcharts.highcharts.options.Background
 
setBorderColor(Color) - Method in class com.googlecode.wickedcharts.highcharts.options.ButtonOptions
 
setBorderColor(ColorReference) - Method in class com.googlecode.wickedcharts.highcharts.options.ButtonOptions
 
setBorderColor(Color) - Method in class com.googlecode.wickedcharts.highcharts.options.ChartOptions
 
setBorderColor(ColorReference) - Method in class com.googlecode.wickedcharts.highcharts.options.ChartOptions
 
setBorderColor(Color) - Method in class com.googlecode.wickedcharts.highcharts.options.DataLabels
 
setBorderColor(ColorReference) - Method in class com.googlecode.wickedcharts.highcharts.options.DataLabels
 
setBorderColor(Color) - Method in class com.googlecode.wickedcharts.highcharts.options.Legend
 
setBorderColor(ColorReference) - Method in class com.googlecode.wickedcharts.highcharts.options.Legend
 
setBorderColor(Color) - Method in class com.googlecode.wickedcharts.highcharts.options.PlotOptions
 
setBorderColor(ColorReference) - Method in class com.googlecode.wickedcharts.highcharts.options.PlotOptions
 
setBorderColor(ColorReference) - Method in class com.googlecode.wickedcharts.highcharts.options.Tooltip
 
setBorderRadius(Integer) - Method in class com.googlecode.wickedcharts.highcharts.options.ButtonOptions
 
setBorderRadius(Integer) - Method in class com.googlecode.wickedcharts.highcharts.options.ChartOptions
 
setBorderRadius(Integer) - Method in class com.googlecode.wickedcharts.highcharts.options.DataLabels
 
setBorderRadius(Integer) - Method in class com.googlecode.wickedcharts.highcharts.options.Legend
 
setBorderRadius(Integer) - Method in class com.googlecode.wickedcharts.highcharts.options.PlotOptions
 
setBorderRadius(Integer) - Method in class com.googlecode.wickedcharts.highcharts.options.Tooltip
 
setBorderWidth(Integer) - Method in class com.googlecode.wickedcharts.highcharts.options.Background
 
setBorderWidth(Integer) - Method in class com.googlecode.wickedcharts.highcharts.options.ButtonOptions
 
setBorderWidth(Integer) - Method in class com.googlecode.wickedcharts.highcharts.options.ChartOptions
 
setBorderWidth(Integer) - Method in class com.googlecode.wickedcharts.highcharts.options.Legend
 
setBorderWidth(Integer) - Method in class com.googlecode.wickedcharts.highcharts.options.PlotOptions
 
setBorderWidth(Integer) - Method in class com.googlecode.wickedcharts.highcharts.options.Tooltip
 
setBrightness(Float) - Method in class com.googlecode.wickedcharts.highcharts.options.color.ColorReference
 
setButtonOptions(ButtonOptions) - Method in class com.googlecode.wickedcharts.highcharts.options.Navigation
 
setButtons(ExportingButtons) - Method in class com.googlecode.wickedcharts.highcharts.options.ExportingOptions
 
setCandleStick(PlotOptions) - Method in class com.googlecode.wickedcharts.highcharts.options.PlotOptionsChoice
 
setCanvasToolsURL(String) - Method in class com.googlecode.wickedcharts.highcharts.options.Global
 
setCategories(List<String>) - Method in class com.googlecode.wickedcharts.highcharts.options.Axis
 
setCategories(String...) - Method in class com.googlecode.wickedcharts.highcharts.options.Axis
 
setCenter(Center) - Method in class com.googlecode.wickedcharts.highcharts.options.Pane
 
setCenter(Center) - Method in class com.googlecode.wickedcharts.highcharts.options.PlotOptions
 
setCenter(Center) - Method in class com.googlecode.wickedcharts.highcharts.options.series.Series
 
setChart(ChartOptions) - Method in class com.googlecode.wickedcharts.highcharts.options.Options
 
setChartEventsLoad(Options, Function) - Method in class com.googlecode.wickedcharts.highcharts.options.util.OptionsUtil
Null-safe setter for the chart.events.load configuration.
setChartOptions(ChartOptions) - Method in class com.googlecode.wickedcharts.highcharts.options.Options
 
setChartType(ChartType) - Method in enum com.googlecode.wickedcharts.highcharts.options.SeriesType
 
setClassName(String) - Method in class com.googlecode.wickedcharts.highcharts.options.ChartOptions
 
setClick(Function) - Method in class com.googlecode.wickedcharts.highcharts.options.Events
 
setColor(Color) - Method in class com.googlecode.wickedcharts.highcharts.options.color.SimpleColor
 
setColor(ColorReference) - Method in class com.googlecode.wickedcharts.highcharts.options.Crosshair
 
setColor(Color) - Method in class com.googlecode.wickedcharts.highcharts.options.DataLabels
 
setColor(ColorReference) - Method in class com.googlecode.wickedcharts.highcharts.options.DataLabels
 
setColor(ColorReference) - Method in class com.googlecode.wickedcharts.highcharts.options.Marker
 
setColor(Color) - Method in class com.googlecode.wickedcharts.highcharts.options.PlotBand
 
setColor(ColorReference) - Method in class com.googlecode.wickedcharts.highcharts.options.PlotBand
 
setColor(Color) - Method in class com.googlecode.wickedcharts.highcharts.options.PlotLine
 
setColor(ColorReference) - Method in class com.googlecode.wickedcharts.highcharts.options.PlotLine
 
setColor(Color) - Method in class com.googlecode.wickedcharts.highcharts.options.PlotOptions
 
setColor(ColorReference) - Method in class com.googlecode.wickedcharts.highcharts.options.PlotOptions
 
setColor(Color) - Method in class com.googlecode.wickedcharts.highcharts.options.series.Point
 
setColor(ColorReference) - Method in class com.googlecode.wickedcharts.highcharts.options.series.Point
 
setColor(Color) - Method in class com.googlecode.wickedcharts.highcharts.options.series.Series
 
setColor(ColorReference) - Method in class com.googlecode.wickedcharts.highcharts.options.series.Series
 
setColorByPoint(Boolean) - Method in class com.googlecode.wickedcharts.highcharts.options.PlotOptions
 
setColors(ColorReference...) - Method in class com.googlecode.wickedcharts.highcharts.options.Options
 
setColors(List<ColorReference>) - Method in class com.googlecode.wickedcharts.highcharts.options.Options
 
setColumn(PlotOptions) - Method in class com.googlecode.wickedcharts.highcharts.options.PlotOptionsChoice
 
setColumnrange(PlotOptions) - Method in class com.googlecode.wickedcharts.highcharts.options.PlotOptionsChoice
 
setConnectNulls(Boolean) - Method in class com.googlecode.wickedcharts.highcharts.options.PlotOptions
 
setConnectorColor(ColorReference) - Method in class com.googlecode.wickedcharts.highcharts.options.DataLabels
 
setCreditOptions(CreditOptions) - Method in class com.googlecode.wickedcharts.highcharts.options.Options
 
setCredits(CreditOptions) - Method in class com.googlecode.wickedcharts.highcharts.options.Options
 
setCropThreshold(Integer) - Method in class com.googlecode.wickedcharts.highcharts.options.PlotOptions
 
setCursor(Cursor) - Method in class com.googlecode.wickedcharts.highcharts.options.PlotOptions
 
setCx(Number) - Method in class com.googlecode.wickedcharts.highcharts.options.color.RadialGradient
Sets the horizontal coordinate of the center of the gradient.
setCy(Number) - Method in class com.googlecode.wickedcharts.highcharts.options.color.RadialGradient
Sets the vertical coordinate of the center of the gradient.
setDashStyle(GridLineDashStyle) - Method in class com.googlecode.wickedcharts.highcharts.options.Crosshair
 
setDashStyle(GridLineDashStyle) - Method in class com.googlecode.wickedcharts.highcharts.options.PlotLine
 
setDashStyle(GridLineDashStyle) - Method in class com.googlecode.wickedcharts.highcharts.options.PlotOptions
 
setDashStyle(GridLineDashStyle) - Method in class com.googlecode.wickedcharts.highcharts.options.series.Series
 
setData(Coordinate<Number, Number>...) - Method in class com.googlecode.wickedcharts.highcharts.options.series.CoordinatesSeries
 
setData(List<Coordinate<Number, Number>>) - Method in class com.googlecode.wickedcharts.highcharts.options.series.CoordinatesSeries
 
setData(Coordinate<T, U>...) - Method in class com.googlecode.wickedcharts.highcharts.options.series.CustomCoordinatesSeries
 
setData(List<Coordinate<T, U>>) - Method in class com.googlecode.wickedcharts.highcharts.options.series.CustomCoordinatesSeries
 
setData(List<Point>) - Method in class com.googlecode.wickedcharts.highcharts.options.series.PointSeries
 
setData(Point...) - Method in class com.googlecode.wickedcharts.highcharts.options.series.PointSeries
 
setData(RangeCoordinate<Number, Number, Number>...) - Method in class com.googlecode.wickedcharts.highcharts.options.series.RangeSeries
 
setData(List<RangeCoordinate<Number, Number, Number>>) - Method in class com.googlecode.wickedcharts.highcharts.options.series.RangeSeries
 
setData(D...) - Method in class com.googlecode.wickedcharts.highcharts.options.series.Series
 
setData(List<D>) - Method in class com.googlecode.wickedcharts.highcharts.options.series.Series
 
setData(List<Number>) - Method in class com.googlecode.wickedcharts.highcharts.options.series.SimpleSeries
 
setData(Number...) - Method in class com.googlecode.wickedcharts.highcharts.options.series.SimpleSeries
 
setDataLabels(DataLabels) - Method in class com.googlecode.wickedcharts.highcharts.options.PlotOptions
 
setDataLabels(DataLabels) - Method in class com.googlecode.wickedcharts.highcharts.options.series.Point
 
setDataLabels(DataLabels) - Method in class com.googlecode.wickedcharts.highcharts.options.series.Series
 
setDataLabelsColor(ColorReference) - Method in class com.googlecode.wickedcharts.highcharts.theme.Theme
 
setDateTimeLabelFormats(DateTimeLabelFormat) - Method in class com.googlecode.wickedcharts.highcharts.options.Axis
 
setDecimalPoint(String) - Method in class com.googlecode.wickedcharts.highcharts.options.LanguageOptions
 
setDefaultSeriesType(SeriesType) - Method in class com.googlecode.wickedcharts.highcharts.options.ChartOptions
 
setDistance(Integer) - Method in class com.googlecode.wickedcharts.highcharts.options.DataLabels
 
setDownloadJPEG(String) - Method in class com.googlecode.wickedcharts.highcharts.options.LanguageOptions
 
setDownloadPDF(String) - Method in class com.googlecode.wickedcharts.highcharts.options.LanguageOptions
 
setDownloadPNG(String) - Method in class com.googlecode.wickedcharts.highcharts.options.LanguageOptions
 
setDownloadSVG(String) - Method in class com.googlecode.wickedcharts.highcharts.options.LanguageOptions
 
setDrilldownOptionsIndex(Integer) - Method in class com.googlecode.wickedcharts.highcharts.options.drilldown.DrilldownPoint
All drilldown options are stored in a javascript array.
setEnabled(Boolean) - Method in class com.googlecode.wickedcharts.highcharts.options.ButtonOptions
 
setEnabled(Boolean) - Method in class com.googlecode.wickedcharts.highcharts.options.CreditOptions
 
setEnabled(Boolean) - Method in class com.googlecode.wickedcharts.highcharts.options.DataLabels
 
setEnabled(Boolean) - Method in class com.googlecode.wickedcharts.highcharts.options.ExportingOptions
 
setEnabled(Boolean) - Method in class com.googlecode.wickedcharts.highcharts.options.Legend
 
setEnabled(Boolean) - Method in class com.googlecode.wickedcharts.highcharts.options.Marker
 
setEnabled(Boolean) - Method in class com.googlecode.wickedcharts.highcharts.options.StackLabels
 
setEnabled(Boolean) - Method in class com.googlecode.wickedcharts.highcharts.options.State
 
setEnabled(Boolean) - Method in class com.googlecode.wickedcharts.highcharts.options.Title
 
setEnabled(Boolean) - Method in class com.googlecode.wickedcharts.highcharts.options.Tooltip
 
setEnableImages(Boolean) - Method in class com.googlecode.wickedcharts.highcharts.options.ExportingOptions
 
setEnableMouseTracking(Boolean) - Method in class com.googlecode.wickedcharts.highcharts.options.PlotOptions
 
setEnableMouseTracking(Boolean) - Method in class com.googlecode.wickedcharts.highcharts.options.series.Series
 
setEndAngle(Integer) - Method in class com.googlecode.wickedcharts.highcharts.options.Pane
 
setEndOnTick(Boolean) - Method in class com.googlecode.wickedcharts.highcharts.options.Axis
 
setEvents(DummyOption) - Method in class com.googlecode.wickedcharts.highcharts.options.Axis
 
setEvents(Events) - Method in class com.googlecode.wickedcharts.highcharts.options.ChartOptions
 
setEvents(DummyOption) - Method in class com.googlecode.wickedcharts.highcharts.options.PlotBand
 
setEvents(DummyOption) - Method in class com.googlecode.wickedcharts.highcharts.options.PlotLine
 
setEvents(Events) - Method in class com.googlecode.wickedcharts.highcharts.options.PlotOptions
 
setEvents(Events) - Method in class com.googlecode.wickedcharts.highcharts.options.PointOptions
 
setEvents(Events) - Method in class com.googlecode.wickedcharts.highcharts.options.series.Point
 
setExportButton(ButtonOptions) - Method in class com.googlecode.wickedcharts.highcharts.options.ExportingButtons
 
setExportButtonTitle(String) - Method in class com.googlecode.wickedcharts.highcharts.options.LanguageOptions
 
setExporting(ExportingOptions) - Method in class com.googlecode.wickedcharts.highcharts.options.Options
 
setFilename(String) - Method in class com.googlecode.wickedcharts.highcharts.options.ExportingOptions
 
setFillColor(Color) - Method in class com.googlecode.wickedcharts.highcharts.options.Marker
 
setFillColor(ColorReference) - Method in class com.googlecode.wickedcharts.highcharts.options.Marker
 
setFillColor(Color) - Method in class com.googlecode.wickedcharts.highcharts.options.PlotOptions
 
setFillColor(ColorReference) - Method in class com.googlecode.wickedcharts.highcharts.options.PlotOptions
 
setFillColor(Color) - Method in class com.googlecode.wickedcharts.highcharts.options.State
 
setFillColor(ColorReference) - Method in class com.googlecode.wickedcharts.highcharts.options.State
 
setFillOpacity(Float) - Method in class com.googlecode.wickedcharts.highcharts.options.PlotOptions
 
setFloating(Boolean) - Method in class com.googlecode.wickedcharts.highcharts.options.Legend
 
setFloating(Boolean) - Method in class com.googlecode.wickedcharts.highcharts.options.Title
 
setFooterFormat(String) - Method in class com.googlecode.wickedcharts.highcharts.options.Tooltip
 
setFormatter(Function) - Method in class com.googlecode.wickedcharts.highcharts.options.DataLabels
 
setFormatter(Function) - Method in class com.googlecode.wickedcharts.highcharts.options.Labels
 
setFormatter(Function) - Method in class com.googlecode.wickedcharts.highcharts.options.StackLabels
 
setFormatter(Function) - Method in class com.googlecode.wickedcharts.highcharts.options.Tooltip
 
setFrom(Number) - Method in class com.googlecode.wickedcharts.highcharts.options.PlotBand
 
setFunction(String) - Method in class com.googlecode.wickedcharts.highcharts.options.Function
 
setGauge(PlotOptions) - Method in class com.googlecode.wickedcharts.highcharts.options.PlotOptionsChoice
 
setGlobal(Global) - Method in class com.googlecode.wickedcharts.highcharts.options.Options
 
setGridLineColor(Color) - Method in class com.googlecode.wickedcharts.highcharts.options.Axis
 
setGridLineColor(ColorReference) - Method in class com.googlecode.wickedcharts.highcharts.options.Axis
 
setGridLineDashStyle(GridLineDashStyle) - Method in class com.googlecode.wickedcharts.highcharts.options.Axis
 
setGridLineInterpolation(GridlineInterpolation) - Method in class com.googlecode.wickedcharts.highcharts.options.Axis
 
setGridLineWidth(Integer) - Method in class com.googlecode.wickedcharts.highcharts.options.Axis
 
setGroupPadding(Float) - Method in class com.googlecode.wickedcharts.highcharts.options.PlotOptions
 
setHeaderFormat(String) - Method in class com.googlecode.wickedcharts.highcharts.options.Tooltip
 
setHeight(Integer) - Method in class com.googlecode.wickedcharts.highcharts.options.ButtonOptions
 
setHeight(Integer) - Method in class com.googlecode.wickedcharts.highcharts.options.ChartOptions
 
setHideDuration(Integer) - Method in class com.googlecode.wickedcharts.highcharts.options.Loading
 
setHighchartsIndex(Integer) - Method in class com.googlecode.wickedcharts.highcharts.options.color.HighchartsColor
 
setHover(State) - Method in class com.googlecode.wickedcharts.highcharts.options.StatesChoice
 
setHoverBorderColor(Color) - Method in class com.googlecode.wickedcharts.highcharts.options.ButtonOptions
 
setHoverBorderColor(ColorReference) - Method in class com.googlecode.wickedcharts.highcharts.options.ButtonOptions
 
setHoverSymbolFill(Color) - Method in class com.googlecode.wickedcharts.highcharts.options.ButtonOptions
 
setHoverSymbolFill(ColorReference) - Method in class com.googlecode.wickedcharts.highcharts.options.ButtonOptions
 
setHoverSymbolStroke(Color) - Method in class com.googlecode.wickedcharts.highcharts.options.ButtonOptions
 
setHoverSymbolStroke(ColorReference) - Method in class com.googlecode.wickedcharts.highcharts.options.ButtonOptions
 
setHref(String) - Method in class com.googlecode.wickedcharts.highcharts.options.CreditOptions
 
setId(String) - Method in class com.googlecode.wickedcharts.highcharts.options.Axis
 
setId(String) - Method in class com.googlecode.wickedcharts.highcharts.options.PlotBand
 
setId(String) - Method in class com.googlecode.wickedcharts.highcharts.options.PlotLine
 
setId(String) - Method in class com.googlecode.wickedcharts.highcharts.options.PlotOptions
 
setId(String) - Method in class com.googlecode.wickedcharts.highcharts.options.series.Point
 
setIgnoreHiddenSeries(Boolean) - Method in class com.googlecode.wickedcharts.highcharts.options.ChartOptions
 
setInnerRadius(PixelOrPercent) - Method in class com.googlecode.wickedcharts.highcharts.options.Background
 
setInnerSize(PixelOrPercent) - Method in class com.googlecode.wickedcharts.highcharts.options.PlotOptions
 
setInnerSize(PixelOrPercent) - Method in class com.googlecode.wickedcharts.highcharts.options.series.Series
 
setInnerWidth(Integer) - Method in class com.googlecode.wickedcharts.highcharts.options.Background
 
setInterval(Number) - Method in class com.googlecode.wickedcharts.highcharts.options.MinorTickInterval
 
setInverted(Boolean) - Method in class com.googlecode.wickedcharts.highcharts.options.ChartOptions
 
setItemHiddenStyle(CssStyle) - Method in class com.googlecode.wickedcharts.highcharts.options.Legend
 
setItemHoverStyle(CssStyle) - Method in class com.googlecode.wickedcharts.highcharts.options.Legend
 
setItemStyle(CssStyle) - Method in class com.googlecode.wickedcharts.highcharts.options.Legend
 
setLabel(Labels) - Method in class com.googlecode.wickedcharts.highcharts.options.PlotBand
 
setLabel(Labels) - Method in class com.googlecode.wickedcharts.highcharts.options.PlotLine
 
setLabels(Labels) - Method in class com.googlecode.wickedcharts.highcharts.options.Axis
 
setLabels(Labels) - Method in class com.googlecode.wickedcharts.highcharts.options.Options
 
setLabelStyle(CssStyle) - Method in class com.googlecode.wickedcharts.highcharts.options.Loading
 
setLang(LanguageOptions) - Method in class com.googlecode.wickedcharts.highcharts.theme.Theme
 
setLayout(LegendLayout) - Method in class com.googlecode.wickedcharts.highcharts.options.Legend
 
setLegend(Legend) - Method in class com.googlecode.wickedcharts.highcharts.options.Options
 
setLegendBackgroundColor(ColorReference) - Method in class com.googlecode.wickedcharts.highcharts.theme.Theme
 
setLegendBackgroundColorSolid(ColorReference) - Method in class com.googlecode.wickedcharts.highcharts.theme.Theme
 
setLegendIndex(Integer) - Method in class com.googlecode.wickedcharts.highcharts.options.series.Point
 
setLegendIndex(Integer) - Method in class com.googlecode.wickedcharts.highcharts.options.series.Series
 
setLine(PlotOptions) - Method in class com.googlecode.wickedcharts.highcharts.options.PlotOptionsChoice
 
setLineColor(Color) - Method in class com.googlecode.wickedcharts.highcharts.options.Axis
 
setLineColor(ColorReference) - Method in class com.googlecode.wickedcharts.highcharts.options.Axis
 
setLineColor(Color) - Method in class com.googlecode.wickedcharts.highcharts.options.Marker
 
setLineColor(ColorReference) - Method in class com.googlecode.wickedcharts.highcharts.options.Marker
 
setLineColor(Color) - Method in class com.googlecode.wickedcharts.highcharts.options.PlotOptions
 
setLineColor(ColorReference) - Method in class com.googlecode.wickedcharts.highcharts.options.PlotOptions
 
setLineColor(Color) - Method in class com.googlecode.wickedcharts.highcharts.options.State
 
setLineColor(ColorReference) - Method in class com.googlecode.wickedcharts.highcharts.options.State
 
setLineHeight(Integer) - Method in class com.googlecode.wickedcharts.highcharts.options.Legend
 
setLineWidth(Integer) - Method in class com.googlecode.wickedcharts.highcharts.options.Axis
 
setLineWidth(Integer) - Method in class com.googlecode.wickedcharts.highcharts.options.Marker
 
setLineWidth(Integer) - Method in class com.googlecode.wickedcharts.highcharts.options.PlotOptions
 
setLineWidth(Integer) - Method in class com.googlecode.wickedcharts.highcharts.options.State
 
setLinkedTo(Integer) - Method in class com.googlecode.wickedcharts.highcharts.options.Axis
 
setLoad(Function) - Method in class com.googlecode.wickedcharts.highcharts.options.Events
 
setLoading(String) - Method in class com.googlecode.wickedcharts.highcharts.options.LanguageOptions
 
setLoading(Loading) - Method in class com.googlecode.wickedcharts.highcharts.options.Options
 
setMargin(List<Integer>) - Method in class com.googlecode.wickedcharts.highcharts.options.ChartOptions
 
setMargin(Integer) - Method in class com.googlecode.wickedcharts.highcharts.options.Legend
 
setMargin(Integer) - Method in class com.googlecode.wickedcharts.highcharts.options.Title
 
setMarginBottom(Integer) - Method in class com.googlecode.wickedcharts.highcharts.options.ChartOptions
 
setMarginLeft(Integer) - Method in class com.googlecode.wickedcharts.highcharts.options.ChartOptions
 
setMarginRight(Integer) - Method in class com.googlecode.wickedcharts.highcharts.options.ChartOptions
 
setMarginTop(Integer) - Method in class com.googlecode.wickedcharts.highcharts.options.ChartOptions
 
setMarker(Marker) - Method in class com.googlecode.wickedcharts.highcharts.options.PlotOptions
 
setMarker(Marker) - Method in class com.googlecode.wickedcharts.highcharts.options.series.Point
 
setMarker(Marker) - Method in class com.googlecode.wickedcharts.highcharts.options.series.Series
 
setMaskColor(ColorReference) - Method in class com.googlecode.wickedcharts.highcharts.theme.Theme
 
setMax(Number) - Method in class com.googlecode.wickedcharts.highcharts.options.Axis
 
setMaxPadding(Float) - Method in class com.googlecode.wickedcharts.highcharts.options.Axis
 
setMaxZoom(Integer) - Method in class com.googlecode.wickedcharts.highcharts.options.Axis
 
setMenuItemHoverStyle(CssStyle) - Method in class com.googlecode.wickedcharts.highcharts.options.Navigation
 
setMenuItemStyle(CssStyle) - Method in class com.googlecode.wickedcharts.highcharts.options.Navigation
 
setMenuStyle(CssStyle) - Method in class com.googlecode.wickedcharts.highcharts.options.Navigation
 
setMin(Number) - Method in class com.googlecode.wickedcharts.highcharts.options.Axis
 
setMinorGridLineColor(Color) - Method in class com.googlecode.wickedcharts.highcharts.options.Axis
 
setMinorGridLineColor(ColorReference) - Method in class com.googlecode.wickedcharts.highcharts.options.Axis
 
setMinorGridLineDashStyle(GridLineDashStyle) - Method in class com.googlecode.wickedcharts.highcharts.options.Axis
 
setMinorGridLineWidth(Integer) - Method in class com.googlecode.wickedcharts.highcharts.options.Axis
 
setMinorTickColor(Color) - Method in class com.googlecode.wickedcharts.highcharts.options.Axis
 
setMinorTickColor(ColorReference) - Method in class com.googlecode.wickedcharts.highcharts.options.Axis
 
setMinorTickInterval(MinorTickInterval) - Method in class com.googlecode.wickedcharts.highcharts.options.Axis
 
setMinorTickLength(Integer) - Method in class com.googlecode.wickedcharts.highcharts.options.Axis
 
setMinorTickPosition(TickPosition) - Method in class com.googlecode.wickedcharts.highcharts.options.Axis
 
setMinorTickWidth(Integer) - Method in class com.googlecode.wickedcharts.highcharts.options.Axis
 
setMinPadding(Float) - Method in class com.googlecode.wickedcharts.highcharts.options.Axis
 
setMinPointLength(Integer) - Method in class com.googlecode.wickedcharts.highcharts.options.PlotOptions
 
setMinRange(Integer) - Method in class com.googlecode.wickedcharts.highcharts.options.Axis
 
setMonths(List<String>) - Method in class com.googlecode.wickedcharts.highcharts.options.LanguageOptions
 
setMouseOut(Function) - Method in class com.googlecode.wickedcharts.highcharts.options.Events
 
setMouseOver(Function) - Method in class com.googlecode.wickedcharts.highcharts.options.Events
 
setName(String) - Method in class com.googlecode.wickedcharts.highcharts.options.series.Point
 
setName(String) - Method in class com.googlecode.wickedcharts.highcharts.options.series.Series
 
setNavigation(Navigation) - Method in class com.googlecode.wickedcharts.highcharts.options.Options
 
setNavigator(DummyOption) - Method in class com.googlecode.wickedcharts.highcharts.theme.Theme
 
setNull() - Method in class com.googlecode.wickedcharts.highcharts.options.MinorTickInterval
Call this if you want to explicitly set the minorTickInterval to null to override a Highcharts default.
setNumberData(List<Number>) - Method in class com.googlecode.wickedcharts.highcharts.options.series.PointSeries
 
setNumberData(Number...) - Method in class com.googlecode.wickedcharts.highcharts.options.series.PointSeries
 
setOffset(Integer) - Method in class com.googlecode.wickedcharts.highcharts.options.Axis
 
setOffset(Integer) - Method in class com.googlecode.wickedcharts.highcharts.options.Title
 
setOnclick(DummyOption) - Method in class com.googlecode.wickedcharts.highcharts.options.ButtonOptions
 
setOpposite(Boolean) - Method in class com.googlecode.wickedcharts.highcharts.options.Axis
 
setOuterRadius(PixelOrPercent) - Method in class com.googlecode.wickedcharts.highcharts.options.Background
 
setOuterWidth(Integer) - Method in class com.googlecode.wickedcharts.highcharts.options.Background
 
setOverflow(Overflow) - Method in class com.googlecode.wickedcharts.highcharts.options.DataLabels
 
setOverflow(Overflow) - Method in class com.googlecode.wickedcharts.highcharts.options.Labels
 
setPadding(Integer) - Method in class com.googlecode.wickedcharts.highcharts.options.DataLabels
 
setPane(Pane) - Method in class com.googlecode.wickedcharts.highcharts.options.Options
 
setPercentageDecimals(Integer) - Method in class com.googlecode.wickedcharts.highcharts.options.Tooltip
 
setPercentagePrefix(String) - Method in class com.googlecode.wickedcharts.highcharts.options.Tooltip
 
setPercentageSuffix(String) - Method in class com.googlecode.wickedcharts.highcharts.options.Tooltip
 
setPie(PlotOptions) - Method in class com.googlecode.wickedcharts.highcharts.options.PlotOptionsChoice
 
setPlotBackgroundColor(Color) - Method in class com.googlecode.wickedcharts.highcharts.options.ChartOptions
 
setPlotBackgroundColor(ColorReference) - Method in class com.googlecode.wickedcharts.highcharts.options.ChartOptions
 
setPlotBackgroundImage(String) - Method in class com.googlecode.wickedcharts.highcharts.options.ChartOptions
 
setPlotBands(List<PlotBand>) - Method in class com.googlecode.wickedcharts.highcharts.options.Axis
 
setPlotBorderColor(Color) - Method in class com.googlecode.wickedcharts.highcharts.options.ChartOptions
 
setPlotBorderColor(ColorReference) - Method in class com.googlecode.wickedcharts.highcharts.options.ChartOptions
 
setPlotBorderWidth(Integer) - Method in class com.googlecode.wickedcharts.highcharts.options.ChartOptions
 
setPlotLines(List<PlotLine>) - Method in class com.googlecode.wickedcharts.highcharts.options.Axis
 
setPlotOptions(PlotOptionsChoice) - Method in class com.googlecode.wickedcharts.highcharts.options.Options
 
setPlotOptions(PlotOptions, SeriesType) - Method in class com.googlecode.wickedcharts.highcharts.options.PlotOptionsChoice
 
setPlotShadow(Boolean) - Method in class com.googlecode.wickedcharts.highcharts.options.ChartOptions
 
setPoint(PointOptions) - Method in class com.googlecode.wickedcharts.highcharts.options.PlotOptions
 
setPointFormat(String) - Method in class com.googlecode.wickedcharts.highcharts.options.Tooltip
 
setPointInterval(Integer) - Method in class com.googlecode.wickedcharts.highcharts.options.PlotOptions
 
setPointInterval(Number) - Method in class com.googlecode.wickedcharts.highcharts.options.series.Series
 
setPointPadding(Float) - Method in class com.googlecode.wickedcharts.highcharts.options.PlotOptions
 
setPointPlacement(PointPlacement) - Method in class com.googlecode.wickedcharts.highcharts.options.PlotOptions
 
setPointPlacement(PointPlacement) - Method in class com.googlecode.wickedcharts.highcharts.options.series.Series
 
setPointStart(Long) - Method in class com.googlecode.wickedcharts.highcharts.options.PlotOptions
 
setPointStart(Number) - Method in class com.googlecode.wickedcharts.highcharts.options.series.Series
 
setPointWidth(Integer) - Method in class com.googlecode.wickedcharts.highcharts.options.PlotOptions
 
setPolar(Boolean) - Method in class com.googlecode.wickedcharts.highcharts.options.ChartOptions
 
setPositioner(Function) - Method in class com.googlecode.wickedcharts.highcharts.options.Tooltip
 
setPredefinedSymbol(Symbol.PredefinedSymbol) - Method in class com.googlecode.wickedcharts.highcharts.options.Symbol
 
setPrintButton(ButtonOptions) - Method in class com.googlecode.wickedcharts.highcharts.options.ExportingButtons
 
setPrintButtonTitle(String) - Method in class com.googlecode.wickedcharts.highcharts.options.LanguageOptions
 
setProperty(String, String) - Method in class com.googlecode.wickedcharts.highcharts.options.CssStyle
Sets a CSS property.
setProperty(DateTimeLabelFormat.DateTimeProperties, String) - Method in class com.googlecode.wickedcharts.highcharts.options.DateTimeLabelFormat
 
setR(Number) - Method in class com.googlecode.wickedcharts.highcharts.options.color.RadialGradient
Sets the radius (= size) of the gradient.
setRadius(Integer) - Method in class com.googlecode.wickedcharts.highcharts.options.Marker
 
setRadius(Integer) - Method in class com.googlecode.wickedcharts.highcharts.options.State
 
setRangeSelector(DummyOption) - Method in class com.googlecode.wickedcharts.highcharts.theme.Theme
 
setRedraw(Function) - Method in class com.googlecode.wickedcharts.highcharts.options.Events
 
setReflow(Boolean) - Method in class com.googlecode.wickedcharts.highcharts.options.ChartOptions
 
setRemove(Function) - Method in class com.googlecode.wickedcharts.highcharts.options.Events
 
setRenderTo(String) - Method in class com.googlecode.wickedcharts.highcharts.options.ChartOptions
 
setRenderTo(Options, String) - Method in class com.googlecode.wickedcharts.highcharts.options.util.OptionsUtil
Null-safe setter for the renderTo configuration.
setResetZoom(String) - Method in class com.googlecode.wickedcharts.highcharts.options.LanguageOptions
 
setResetZoomTitle(String) - Method in class com.googlecode.wickedcharts.highcharts.options.LanguageOptions
 
setReversed(Boolean) - Method in class com.googlecode.wickedcharts.highcharts.options.Axis
 
setReversed(Boolean) - Method in class com.googlecode.wickedcharts.highcharts.options.Legend
 
setRotation(Integer) - Method in class com.googlecode.wickedcharts.highcharts.options.DataLabels
 
setRotation(Integer) - Method in class com.googlecode.wickedcharts.highcharts.options.Labels
 
setRotation(Number) - Method in class com.googlecode.wickedcharts.highcharts.options.StackLabels
 
setRotation(Integer) - Method in class com.googlecode.wickedcharts.highcharts.options.Title
 
setRtl(Boolean) - Method in class com.googlecode.wickedcharts.highcharts.options.Legend
 
setScatter(PlotOptions) - Method in class com.googlecode.wickedcharts.highcharts.options.PlotOptionsChoice
 
setScrollbar(DummyOption) - Method in class com.googlecode.wickedcharts.highcharts.theme.Theme
 
setSelect(Function) - Method in class com.googlecode.wickedcharts.highcharts.options.Events
 
setSelect(State) - Method in class com.googlecode.wickedcharts.highcharts.options.StatesChoice
 
setSelected(Boolean) - Method in class com.googlecode.wickedcharts.highcharts.options.PlotOptions
 
setSelected(Boolean) - Method in class com.googlecode.wickedcharts.highcharts.options.series.Point
 
setSelectedChart(Options) - Method in class com.googlecode.wickedcharts.highcharts.options.interaction.InteractionEvent
 
setSelectedPoint(Point) - Method in class com.googlecode.wickedcharts.highcharts.options.interaction.InteractionEvent
 
setSelectedSeries(Series<?>) - Method in class com.googlecode.wickedcharts.highcharts.options.interaction.InteractionEvent
 
setSelection(Function) - Method in class com.googlecode.wickedcharts.highcharts.options.Events
 
setSeries(List<Series<?>>) - Method in class com.googlecode.wickedcharts.highcharts.options.Options
 
setSeries(PlotOptions) - Method in class com.googlecode.wickedcharts.highcharts.options.PlotOptionsChoice
 
setShadow(Boolean) - Method in class com.googlecode.wickedcharts.highcharts.options.ChartOptions
 
setShadow(Boolean) - Method in class com.googlecode.wickedcharts.highcharts.options.DataLabels
 
setShadow(Boolean) - Method in class com.googlecode.wickedcharts.highcharts.options.Legend
 
setShadow(Boolean) - Method in class com.googlecode.wickedcharts.highcharts.options.PlotOptions
 
setShadow(Boolean) - Method in class com.googlecode.wickedcharts.highcharts.options.Tooltip
 
setShared(Boolean) - Method in class com.googlecode.wickedcharts.highcharts.options.Tooltip
 
setShortMonths(List<String>) - Method in class com.googlecode.wickedcharts.highcharts.options.LanguageOptions
 
setShowAxes(Boolean) - Method in class com.googlecode.wickedcharts.highcharts.options.ChartOptions
 
setShowCheckbox(Boolean) - Method in class com.googlecode.wickedcharts.highcharts.options.PlotOptions
 
setShowDuration(Integer) - Method in class com.googlecode.wickedcharts.highcharts.options.Loading
 
setShowEmpty(Boolean) - Method in class com.googlecode.wickedcharts.highcharts.options.Axis
 
setShowFirstLabel(Boolean) - Method in class com.googlecode.wickedcharts.highcharts.options.Axis
 
setShowInLegend(Boolean) - Method in class com.googlecode.wickedcharts.highcharts.options.PlotOptions
 
setShowInLegend(Boolean) - Method in class com.googlecode.wickedcharts.highcharts.options.series.Series
 
setShowLastLabel(Boolean) - Method in class com.googlecode.wickedcharts.highcharts.options.Axis
 
setSize(PixelOrPercent) - Method in class com.googlecode.wickedcharts.highcharts.options.Pane
 
setSize(PixelOrPercent) - Method in class com.googlecode.wickedcharts.highcharts.options.PlotOptions
 
setSize(PixelOrPercent) - Method in class com.googlecode.wickedcharts.highcharts.options.series.Series
 
setSliced(Boolean) - Method in class com.googlecode.wickedcharts.highcharts.options.series.Point
 
setSlicedOffset(Integer) - Method in class com.googlecode.wickedcharts.highcharts.options.PlotOptions
 
setSnap(Integer) - Method in class com.googlecode.wickedcharts.highcharts.options.Tooltip
 
setSpacingBottom(Integer) - Method in class com.googlecode.wickedcharts.highcharts.options.ChartOptions
 
setSpacingLeft(Integer) - Method in class com.googlecode.wickedcharts.highcharts.options.ChartOptions
 
setSpacingRight(Integer) - Method in class com.googlecode.wickedcharts.highcharts.options.ChartOptions
 
setSpacingTop(Integer) - Method in class com.googlecode.wickedcharts.highcharts.options.ChartOptions
 
setSpline(PlotOptions) - Method in class com.googlecode.wickedcharts.highcharts.options.PlotOptionsChoice
 
setStack(String) - Method in class com.googlecode.wickedcharts.highcharts.options.series.Series
 
setStacking(Stacking) - Method in class com.googlecode.wickedcharts.highcharts.options.PlotOptions
 
setStackLabels(StackLabels) - Method in class com.googlecode.wickedcharts.highcharts.options.Axis
 
setStartAngle(Integer) - Method in class com.googlecode.wickedcharts.highcharts.options.Pane
 
setStartOfWeek(Integer) - Method in class com.googlecode.wickedcharts.highcharts.options.Axis
 
setStartOnTick(Boolean) - Method in class com.googlecode.wickedcharts.highcharts.options.Axis
 
setStates(StatesChoice) - Method in class com.googlecode.wickedcharts.highcharts.options.Marker
 
setStates(StatesChoice) - Method in class com.googlecode.wickedcharts.highcharts.options.PlotOptions
 
setStates(StatesChoice) - Method in class com.googlecode.wickedcharts.highcharts.options.series.Series
 
setStep(Integer) - Method in class com.googlecode.wickedcharts.highcharts.options.Labels
 
setStep(Boolean) - Method in class com.googlecode.wickedcharts.highcharts.options.PlotOptions
 
setStickyTracking(Boolean) - Method in class com.googlecode.wickedcharts.highcharts.options.PlotOptions
 
setStyle(CssStyle) - Method in class com.googlecode.wickedcharts.highcharts.options.ChartOptions
 
setStyle(CssStyle) - Method in class com.googlecode.wickedcharts.highcharts.options.CreditOptions
 
setStyle(CssStyle) - Method in class com.googlecode.wickedcharts.highcharts.options.DataLabels
 
setStyle(CssStyle) - Method in class com.googlecode.wickedcharts.highcharts.options.Labels
 
setStyle(CssStyle) - Method in class com.googlecode.wickedcharts.highcharts.options.Loading
 
setStyle(CssStyle) - Method in class com.googlecode.wickedcharts.highcharts.options.StackLabels
 
setStyle(CssStyle) - Method in class com.googlecode.wickedcharts.highcharts.options.Title
 
setStyle(CssStyle) - Method in class com.googlecode.wickedcharts.highcharts.options.Tooltip
 
setSubtitle(Title) - Method in class com.googlecode.wickedcharts.highcharts.options.Options
 
setSymbol(Symbol) - Method in class com.googlecode.wickedcharts.highcharts.options.ButtonOptions
 
setSymbol(Symbol) - Method in class com.googlecode.wickedcharts.highcharts.options.Marker
 
setSymbol(Symbol) - Method in class com.googlecode.wickedcharts.highcharts.options.State
 
setSymbolFill(Color) - Method in class com.googlecode.wickedcharts.highcharts.options.ButtonOptions
 
setSymbolFill(ColorReference) - Method in class com.googlecode.wickedcharts.highcharts.options.ButtonOptions
 
setSymbolSize(Integer) - Method in class com.googlecode.wickedcharts.highcharts.options.ButtonOptions
 
setSymbolStroke(Color) - Method in class com.googlecode.wickedcharts.highcharts.options.ButtonOptions
 
setSymbolStroke(ColorReference) - Method in class com.googlecode.wickedcharts.highcharts.options.ButtonOptions
 
setSymbolStrokeWidth(Integer) - Method in class com.googlecode.wickedcharts.highcharts.options.ButtonOptions
 
setSymbolX(Float) - Method in class com.googlecode.wickedcharts.highcharts.options.ButtonOptions
 
setSymbolY(Float) - Method in class com.googlecode.wickedcharts.highcharts.options.ButtonOptions
 
setText(String) - Method in class com.googlecode.wickedcharts.highcharts.options.CreditOptions
 
setText(String) - Method in class com.googlecode.wickedcharts.highcharts.options.Labels
 
setText(String) - Method in class com.googlecode.wickedcharts.highcharts.options.Title
 
setTextAlign(HorizontalAlignment) - Method in class com.googlecode.wickedcharts.highcharts.options.Labels
 
setTextAlign(HorizontalAlignment) - Method in class com.googlecode.wickedcharts.highcharts.options.StackLabels
 
setTextColor(ColorReference) - Method in class com.googlecode.wickedcharts.highcharts.theme.Theme
 
setThousandsSep(String) - Method in class com.googlecode.wickedcharts.highcharts.options.LanguageOptions
 
setThreshold(Integer) - Method in class com.googlecode.wickedcharts.highcharts.options.PlotOptions
 
setTickColor(Color) - Method in class com.googlecode.wickedcharts.highcharts.options.Axis
 
setTickColor(ColorReference) - Method in class com.googlecode.wickedcharts.highcharts.options.Axis
 
setTickInterval(Float) - Method in class com.googlecode.wickedcharts.highcharts.options.Axis
 
setTickLength(Integer) - Method in class com.googlecode.wickedcharts.highcharts.options.Axis
 
setTickmarkPlacement(TickmarkPlacement) - Method in class com.googlecode.wickedcharts.highcharts.options.Axis
 
setTickPixelInterval(Integer) - Method in class com.googlecode.wickedcharts.highcharts.options.Axis
 
setTickPosition(TickPosition) - Method in class com.googlecode.wickedcharts.highcharts.options.Axis
 
setTickWidth(Integer) - Method in class com.googlecode.wickedcharts.highcharts.options.Axis
 
setTitle(Title) - Method in class com.googlecode.wickedcharts.highcharts.options.Axis
 
setTitle(Title) - Method in class com.googlecode.wickedcharts.highcharts.options.Options
 
setTo(Number) - Method in class com.googlecode.wickedcharts.highcharts.options.PlotBand
 
setToolbar(DummyOption) - Method in class com.googlecode.wickedcharts.highcharts.theme.Theme
 
setTooltip(Tooltip) - Method in class com.googlecode.wickedcharts.highcharts.options.Options
 
setTooltip(Tooltip) - Method in class com.googlecode.wickedcharts.highcharts.options.PlotOptions
 
setTooltip(Tooltip) - Method in class com.googlecode.wickedcharts.highcharts.options.series.Series
 
setTotalDecimals(Integer) - Method in class com.googlecode.wickedcharts.highcharts.options.Tooltip
 
setTotalPrefix(String) - Method in class com.googlecode.wickedcharts.highcharts.options.Tooltip
 
setTotalSuffix(String) - Method in class com.googlecode.wickedcharts.highcharts.options.Tooltip
 
setTrackByArea(Boolean) - Method in class com.googlecode.wickedcharts.highcharts.options.PlotOptions
 
setTurboThreshold(Integer) - Method in class com.googlecode.wickedcharts.highcharts.options.PlotOptions
 
setType(AxisType) - Method in class com.googlecode.wickedcharts.highcharts.options.Axis
 
setType(SeriesType) - Method in class com.googlecode.wickedcharts.highcharts.options.ChartOptions
 
setType(ExportingMimeType) - Method in class com.googlecode.wickedcharts.highcharts.options.ExportingOptions
 
setType(SeriesType) - Method in class com.googlecode.wickedcharts.highcharts.options.series.Series
 
setUnselect(Function) - Method in class com.googlecode.wickedcharts.highcharts.options.Events
 
setUpdate(Function) - Method in class com.googlecode.wickedcharts.highcharts.options.Events
 
setUpdateIntervalMs(int) - Method in class com.googlecode.wickedcharts.highcharts.options.livedata.LiveDataSeries
 
setUrl(String) - Method in class com.googlecode.wickedcharts.highcharts.options.ExportingOptions
 
setUrl(String) - Method in class com.googlecode.wickedcharts.highcharts.options.Symbol
 
setUseHTML(Boolean) - Method in class com.googlecode.wickedcharts.highcharts.options.Tooltip
 
setUseUTC(Boolean) - Method in class com.googlecode.wickedcharts.highcharts.options.Global
 
setValue(Float) - Method in class com.googlecode.wickedcharts.highcharts.options.PlotLine
 
setValueDecimals(Integer) - Method in class com.googlecode.wickedcharts.highcharts.options.Tooltip
 
setValuePrefix(String) - Method in class com.googlecode.wickedcharts.highcharts.options.Tooltip
 
setValueSuffix(String) - Method in class com.googlecode.wickedcharts.highcharts.options.Tooltip
 
setVerticalAlign(VerticalAlignment) - Method in class com.googlecode.wickedcharts.highcharts.options.ButtonOptions
 
setVerticalAlign(VerticalAlignment) - Method in class com.googlecode.wickedcharts.highcharts.options.Labels
 
setVerticalAlign(VerticalAlignment) - Method in class com.googlecode.wickedcharts.highcharts.options.Legend
 
setVerticalAlign(VerticalAlignment) - Method in class com.googlecode.wickedcharts.highcharts.options.StackLabels
 
setVerticalAlign(VerticalAlignment) - Method in class com.googlecode.wickedcharts.highcharts.options.Title
 
setVisible(Boolean) - Method in class com.googlecode.wickedcharts.highcharts.options.PlotOptions
 
setVMLRadialGradientURL(String) - Method in class com.googlecode.wickedcharts.highcharts.options.Global
 
setVorderWidth(Integer) - Method in class com.googlecode.wickedcharts.highcharts.options.DataLabels
 
setWeekdays(List<String>) - Method in class com.googlecode.wickedcharts.highcharts.options.LanguageOptions
 
setWickedChartsId(Integer) - Method in class com.googlecode.wickedcharts.highcharts.options.series.Point
Sets the Wicked Charts specific ID for this Point.
setWickedChartsId(Integer) - Method in class com.googlecode.wickedcharts.highcharts.options.series.Series
Sets the Wicked Charts specific ID for this Point.
setWidth(Integer) - Method in class com.googlecode.wickedcharts.highcharts.options.ButtonOptions
 
setWidth(Integer) - Method in class com.googlecode.wickedcharts.highcharts.options.ChartOptions
 
setWidth(Integer) - Method in class com.googlecode.wickedcharts.highcharts.options.Crosshair
 
setWidth(Integer) - Method in class com.googlecode.wickedcharts.highcharts.options.ExportingOptions
 
setWidth(Integer) - Method in class com.googlecode.wickedcharts.highcharts.options.Legend
 
setWidth(Integer) - Method in class com.googlecode.wickedcharts.highcharts.options.PlotLine
 
setX(Integer) - Method in class com.googlecode.wickedcharts.highcharts.options.ButtonOptions
 
setX(Integer) - Method in class com.googlecode.wickedcharts.highcharts.options.DataLabels
 
setX(Integer) - Method in class com.googlecode.wickedcharts.highcharts.options.Labels
 
setX(Integer) - Method in class com.googlecode.wickedcharts.highcharts.options.Legend
 
setX(T) - Method in class com.googlecode.wickedcharts.highcharts.options.series.Coordinate
 
setX(Number) - Method in class com.googlecode.wickedcharts.highcharts.options.series.Point
 
setX(X) - Method in class com.googlecode.wickedcharts.highcharts.options.series.RangeCoordinate
 
setX(Number) - Method in class com.googlecode.wickedcharts.highcharts.options.StackLabels
 
setX(Integer) - Method in class com.googlecode.wickedcharts.highcharts.options.Title
 
setxAxis(Axis) - Method in class com.googlecode.wickedcharts.highcharts.options.Options
Sets the single xAxis.
setxAxis(List<Axis>) - Method in class com.googlecode.wickedcharts.highcharts.options.Options
 
setxAxis(Integer) - Method in class com.googlecode.wickedcharts.highcharts.options.series.Series
Zero-based index of the X-Axis this series should be connected to.
setXCrosshair(Crosshair) - Method in class com.googlecode.wickedcharts.highcharts.options.Tooltip
 
setxDateFormat(String) - Method in class com.googlecode.wickedcharts.highcharts.options.Tooltip
 
setY(Integer) - Method in class com.googlecode.wickedcharts.highcharts.options.ButtonOptions
 
setY(Integer) - Method in class com.googlecode.wickedcharts.highcharts.options.DataLabels
 
setY(Integer) - Method in class com.googlecode.wickedcharts.highcharts.options.Labels
 
setY(Integer) - Method in class com.googlecode.wickedcharts.highcharts.options.Legend
 
setY(U) - Method in class com.googlecode.wickedcharts.highcharts.options.series.Coordinate
 
setY(Number) - Method in class com.googlecode.wickedcharts.highcharts.options.series.Point
 
setY(Number) - Method in class com.googlecode.wickedcharts.highcharts.options.StackLabels
 
setY(Integer) - Method in class com.googlecode.wickedcharts.highcharts.options.Title
 
setY1(Y1) - Method in class com.googlecode.wickedcharts.highcharts.options.series.RangeCoordinate
 
setY2(Y2) - Method in class com.googlecode.wickedcharts.highcharts.options.series.RangeCoordinate
 
setyAxis(Axis) - Method in class com.googlecode.wickedcharts.highcharts.options.Options
Sets the single yAxis.
setyAxis(List<Axis>) - Method in class com.googlecode.wickedcharts.highcharts.options.Options
 
setyAxis(Integer) - Method in class com.googlecode.wickedcharts.highcharts.options.series.Series
Zero-based index of the Y-Axis this series should be connected to.
setYCrosshair(Crosshair) - Method in class com.googlecode.wickedcharts.highcharts.options.Tooltip
 
setzIndex(Integer) - Method in class com.googlecode.wickedcharts.highcharts.options.Crosshair
 
setzIndex(Integer) - Method in class com.googlecode.wickedcharts.highcharts.options.PlotBand
 
setzIndex(Integer) - Method in class com.googlecode.wickedcharts.highcharts.options.PlotLine
 
setzIndex(Integer) - Method in class com.googlecode.wickedcharts.highcharts.options.PlotOptions
 
setZoomType(ZoomType) - Method in class com.googlecode.wickedcharts.highcharts.options.ChartOptions
 
SimpleColor - Class in com.googlecode.wickedcharts.highcharts.options.color
A simple ColorReference defined by a Color object.
SimpleColor(Color) - Constructor for class com.googlecode.wickedcharts.highcharts.options.color.SimpleColor
 
SimpleColorReferenceSerializer - Class in com.googlecode.wickedcharts.highcharts.jackson
 
SimpleColorReferenceSerializer() - Constructor for class com.googlecode.wickedcharts.highcharts.jackson.SimpleColorReferenceSerializer
 
SimpleSeries - Class in com.googlecode.wickedcharts.highcharts.options.series
A series containing simple numbers.
SimpleSeries() - Constructor for class com.googlecode.wickedcharts.highcharts.options.series.SimpleSeries
 
SkiesTheme - Class in com.googlecode.wickedcharts.highcharts.theme
Theme as displayed in the Highcharts demo at http://www.highcharts.com/demo/area-basic/skies
SkiesTheme() - Constructor for class com.googlecode.wickedcharts.highcharts.theme.SkiesTheme
 
Stacking - Enum in com.googlecode.wickedcharts.highcharts.options
Defines the configuration of the "stacking" option.
StackLabels - Class in com.googlecode.wickedcharts.highcharts.options
Configuration for the stackLabels option.
StackLabels() - Constructor for class com.googlecode.wickedcharts.highcharts.options.StackLabels
 
StackTotalFormatter - Class in com.googlecode.wickedcharts.highcharts.options.functions
A javascript function intended to use as tooltip formatter.
StackTotalFormatter() - Constructor for class com.googlecode.wickedcharts.highcharts.options.functions.StackTotalFormatter
 
State - Class in com.googlecode.wickedcharts.highcharts.options
Defines the configuration of the "states" option.
State() - Constructor for class com.googlecode.wickedcharts.highcharts.options.State
 
StatesChoice - Class in com.googlecode.wickedcharts.highcharts.options
Defines a choice of one or more "states" options.
StatesChoice() - Constructor for class com.googlecode.wickedcharts.highcharts.options.StatesChoice
 
StatesChoice(State, StatesChoice.StateType) - Constructor for class com.googlecode.wickedcharts.highcharts.options.StatesChoice
 
StatesChoice.StateType - Enum in com.googlecode.wickedcharts.highcharts.options
 
Symbol - Class in com.googlecode.wickedcharts.highcharts.options
Defines either a predefined symbol or a custom symbol represented by an URL.
Symbol(Symbol.PredefinedSymbol) - Constructor for class com.googlecode.wickedcharts.highcharts.options.Symbol
 
Symbol(String) - Constructor for class com.googlecode.wickedcharts.highcharts.options.Symbol
 
Symbol.PredefinedSymbol - Enum in com.googlecode.wickedcharts.highcharts.options
 
SymbolSerializer - Class in com.googlecode.wickedcharts.highcharts.jackson
 
SymbolSerializer() - Constructor for class com.googlecode.wickedcharts.highcharts.jackson.SymbolSerializer
 

T

Theme - Class in com.googlecode.wickedcharts.highcharts.theme
A theme can define any of the general Options and thus centralize all theme-relevant options in a single object.
Theme() - Constructor for class com.googlecode.wickedcharts.highcharts.theme.Theme
 
TickmarkPlacement - Enum in com.googlecode.wickedcharts.highcharts.options
Possible values how to display a tick mark in a chart.
TickPosition - Enum in com.googlecode.wickedcharts.highcharts.options
Possible values how to display a tick mark in a chart.
Title - Class in com.googlecode.wickedcharts.highcharts.options
Defines the configuration of the "title" option.
Title() - Constructor for class com.googlecode.wickedcharts.highcharts.options.Title
 
Title(String) - Constructor for class com.googlecode.wickedcharts.highcharts.options.Title
 
toCode() - Method in enum com.googlecode.wickedcharts.highcharts.options.DateTimeLabelFormat.DateTimeProperties
 
toHexString(Color) - Method in class com.googlecode.wickedcharts.highcharts.jackson.ColorReferenceSerializer
 
toJson(Object) - Method in class com.googlecode.wickedcharts.highcharts.jackson.JsonRenderer
 
Tooltip - Class in com.googlecode.wickedcharts.highcharts.options
Defines the configuration of the "tooltip" option.
Tooltip() - Constructor for class com.googlecode.wickedcharts.highcharts.options.Tooltip
 

U

update() - Method in class com.googlecode.wickedcharts.highcharts.options.livedata.LiveDataSeries
This method is called for each update interval.

V

valueOf(String) - Static method in enum com.googlecode.wickedcharts.highcharts.options.AxisType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.googlecode.wickedcharts.highcharts.options.Center.Unit
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.googlecode.wickedcharts.highcharts.options.ChartType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.googlecode.wickedcharts.highcharts.options.color.LinearGradient.GradientDirection
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.googlecode.wickedcharts.highcharts.options.Cursor
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.googlecode.wickedcharts.highcharts.options.DateTimeLabelFormat.DateTimeProperties
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.googlecode.wickedcharts.highcharts.options.ExportingMimeType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.googlecode.wickedcharts.highcharts.options.GridLineDashStyle
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.googlecode.wickedcharts.highcharts.options.GridlineInterpolation
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.googlecode.wickedcharts.highcharts.options.HorizontalAlignment
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.googlecode.wickedcharts.highcharts.options.LegendLayout
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.googlecode.wickedcharts.highcharts.options.Overflow
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.googlecode.wickedcharts.highcharts.options.PixelOrPercent.Unit
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.googlecode.wickedcharts.highcharts.options.PointPlacement
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.googlecode.wickedcharts.highcharts.options.SeriesType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.googlecode.wickedcharts.highcharts.options.Stacking
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.googlecode.wickedcharts.highcharts.options.StatesChoice.StateType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.googlecode.wickedcharts.highcharts.options.Symbol.PredefinedSymbol
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.googlecode.wickedcharts.highcharts.options.TickmarkPlacement
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.googlecode.wickedcharts.highcharts.options.TickPosition
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.googlecode.wickedcharts.highcharts.options.VerticalAlignment
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.googlecode.wickedcharts.highcharts.options.ZoomType
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.googlecode.wickedcharts.highcharts.options.AxisType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.googlecode.wickedcharts.highcharts.options.Center.Unit
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.googlecode.wickedcharts.highcharts.options.ChartType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.googlecode.wickedcharts.highcharts.options.color.LinearGradient.GradientDirection
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.googlecode.wickedcharts.highcharts.options.Cursor
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.googlecode.wickedcharts.highcharts.options.DateTimeLabelFormat.DateTimeProperties
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.googlecode.wickedcharts.highcharts.options.ExportingMimeType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.googlecode.wickedcharts.highcharts.options.GridLineDashStyle
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.googlecode.wickedcharts.highcharts.options.GridlineInterpolation
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.googlecode.wickedcharts.highcharts.options.HorizontalAlignment
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.googlecode.wickedcharts.highcharts.options.LegendLayout
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.googlecode.wickedcharts.highcharts.options.Overflow
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.googlecode.wickedcharts.highcharts.options.PixelOrPercent.Unit
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.googlecode.wickedcharts.highcharts.options.PointPlacement
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.googlecode.wickedcharts.highcharts.options.SeriesType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.googlecode.wickedcharts.highcharts.options.Stacking
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.googlecode.wickedcharts.highcharts.options.StatesChoice.StateType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.googlecode.wickedcharts.highcharts.options.Symbol.PredefinedSymbol
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.googlecode.wickedcharts.highcharts.options.TickmarkPlacement
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.googlecode.wickedcharts.highcharts.options.TickPosition
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.googlecode.wickedcharts.highcharts.options.VerticalAlignment
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.googlecode.wickedcharts.highcharts.options.ZoomType
Returns an array containing the constants of this enum type, in the order they are declared.
VerticalAlignment - Enum in com.googlecode.wickedcharts.highcharts.options
Enumeration of possible vertical alignments.

W

WickedChartsJacksonModule - Class in com.googlecode.wickedcharts.highcharts.jackson
 
WickedChartsJacksonModule() - Constructor for class com.googlecode.wickedcharts.highcharts.jackson.WickedChartsJacksonModule
 

X

XAxis - Class in com.googlecode.wickedcharts.highcharts.options
Deprecated.
XAxis() - Constructor for class com.googlecode.wickedcharts.highcharts.options.XAxis
Deprecated.
 
XAxis(AxisType) - Constructor for class com.googlecode.wickedcharts.highcharts.options.XAxis
Deprecated.
 

Y

YAxis - Class in com.googlecode.wickedcharts.highcharts.options
Deprecated.
YAxis() - Constructor for class com.googlecode.wickedcharts.highcharts.options.YAxis
Deprecated.
 
YAxis(AxisType) - Constructor for class com.googlecode.wickedcharts.highcharts.options.YAxis
Deprecated.
 

Z

ZoomType - Enum in com.googlecode.wickedcharts.highcharts.options
Defines the configuration of the "zoomType" option.
A B C D E F G H I J L M N O P R S T U V W X Y Z 

Copyright © 2013. All Rights Reserved.