Skip navigation links
A B C D E F G H I K L M N O P R S T U V W X Y _ 

A

addParameter(String) - Method in class com.hyjavacharts.model.common.Function
Add parameters to the declaration of the Javascript function.
ALICEBLUE - Static variable in class com.hyjavacharts.model.common.Color
 
align() - Method in class com.hyjavacharts.model.highcharts.Legend
The horizontal alignment of the legend box within the chart area.
align(HorizontalAlign) - Method in class com.hyjavacharts.model.highcharts.Legend
The horizontal alignment of the legend box within the chart area.
ANTIQUEWHITE - Static variable in class com.hyjavacharts.model.common.Color
 
AQUA - Static variable in class com.hyjavacharts.model.common.Color
 
AQUAMARINE - Static variable in class com.hyjavacharts.model.common.Color
 
Avacado - Class in com.hyjavacharts.model.common.themes
Copyright (c) 2018 Powerbuilt Systems.
Avacado() - Constructor for class com.hyjavacharts.model.common.themes.Avacado
 
AVACADO - Static variable in class com.hyjavacharts.model.common.themes.HighchartTheme
 
AxisType - Enum in com.hyjavacharts.model.highcharts.constants
Copyright (c) 2018 Powerbuilt Systems.
AZURE - Static variable in class com.hyjavacharts.model.common.Color
 

B

BaseOption - Class in com.hyjavacharts.model.common
Base option for all Highcharts global and chart options.
BaseOption() - Constructor for class com.hyjavacharts.model.common.BaseOption
 
BEIGE - Static variable in class com.hyjavacharts.model.common.Color
 
BISQUE - Static variable in class com.hyjavacharts.model.common.Color
 
BLACK - Static variable in class com.hyjavacharts.model.common.Color
 
BLANCHEDALMOND - Static variable in class com.hyjavacharts.model.common.Color
 
BLUE - Static variable in class com.hyjavacharts.model.common.Color
 
BLUEVIOLET - Static variable in class com.hyjavacharts.model.common.Color
 
brighten(double) - Method in class com.hyjavacharts.model.common.Color
Brighten a color.
BROWN - Static variable in class com.hyjavacharts.model.common.Color
 
BURLYWOOD - Static variable in class com.hyjavacharts.model.common.Color
 

C

CADETBLUE - Static variable in class com.hyjavacharts.model.common.Color
 
Chart - Class in com.hyjavacharts.model.highcharts
General options for the chart.
Chart() - Constructor for class com.hyjavacharts.model.highcharts.Chart
 
chart() - Method in class com.hyjavacharts.model.highcharts.ChartOptions
General options for the chart.
chart(Chart) - Method in class com.hyjavacharts.model.highcharts.ChartOptions
General options for the chart.
ChartOptions - Class in com.hyjavacharts.model.highcharts
The ChartOptions class maps directly to the Highcharts chart options in the Highcharts API.
All Highchart chart options will be set from this class.
ChartOptions() - Constructor for class com.hyjavacharts.model.highcharts.ChartOptions
 
chartOptions() - Method in class com.hyjavacharts.model.highcharts.responsive.Rules
A full set of chart options to apply as overrides to the general chart options.
chartOptions(ChartOptions) - Method in class com.hyjavacharts.model.highcharts.responsive.Rules
A full set of chart options to apply as overrides to the general chart options.
chartOptionsToJs() - Method in class com.hyjavacharts.chart.Highchart
Converts chart options to Javascript.
CHARTREUSE - Static variable in class com.hyjavacharts.model.common.Color
 
ChartType - Enum in com.hyjavacharts.model.highcharts.constants
Copyright (c) 2018 Powerbuilt Systems.
CHOCOLATE - Static variable in class com.hyjavacharts.model.common.Color
 
className() - Method in class com.hyjavacharts.model.highcharts.series.seriesline.Data
An additional, individual class name for the data point's graphic representation.
className(String) - Method in class com.hyjavacharts.model.highcharts.series.seriesline.Data
An additional, individual class name for the data point's graphic representation.
Color - Class in com.hyjavacharts.model.common
Maps to the Highcharts option Color and Highcharts.ColorString data types.
Color() - Constructor for class com.hyjavacharts.model.common.Color
 
Color(String) - Constructor for class com.hyjavacharts.model.common.Color
Construct with a color string.
Color(int, int, int) - Constructor for class com.hyjavacharts.model.common.Color
Construct with RGB values.
Color(int, int, int, double) - Constructor for class com.hyjavacharts.model.common.Color
Construct with RGBA values.
Color(Gradient, List<Stop>) - Constructor for class com.hyjavacharts.model.common.Color
Construct with Gradient and Stop values.
color() - Method in class com.hyjavacharts.model.highcharts.yaxis.PlotLines
The color of the line.
color(Color) - Method in class com.hyjavacharts.model.highcharts.yaxis.PlotLines
The color of the line.
colors() - Method in class com.hyjavacharts.model.highcharts.ChartOptions
 
colors(List<Color>) - Method in class com.hyjavacharts.model.highcharts.ChartOptions
 
colorsSingle() - Method in class com.hyjavacharts.model.highcharts.ChartOptions
 
com.hyjavacharts.chart - package com.hyjavacharts.chart
 
com.hyjavacharts.model.common - package com.hyjavacharts.model.common
 
com.hyjavacharts.model.common.themes - package com.hyjavacharts.model.common.themes
 
com.hyjavacharts.model.highcharts - package com.hyjavacharts.model.highcharts
 
com.hyjavacharts.model.highcharts.chart - package com.hyjavacharts.model.highcharts.chart
 
com.hyjavacharts.model.highcharts.constants - package com.hyjavacharts.model.highcharts.constants
 
com.hyjavacharts.model.highcharts.plotoptions - package com.hyjavacharts.model.highcharts.plotoptions
 
com.hyjavacharts.model.highcharts.responsive - package com.hyjavacharts.model.highcharts.responsive
 
com.hyjavacharts.model.highcharts.responsive.rules - package com.hyjavacharts.model.highcharts.responsive.rules
 
com.hyjavacharts.model.highcharts.series - package com.hyjavacharts.model.highcharts.series
 
com.hyjavacharts.model.highcharts.series.seriesline - package com.hyjavacharts.model.highcharts.series.seriesline
 
com.hyjavacharts.model.highcharts.series.seriesspline - package com.hyjavacharts.model.highcharts.series.seriesspline
 
com.hyjavacharts.model.highcharts.yaxis - package com.hyjavacharts.model.highcharts.yaxis
 
Condition - Class in com.hyjavacharts.model.highcharts.responsive.rules
Under which conditions the rule applies.
Condition() - Constructor for class com.hyjavacharts.model.highcharts.responsive.rules.Condition
 
condition() - Method in class com.hyjavacharts.model.highcharts.responsive.Rules
Under which conditions the rule applies.
condition(Condition) - Method in class com.hyjavacharts.model.highcharts.responsive.Rules
Under which conditions the rule applies.
CORAL - Static variable in class com.hyjavacharts.model.common.Color
 
CORNFLOWERBLUE - Static variable in class com.hyjavacharts.model.common.Color
 
CORNSILK - Static variable in class com.hyjavacharts.model.common.Color
 
CRIMSON - Static variable in class com.hyjavacharts.model.common.Color
 
CSSObject - Class in com.hyjavacharts.model.common
Maps to the Highcharts CSSObject and Highcharts.CSSObject data types.
CSSObject() - Constructor for class com.hyjavacharts.model.common.CSSObject
 
CSSObject(String) - Constructor for class com.hyjavacharts.model.common.CSSObject
Contruct with a CSS Javascript value.
CYAN - Static variable in class com.hyjavacharts.model.common.Color
 

D

DARK_BLUE - Static variable in class com.hyjavacharts.model.common.themes.HighchartTheme
 
DARK_GREEN - Static variable in class com.hyjavacharts.model.common.themes.HighchartTheme
 
DARK_UNICA - Static variable in class com.hyjavacharts.model.common.themes.HighchartTheme
 
DARKBLUE - Static variable in class com.hyjavacharts.model.common.Color
 
DarkBlue - Class in com.hyjavacharts.model.common.themes
Copyright (c) 2018 Powerbuilt Systems.
DarkBlue() - Constructor for class com.hyjavacharts.model.common.themes.DarkBlue
 
DARKCYAN - Static variable in class com.hyjavacharts.model.common.Color
 
DARKGOLDENROD - Static variable in class com.hyjavacharts.model.common.Color
 
DARKGRAY - Static variable in class com.hyjavacharts.model.common.Color
 
DARKGREEN - Static variable in class com.hyjavacharts.model.common.Color
 
DarkGreen - Class in com.hyjavacharts.model.common.themes
Copyright (c) 2018 Powerbuilt Systems.
DarkGreen() - Constructor for class com.hyjavacharts.model.common.themes.DarkGreen
 
DARKKHAKI - Static variable in class com.hyjavacharts.model.common.Color
 
DARKMAGENTA - Static variable in class com.hyjavacharts.model.common.Color
 
DARKOLIVEGREEN - Static variable in class com.hyjavacharts.model.common.Color
 
DARKORANGE - Static variable in class com.hyjavacharts.model.common.Color
 
DARKORCHID - Static variable in class com.hyjavacharts.model.common.Color
 
DARKRED - Static variable in class com.hyjavacharts.model.common.Color
 
DARKSALMON - Static variable in class com.hyjavacharts.model.common.Color
 
DARKSEAGREEN - Static variable in class com.hyjavacharts.model.common.Color
 
DARKSLATEBLUE - Static variable in class com.hyjavacharts.model.common.Color
 
DARKSLATEGRAY - Static variable in class com.hyjavacharts.model.common.Color
 
DARKTURQUOISE - Static variable in class com.hyjavacharts.model.common.Color
 
DarkUnica - Class in com.hyjavacharts.model.common.themes
Copyright (c) 2018 Powerbuilt Systems.
DarkUnica() - Constructor for class com.hyjavacharts.model.common.themes.DarkUnica
 
DARKVIOLET - Static variable in class com.hyjavacharts.model.common.Color
 
Data - Class in com.hyjavacharts.model.highcharts.series.seriesline
An array of data points for the series.
Data() - Constructor for class com.hyjavacharts.model.highcharts.series.seriesline.Data
 
Data - Class in com.hyjavacharts.model.highcharts.series.seriesspline
An array of data points for the series.
Data() - Constructor for class com.hyjavacharts.model.highcharts.series.seriesspline.Data
 
dataAsArrayJavaObject() - Method in class com.hyjavacharts.model.highcharts.series.SeriesLine
An array of data points for the series.
dataAsArrayJavaObject(List<Object>) - Method in class com.hyjavacharts.model.highcharts.series.SeriesLine
An array of data points for the series.
dataAsArrayJavaObject() - Method in class com.hyjavacharts.model.highcharts.series.SeriesSpline
An array of data points for the series.
dataAsArrayJavaObject(List<Object>) - Method in class com.hyjavacharts.model.highcharts.series.SeriesSpline
An array of data points for the series.
dataAsArrayJavaObjectSingle() - Method in class com.hyjavacharts.model.highcharts.series.SeriesLine
An array of data points for the series.
dataAsArrayJavaObjectSingle() - Method in class com.hyjavacharts.model.highcharts.series.SeriesSpline
An array of data points for the series.
dataAsArrayNumber() - Method in class com.hyjavacharts.model.highcharts.series.SeriesLine
An array of data points for the series.
dataAsArrayNumber(List<Number>) - Method in class com.hyjavacharts.model.highcharts.series.SeriesLine
An array of data points for the series.
dataAsArrayNumber() - Method in class com.hyjavacharts.model.highcharts.series.SeriesSpline
An array of data points for the series.
dataAsArrayNumber(List<Number>) - Method in class com.hyjavacharts.model.highcharts.series.SeriesSpline
An array of data points for the series.
dataAsArrayObject() - Method in class com.hyjavacharts.model.highcharts.series.SeriesLine
An array of data points for the series.
dataAsArrayObject(List<Data>) - Method in class com.hyjavacharts.model.highcharts.series.SeriesLine
An array of data points for the series.
dataAsArrayObject() - Method in class com.hyjavacharts.model.highcharts.series.SeriesSpline
An array of data points for the series.
dataAsArrayObject(List<Data>) - Method in class com.hyjavacharts.model.highcharts.series.SeriesSpline
An array of data points for the series.
dataAsArrayObjectSingle() - Method in class com.hyjavacharts.model.highcharts.series.SeriesLine
An array of data points for the series.
dataAsArrayObjectSingle() - Method in class com.hyjavacharts.model.highcharts.series.SeriesSpline
An array of data points for the series.
DEEPPINK - Static variable in class com.hyjavacharts.model.common.Color
 
DEEPSKYBLUE - Static variable in class com.hyjavacharts.model.common.Color
 
Default - Class in com.hyjavacharts.model.common.themes
Copyright (c) 2018 Powerbuilt Systems.
Default() - Constructor for class com.hyjavacharts.model.common.themes.Default
 
DEFAULT - Static variable in class com.hyjavacharts.model.common.themes.HighchartTheme
 
DIMGRAY - Static variable in class com.hyjavacharts.model.common.Color
 
DODGERBLUE - Static variable in class com.hyjavacharts.model.common.Color
 

E

enabled() - Method in class com.hyjavacharts.model.highcharts.Exporting
Whether to enable the exporting module.
enabled(Boolean) - Method in class com.hyjavacharts.model.highcharts.Exporting
Whether to enable the exporting module.
enabled() - Method in class com.hyjavacharts.model.highcharts.Legend
Enable or disable the legend.
enabled(Boolean) - Method in class com.hyjavacharts.model.highcharts.Legend
Enable or disable the legend.
Events - Class in com.hyjavacharts.model.highcharts.chart
Event listeners for the chart.
Events() - Constructor for class com.hyjavacharts.model.highcharts.chart.Events
 
events() - Method in class com.hyjavacharts.model.highcharts.Chart
Event listeners for the chart.
events(Events) - Method in class com.hyjavacharts.model.highcharts.Chart
Event listeners for the chart.
exporting() - Method in class com.hyjavacharts.model.highcharts.ChartOptions
Options for the exporting module.
exporting(Exporting) - Method in class com.hyjavacharts.model.highcharts.ChartOptions
Options for the exporting module.
Exporting - Class in com.hyjavacharts.model.highcharts
Options for the exporting module.
Exporting() - Constructor for class com.hyjavacharts.model.highcharts.Exporting
 

F

FIREBRICK - Static variable in class com.hyjavacharts.model.common.Color
 
FLORALWHITE - Static variable in class com.hyjavacharts.model.common.Color
 
FORESTGREEN - Static variable in class com.hyjavacharts.model.common.Color
 
formatter() - Method in class com.hyjavacharts.model.highcharts.Tooltip
Callback function to format the text of the tooltip from scratch.
formatter(Function) - Method in class com.hyjavacharts.model.highcharts.Tooltip
Callback function to format the text of the tooltip from scratch.
FUCHSIA - Static variable in class com.hyjavacharts.model.common.Color
 
Function - Class in com.hyjavacharts.model.common
Maps to the Highcharts option Function data type.
Function() - Constructor for class com.hyjavacharts.model.common.Function
 
Function(String) - Constructor for class com.hyjavacharts.model.common.Function
Construct with a function body.

G

GAINSBORO - Static variable in class com.hyjavacharts.model.common.Color
 
General - Class in com.hyjavacharts.model.common
The general option data type to handle the case where a Javascript value is needed.
General() - Constructor for class com.hyjavacharts.model.common.General
 
General(String) - Constructor for class com.hyjavacharts.model.common.General
Construct with a Javascript value.
getAlign() - Method in class com.hyjavacharts.model.highcharts.Legend
The horizontal alignment of the legend box within the chart area.
getChart() - Method in class com.hyjavacharts.model.highcharts.ChartOptions
General options for the chart.
getChartOptions() - Method in class com.hyjavacharts.chart.Highchart
Get a reference to the chartOptions object for the chart.
getChartOptions() - Method in class com.hyjavacharts.model.highcharts.responsive.Rules
A full set of chart options to apply as overrides to the general chart options.
getClassName() - Method in class com.hyjavacharts.model.highcharts.series.seriesline.Data
An additional, individual class name for the data point's graphic representation.
getColor() - Method in class com.hyjavacharts.model.common.Color
Get color string.
getColor() - Method in class com.hyjavacharts.model.common.CSSObject
Color used in the element.
getColor() - Method in class com.hyjavacharts.model.highcharts.yaxis.PlotLines
The color of the line.
getColors() - Method in class com.hyjavacharts.model.common.themes.Avacado
 
getColors() - Method in class com.hyjavacharts.model.common.themes.DarkBlue
 
getColors() - Method in class com.hyjavacharts.model.common.themes.DarkGreen
 
getColors() - Method in class com.hyjavacharts.model.common.themes.DarkUnica
 
getColors() - Method in class com.hyjavacharts.model.common.themes.Default
 
getColors() - Method in class com.hyjavacharts.model.common.themes.Grey
 
getColors() - Method in class com.hyjavacharts.model.common.themes.Grid
 
getColors() - Method in class com.hyjavacharts.model.common.themes.GridLight
 
getColors() - Method in class com.hyjavacharts.model.common.themes.SandSignika
 
getColors() - Method in class com.hyjavacharts.model.common.themes.Skies
 
getColors() - Method in class com.hyjavacharts.model.common.themes.Sunset
 
getColors() - Method in interface com.hyjavacharts.model.common.themes.Theme
Get the themes colors.
getColors() - Method in class com.hyjavacharts.model.highcharts.ChartOptions
 
getColorsSingle() - Method in class com.hyjavacharts.model.highcharts.ChartOptions
 
getColorValue() - Method in class com.hyjavacharts.model.common.Color
Get color Javascript value.
getCondition() - Method in class com.hyjavacharts.model.highcharts.responsive.Rules
Under which conditions the rule applies.
getCssValue() - Method in class com.hyjavacharts.model.common.CSSObject
Get the the CSS Javascript value.
getDataAsArrayJavaObject() - Method in class com.hyjavacharts.model.highcharts.series.SeriesLine
An array of data points for the series.
getDataAsArrayJavaObject() - Method in class com.hyjavacharts.model.highcharts.series.SeriesSpline
An array of data points for the series.
getDataAsArrayJavaObjectSingle() - Method in class com.hyjavacharts.model.highcharts.series.SeriesLine
An array of data points for the series.
getDataAsArrayJavaObjectSingle() - Method in class com.hyjavacharts.model.highcharts.series.SeriesSpline
An array of data points for the series.
getDataAsArrayNumber() - Method in class com.hyjavacharts.model.highcharts.series.SeriesLine
An array of data points for the series.
getDataAsArrayNumber() - Method in class com.hyjavacharts.model.highcharts.series.SeriesSpline
An array of data points for the series.
getDataAsArrayObject() - Method in class com.hyjavacharts.model.highcharts.series.SeriesLine
An array of data points for the series.
getDataAsArrayObject() - Method in class com.hyjavacharts.model.highcharts.series.SeriesSpline
An array of data points for the series.
getDataAsArrayObjectSingle() - Method in class com.hyjavacharts.model.highcharts.series.SeriesLine
An array of data points for the series.
getDataAsArrayObjectSingle() - Method in class com.hyjavacharts.model.highcharts.series.SeriesSpline
An array of data points for the series.
getEnabled() - Method in class com.hyjavacharts.model.highcharts.Exporting
Whether to enable the exporting module.
getEnabled() - Method in class com.hyjavacharts.model.highcharts.Legend
Enable or disable the legend.
getEvents() - Method in class com.hyjavacharts.model.highcharts.Chart
Event listeners for the chart.
getExporting() - Method in class com.hyjavacharts.model.highcharts.ChartOptions
Options for the exporting module.
getFormatter() - Method in class com.hyjavacharts.model.highcharts.Tooltip
Callback function to format the text of the tooltip from scratch.
getFunctionBody() - Method in class com.hyjavacharts.model.common.Function
Get the function body.
getGlobal() - Method in class com.hyjavacharts.model.highcharts.GlobalOptions
 
getGlobalOptions() - Method in class com.hyjavacharts.chart.Highchart
Get a reference to the globalOptions object for the chart.
getJsValue() - Method in class com.hyjavacharts.model.common.General
Get the Javascript value.
getLayout() - Method in class com.hyjavacharts.model.highcharts.Legend
 
getLegend() - Method in class com.hyjavacharts.model.highcharts.ChartOptions
Options for the tooltip that appears when the user hovers over a series or point.
getLoad() - Method in class com.hyjavacharts.model.highcharts.chart.Events
Fires when the chart is finished loading.
getMarginRight() - Method in class com.hyjavacharts.model.highcharts.Chart
The margin between the right outer edge of the chart and the plot area.
getMaxWidth() - Method in class com.hyjavacharts.model.highcharts.responsive.rules.Condition
The responsive rule applies if the chart width is less than this.
getName() - Method in class com.hyjavacharts.model.highcharts.series.SeriesLine
The name of the series as shown in the legend, tooltip etc.
getName() - Method in class com.hyjavacharts.model.highcharts.series.SeriesSpline
The name of the series as shown in the legend, tooltip etc.
getPlotLines() - Method in class com.hyjavacharts.model.highcharts.YAxis
An array of objects representing plot lines on the X axis
getPlotLinesSingle() - Method in class com.hyjavacharts.model.highcharts.YAxis
An array of objects representing plot lines on the X axis
getPlotOptions() - Method in class com.hyjavacharts.model.highcharts.ChartOptions
The plotOptions is a wrapper object for config objects for each series type.
getPointStart() - Method in class com.hyjavacharts.model.highcharts.plotoptions.Series
If no x values are given for the points in a series, pointStart defines on what value to start.
getRawValue() - Method in class com.hyjavacharts.model.common.Color
Get raw color Javascript value.
getRawValue() - Method in class com.hyjavacharts.model.common.CSSObject
Get raw CSS Javascript Value.
getRawValue() - Method in class com.hyjavacharts.model.common.Function
Get the function as raw Javascript.
getRawValue() - Method in class com.hyjavacharts.model.common.General
Get the raw Javascript value.
getResponsive() - Method in class com.hyjavacharts.model.highcharts.ChartOptions
Allows setting a set of rules to apply for different screen or chart sizes.
getRules() - Method in class com.hyjavacharts.model.highcharts.Responsive
A set of rules for responsive settings.
getRulesSingle() - Method in class com.hyjavacharts.model.highcharts.Responsive
A set of rules for responsive settings.
getSeries() - Method in class com.hyjavacharts.model.highcharts.ChartOptions
 
getSeries() - Method in class com.hyjavacharts.model.highcharts.PlotOptions
General options for all series types.
getSeriesSingle() - Method in class com.hyjavacharts.model.highcharts.ChartOptions
 
getSubtitle() - Method in class com.hyjavacharts.model.highcharts.ChartOptions
The chart's subtitle.
getText() - Method in class com.hyjavacharts.model.highcharts.Subtitle
The subtitle of the chart.
getText() - Method in class com.hyjavacharts.model.highcharts.Title
The title of the chart.
getText() - Method in class com.hyjavacharts.model.highcharts.yaxis.Title
The actual text of the axis title.
getTheme() - Method in class com.hyjavacharts.chart.Highchart
Get the theme object for the chart.
getTheme() - Method in class com.hyjavacharts.chart.HighchartOptions
Get the theme object for the chartOptions.
getTickPixelInterval() - Method in class com.hyjavacharts.model.highcharts.XAxis
If tickInterval is null this option sets the approximate pixel interval of the tick marks.
getTitle() - Method in class com.hyjavacharts.model.highcharts.ChartOptions
The chart's main title.
getTitle() - Method in class com.hyjavacharts.model.highcharts.YAxis
The axis title, showing next to the axis line.
getTooltip() - Method in class com.hyjavacharts.model.highcharts.ChartOptions
 
getType() - Method in class com.hyjavacharts.model.highcharts.Chart
The default series type for the chart.
getType() - Method in class com.hyjavacharts.model.highcharts.series.SeriesSpline
The type of series, for example line or column.
getType() - Method in class com.hyjavacharts.model.highcharts.XAxis
The type of axis.
getUseUTC() - Method in class com.hyjavacharts.model.highcharts.Global
This option is deprecated since v6.0.5.
getValue() - Method in class com.hyjavacharts.model.highcharts.yaxis.PlotLines
The position of the line in axis units.
getVerticalAlign() - Method in class com.hyjavacharts.model.highcharts.Legend
The vertical alignment of the legend box.
getWidth() - Method in class com.hyjavacharts.model.highcharts.yaxis.PlotLines
The width or thickness of the plot line.
getX() - Method in class com.hyjavacharts.model.highcharts.series.seriesspline.Data
The x value of the point.
getXAxis() - Method in class com.hyjavacharts.model.highcharts.ChartOptions
The X axis or category axis.
getXAxisSingle() - Method in class com.hyjavacharts.model.highcharts.ChartOptions
The X axis or category axis.
getY() - Method in class com.hyjavacharts.model.highcharts.series.seriesspline.Data
The y value of the point.
getYAxis() - Method in class com.hyjavacharts.model.highcharts.ChartOptions
The Y axis or value axis.
getYAxisSingle() - Method in class com.hyjavacharts.model.highcharts.ChartOptions
The Y axis or value axis.
GHOSTWHITE - Static variable in class com.hyjavacharts.model.common.Color
 
Global - Class in com.hyjavacharts.model.highcharts
Copyright (c) 2018 Powerbuilt Systems.
Global() - Constructor for class com.hyjavacharts.model.highcharts.Global
 
global() - Method in class com.hyjavacharts.model.highcharts.GlobalOptions
 
global(Global) - Method in class com.hyjavacharts.model.highcharts.GlobalOptions
 
GlobalOptions - Class in com.hyjavacharts.model.highcharts
The GlobalOptions class maps directly to the Highcharts global options in the Highcharts API.
All Highchart global options will be set from this class.
GlobalOptions() - Constructor for class com.hyjavacharts.model.highcharts.GlobalOptions
 
globalOptionsToJs() - Method in class com.hyjavacharts.chart.Highchart
Converts global options to Javascript.
GOLD - Static variable in class com.hyjavacharts.model.common.Color
 
GOLDENROD - Static variable in class com.hyjavacharts.model.common.Color
 
Gradient - Class in com.hyjavacharts.model.common
Linear and Radial color gradients.
Gradient(Number, Number, Number, Number) - Constructor for class com.hyjavacharts.model.common.Gradient
Construct a linear gradient.
Gradient(Number, Number, Number) - Constructor for class com.hyjavacharts.model.common.Gradient
Construct a radial gradient.
GRAY - Static variable in class com.hyjavacharts.model.common.Color
 
GREEN - Static variable in class com.hyjavacharts.model.common.Color
 
GREENYELLOW - Static variable in class com.hyjavacharts.model.common.Color
 
Grey - Class in com.hyjavacharts.model.common.themes
Copyright (c) 2018 Powerbuilt Systems.
Grey() - Constructor for class com.hyjavacharts.model.common.themes.Grey
 
GREY - Static variable in class com.hyjavacharts.model.common.themes.HighchartTheme
 
Grid - Class in com.hyjavacharts.model.common.themes
Copyright (c) 2018 Powerbuilt Systems.
Grid() - Constructor for class com.hyjavacharts.model.common.themes.Grid
 
GRID - Static variable in class com.hyjavacharts.model.common.themes.HighchartTheme
 
GRID_LIGHT - Static variable in class com.hyjavacharts.model.common.themes.HighchartTheme
 
GridLight - Class in com.hyjavacharts.model.common.themes
Copyright (c) 2018 Powerbuilt Systems.
GridLight() - Constructor for class com.hyjavacharts.model.common.themes.GridLight
 

H

Highchart - Class in com.hyjavacharts.chart
The Highcharts class wraps both the GlobalOptions and ChartOptions classes into one convenient class to make usage as simple as possible.
Highchart() - Constructor for class com.hyjavacharts.chart.Highchart
 
HighchartOptions - Class in com.hyjavacharts.chart
The HighchartOptions class handles chart theming and generates Javascript for GlobalOptions and ChartOptions for the case where you choose to not use the Highchart class.
HighchartOptions() - Constructor for class com.hyjavacharts.chart.HighchartOptions
 
HighchartRenderer - Class in com.hyjavacharts.chart
The HighchartRenderer class can be used to generate Javascript for GlobalOptions and ChartOptions.
HighchartRenderer() - Constructor for class com.hyjavacharts.chart.HighchartRenderer
 
HighchartTheme - Class in com.hyjavacharts.model.common.themes
Highchart standard themes.
HighchartTheme() - Constructor for class com.hyjavacharts.model.common.themes.HighchartTheme
 
HONEYDEW - Static variable in class com.hyjavacharts.model.common.Color
 
HorizontalAlign - Enum in com.hyjavacharts.model.highcharts.constants
Copyright (c) 2018 Powerbuilt Systems.
HOTPINK - Static variable in class com.hyjavacharts.model.common.Color
 

I

INDIANRED - Static variable in class com.hyjavacharts.model.common.Color
 
INDIGO - Static variable in class com.hyjavacharts.model.common.Color
 
IVORY - Static variable in class com.hyjavacharts.model.common.Color
 

K

KHAKI - Static variable in class com.hyjavacharts.model.common.Color
 

L

LAVENDER - Static variable in class com.hyjavacharts.model.common.Color
 
LAVENDERBLUSH - Static variable in class com.hyjavacharts.model.common.Color
 
LAWNGREEN - Static variable in class com.hyjavacharts.model.common.Color
 
Layout - Enum in com.hyjavacharts.model.highcharts.constants
Copyright (c) 2018 Powerbuilt Systems.
layout() - Method in class com.hyjavacharts.model.highcharts.Legend
 
layout(Layout) - Method in class com.hyjavacharts.model.highcharts.Legend
 
legend() - Method in class com.hyjavacharts.model.highcharts.ChartOptions
Options for the tooltip that appears when the user hovers over a series or point.
legend(Legend) - Method in class com.hyjavacharts.model.highcharts.ChartOptions
Options for the tooltip that appears when the user hovers over a series or point.
Legend - Class in com.hyjavacharts.model.highcharts
Options for the tooltip that appears when the user hovers over a series or point.
Legend() - Constructor for class com.hyjavacharts.model.highcharts.Legend
 
LEMONCHIFFON - Static variable in class com.hyjavacharts.model.common.Color
 
LIGHTBLUE - Static variable in class com.hyjavacharts.model.common.Color
 
LIGHTCORAL - Static variable in class com.hyjavacharts.model.common.Color
 
LIGHTCYAN - Static variable in class com.hyjavacharts.model.common.Color
 
LIGHTGOLDENRODYELLOW - Static variable in class com.hyjavacharts.model.common.Color
 
LIGHTGRAY - Static variable in class com.hyjavacharts.model.common.Color
 
LIGHTGREEN - Static variable in class com.hyjavacharts.model.common.Color
 
LIGHTPINK - Static variable in class com.hyjavacharts.model.common.Color
 
LIGHTSALMON - Static variable in class com.hyjavacharts.model.common.Color
 
LIGHTSEAGREEN - Static variable in class com.hyjavacharts.model.common.Color
 
LIGHTSKYBLUE - Static variable in class com.hyjavacharts.model.common.Color
 
LIGHTSLATEGRAY - Static variable in class com.hyjavacharts.model.common.Color
 
LIGHTSTEELBLUE - Static variable in class com.hyjavacharts.model.common.Color
 
LIGHTYELLOW - Static variable in class com.hyjavacharts.model.common.Color
 
LIME - Static variable in class com.hyjavacharts.model.common.Color
 
LIMEGREEN - Static variable in class com.hyjavacharts.model.common.Color
 
LINEN - Static variable in class com.hyjavacharts.model.common.Color
 
load() - Method in class com.hyjavacharts.model.highcharts.chart.Events
Fires when the chart is finished loading.
load(Function) - Method in class com.hyjavacharts.model.highcharts.chart.Events
Fires when the chart is finished loading.

M

MAGENTA - Static variable in class com.hyjavacharts.model.common.Color
 
marginRight() - Method in class com.hyjavacharts.model.highcharts.Chart
The margin between the right outer edge of the chart and the plot area.
marginRight(Number) - Method in class com.hyjavacharts.model.highcharts.Chart
The margin between the right outer edge of the chart and the plot area.
MAROON - Static variable in class com.hyjavacharts.model.common.Color
 
maxWidth() - Method in class com.hyjavacharts.model.highcharts.responsive.rules.Condition
The responsive rule applies if the chart width is less than this.
maxWidth(Number) - Method in class com.hyjavacharts.model.highcharts.responsive.rules.Condition
The responsive rule applies if the chart width is less than this.
MEDIUMAQUAMARINE - Static variable in class com.hyjavacharts.model.common.Color
 
MEDIUMBLUE - Static variable in class com.hyjavacharts.model.common.Color
 
MEDIUMORCHID - Static variable in class com.hyjavacharts.model.common.Color
 
MEDIUMPURPLE - Static variable in class com.hyjavacharts.model.common.Color
 
MEDIUMSEAGREEN - Static variable in class com.hyjavacharts.model.common.Color
 
MEDIUMSLATEBLUE - Static variable in class com.hyjavacharts.model.common.Color
 
MEDIUMSPRINGGREEN - Static variable in class com.hyjavacharts.model.common.Color
 
MEDIUMTURQUOISE - Static variable in class com.hyjavacharts.model.common.Color
 
MEDIUMVIOLETRED - Static variable in class com.hyjavacharts.model.common.Color
 
MIDNIGHTBLUE - Static variable in class com.hyjavacharts.model.common.Color
 
MINTCREAM - Static variable in class com.hyjavacharts.model.common.Color
 
MISTYROSE - Static variable in class com.hyjavacharts.model.common.Color
 
MOCCASIN - Static variable in class com.hyjavacharts.model.common.Color
 
ModelEnum - Interface in com.hyjavacharts.model.common
Copyright (c) 2018 Powerbuilt Systems.

N

name() - Method in class com.hyjavacharts.model.highcharts.series.SeriesLine
The name of the series as shown in the legend, tooltip etc.
name(String) - Method in class com.hyjavacharts.model.highcharts.series.SeriesLine
The name of the series as shown in the legend, tooltip etc.
name() - Method in class com.hyjavacharts.model.highcharts.series.SeriesSpline
The name of the series as shown in the legend, tooltip etc.
name(String) - Method in class com.hyjavacharts.model.highcharts.series.SeriesSpline
The name of the series as shown in the legend, tooltip etc.
NAVAJOWHITE - Static variable in class com.hyjavacharts.model.common.Color
 
NAVY - Static variable in class com.hyjavacharts.model.common.Color
 
NULL - Static variable in class com.hyjavacharts.model.common.CSSObject
 

O

OLDLACE - Static variable in class com.hyjavacharts.model.common.Color
 
OLIVE - Static variable in class com.hyjavacharts.model.common.Color
 
OLIVEDRAB - Static variable in class com.hyjavacharts.model.common.Color
 
ORANGE - Static variable in class com.hyjavacharts.model.common.Color
 
ORANGERED - Static variable in class com.hyjavacharts.model.common.Color
 
ORCHID - Static variable in class com.hyjavacharts.model.common.Color
 

P

PALEGOLDENROD - Static variable in class com.hyjavacharts.model.common.Color
 
PALEGREEN - Static variable in class com.hyjavacharts.model.common.Color
 
PALETURQUOISE - Static variable in class com.hyjavacharts.model.common.Color
 
PALEVIOLETRED - Static variable in class com.hyjavacharts.model.common.Color
 
PAPAYAWHIP - Static variable in class com.hyjavacharts.model.common.Color
 
PEACHPUFF - Static variable in class com.hyjavacharts.model.common.Color
 
PERU - Static variable in class com.hyjavacharts.model.common.Color
 
PINK - Static variable in class com.hyjavacharts.model.common.Color
 
PlotLines - Class in com.hyjavacharts.model.highcharts.yaxis
An array of objects representing plot lines on the X axis
plotLines() - Method in class com.hyjavacharts.model.highcharts.YAxis
An array of objects representing plot lines on the X axis
plotLines(List<PlotLines>) - Method in class com.hyjavacharts.model.highcharts.YAxis
An array of objects representing plot lines on the X axis
PlotLines() - Constructor for class com.hyjavacharts.model.highcharts.yaxis.PlotLines
 
plotLinesSingle() - Method in class com.hyjavacharts.model.highcharts.YAxis
An array of objects representing plot lines on the X axis
plotOptions() - Method in class com.hyjavacharts.model.highcharts.ChartOptions
The plotOptions is a wrapper object for config objects for each series type.
plotOptions(PlotOptions) - Method in class com.hyjavacharts.model.highcharts.ChartOptions
The plotOptions is a wrapper object for config objects for each series type.
PlotOptions - Class in com.hyjavacharts.model.highcharts
The plotOptions is a wrapper object for config objects for each series type.
PlotOptions() - Constructor for class com.hyjavacharts.model.highcharts.PlotOptions
 
PLUM - Static variable in class com.hyjavacharts.model.common.Color
 
pointStart() - Method in class com.hyjavacharts.model.highcharts.plotoptions.Series
If no x values are given for the points in a series, pointStart defines on what value to start.
pointStart(Number) - Method in class com.hyjavacharts.model.highcharts.plotoptions.Series
If no x values are given for the points in a series, pointStart defines on what value to start.
POWDERBLUE - Static variable in class com.hyjavacharts.model.common.Color
 
PURPLE - Static variable in class com.hyjavacharts.model.common.Color
 

R

RED - Static variable in class com.hyjavacharts.model.common.Color
 
responsive() - Method in class com.hyjavacharts.model.highcharts.ChartOptions
Allows setting a set of rules to apply for different screen or chart sizes.
responsive(Responsive) - Method in class com.hyjavacharts.model.highcharts.ChartOptions
Allows setting a set of rules to apply for different screen or chart sizes.
Responsive - Class in com.hyjavacharts.model.highcharts
Allows setting a set of rules to apply for different screen or chart sizes.
Responsive() - Constructor for class com.hyjavacharts.model.highcharts.Responsive
 
ROSYBROWN - Static variable in class com.hyjavacharts.model.common.Color
 
ROYALBLUE - Static variable in class com.hyjavacharts.model.common.Color
 
Rules - Class in com.hyjavacharts.model.highcharts.responsive
A set of rules for responsive settings.
rules() - Method in class com.hyjavacharts.model.highcharts.Responsive
A set of rules for responsive settings.
rules(List<Rules>) - Method in class com.hyjavacharts.model.highcharts.Responsive
A set of rules for responsive settings.
Rules() - Constructor for class com.hyjavacharts.model.highcharts.responsive.Rules
 
rulesSingle() - Method in class com.hyjavacharts.model.highcharts.Responsive
A set of rules for responsive settings.

S

SADDLEBROWN - Static variable in class com.hyjavacharts.model.common.Color
 
SALMON - Static variable in class com.hyjavacharts.model.common.Color
 
SAND_SIGNIKA - Static variable in class com.hyjavacharts.model.common.themes.HighchartTheme
 
SandSignika - Class in com.hyjavacharts.model.common.themes
Copyright (c) 2018 Powerbuilt Systems.
SandSignika() - Constructor for class com.hyjavacharts.model.common.themes.SandSignika
 
SANDYBROWN - Static variable in class com.hyjavacharts.model.common.Color
 
SEAGREEN - Static variable in class com.hyjavacharts.model.common.Color
 
SEASHELL - Static variable in class com.hyjavacharts.model.common.Color
 
series() - Method in class com.hyjavacharts.model.highcharts.ChartOptions
 
series(List<Series>) - Method in class com.hyjavacharts.model.highcharts.ChartOptions
 
Series - Class in com.hyjavacharts.model.highcharts.plotoptions
General options for all series types.
series() - Method in class com.hyjavacharts.model.highcharts.PlotOptions
General options for all series types.
series(Series) - Method in class com.hyjavacharts.model.highcharts.PlotOptions
General options for all series types.
Series() - Constructor for class com.hyjavacharts.model.highcharts.plotoptions.Series
 
Series - Class in com.hyjavacharts.model.highcharts
Copyright (c) 2018 Powerbuilt Systems.
Series() - Constructor for class com.hyjavacharts.model.highcharts.Series
 
SeriesLine - Class in com.hyjavacharts.model.highcharts.series
A line series.
SeriesLine() - Constructor for class com.hyjavacharts.model.highcharts.series.SeriesLine
 
seriesSingle() - Method in class com.hyjavacharts.model.highcharts.ChartOptions
 
SeriesSpline - Class in com.hyjavacharts.model.highcharts.series
A spline series.
SeriesSpline() - Constructor for class com.hyjavacharts.model.highcharts.series.SeriesSpline
 
SeriesType - Enum in com.hyjavacharts.model.highcharts.constants
Copyright (c) 2018 Powerbuilt Systems.
set_hcNulledOption(Boolean) - Method in class com.hyjavacharts.model.common.BaseOption
 
setAlign(HorizontalAlign) - Method in class com.hyjavacharts.model.highcharts.Legend
The horizontal alignment of the legend box within the chart area.
setChart(Chart) - Method in class com.hyjavacharts.model.highcharts.ChartOptions
General options for the chart.
setChartOptions(ChartOptions) - Method in class com.hyjavacharts.model.highcharts.responsive.Rules
A full set of chart options to apply as overrides to the general chart options.
setClassName(String) - Method in class com.hyjavacharts.model.highcharts.series.seriesline.Data
An additional, individual class name for the data point's graphic representation.
setColor(String) - Method in class com.hyjavacharts.model.common.Color
Set color string.
setColor(Color) - Method in class com.hyjavacharts.model.common.CSSObject
Color used in the element.
setColor(Color) - Method in class com.hyjavacharts.model.highcharts.yaxis.PlotLines
The color of the line.
setColors(List<Color>) - Method in class com.hyjavacharts.model.highcharts.ChartOptions
 
setColorValue(String) - Method in class com.hyjavacharts.model.common.Color
Set color Javascript value.
setCondition(Condition) - Method in class com.hyjavacharts.model.highcharts.responsive.Rules
Under which conditions the rule applies.
setCssValue(String) - Method in class com.hyjavacharts.model.common.CSSObject
Set the CSS Javascript value.
setDataAsArrayJavaObject(List<Object>) - Method in class com.hyjavacharts.model.highcharts.series.SeriesLine
An array of data points for the series.
setDataAsArrayJavaObject(List<Object>) - Method in class com.hyjavacharts.model.highcharts.series.SeriesSpline
An array of data points for the series.
setDataAsArrayNumber(List<Number>) - Method in class com.hyjavacharts.model.highcharts.series.SeriesLine
An array of data points for the series.
setDataAsArrayNumber(List<Number>) - Method in class com.hyjavacharts.model.highcharts.series.SeriesSpline
An array of data points for the series.
setDataAsArrayObject(List<Data>) - Method in class com.hyjavacharts.model.highcharts.series.SeriesLine
An array of data points for the series.
setDataAsArrayObject(List<Data>) - Method in class com.hyjavacharts.model.highcharts.series.SeriesSpline
An array of data points for the series.
setEnabled(Boolean) - Method in class com.hyjavacharts.model.highcharts.Exporting
Whether to enable the exporting module.
setEnabled(Boolean) - Method in class com.hyjavacharts.model.highcharts.Legend
Enable or disable the legend.
setEvents(Events) - Method in class com.hyjavacharts.model.highcharts.Chart
Event listeners for the chart.
setExporting(Exporting) - Method in class com.hyjavacharts.model.highcharts.ChartOptions
Options for the exporting module.
setFormatter(Function) - Method in class com.hyjavacharts.model.highcharts.Tooltip
Callback function to format the text of the tooltip from scratch.
setFunctionBody(String) - Method in class com.hyjavacharts.model.common.Function
Set the function body.
setGlobal(Global) - Method in class com.hyjavacharts.model.highcharts.GlobalOptions
 
setGradient(Gradient, List<Stop>) - Method in class com.hyjavacharts.model.common.Color
Set a gradient color value.
setJsValue(String) - Method in class com.hyjavacharts.model.common.General
Set the Javascript value.
setLayout(Layout) - Method in class com.hyjavacharts.model.highcharts.Legend
 
setLegend(Legend) - Method in class com.hyjavacharts.model.highcharts.ChartOptions
Options for the tooltip that appears when the user hovers over a series or point.
setLoad(Function) - Method in class com.hyjavacharts.model.highcharts.chart.Events
Fires when the chart is finished loading.
setMarginRight(Number) - Method in class com.hyjavacharts.model.highcharts.Chart
The margin between the right outer edge of the chart and the plot area.
setMaxWidth(Number) - Method in class com.hyjavacharts.model.highcharts.responsive.rules.Condition
The responsive rule applies if the chart width is less than this.
setName(String) - Method in class com.hyjavacharts.model.highcharts.series.SeriesLine
The name of the series as shown in the legend, tooltip etc.
setName(String) - Method in class com.hyjavacharts.model.highcharts.series.SeriesSpline
The name of the series as shown in the legend, tooltip etc.
setPlotLines(List<PlotLines>) - Method in class com.hyjavacharts.model.highcharts.YAxis
An array of objects representing plot lines on the X axis
setPlotOptions(PlotOptions) - Method in class com.hyjavacharts.model.highcharts.ChartOptions
The plotOptions is a wrapper object for config objects for each series type.
setPointStart(Number) - Method in class com.hyjavacharts.model.highcharts.plotoptions.Series
If no x values are given for the points in a series, pointStart defines on what value to start.
setResponsive(Responsive) - Method in class com.hyjavacharts.model.highcharts.ChartOptions
Allows setting a set of rules to apply for different screen or chart sizes.
setRGB(int, int, int) - Method in class com.hyjavacharts.model.common.Color
Set a RGB color string.
setRGBA(int, int, int, double) - Method in class com.hyjavacharts.model.common.Color
Set a RGBA color string.
setRules(List<Rules>) - Method in class com.hyjavacharts.model.highcharts.Responsive
A set of rules for responsive settings.
setSeries(List<Series>) - Method in class com.hyjavacharts.model.highcharts.ChartOptions
 
setSeries(Series) - Method in class com.hyjavacharts.model.highcharts.PlotOptions
General options for all series types.
setSubtitle(Subtitle) - Method in class com.hyjavacharts.model.highcharts.ChartOptions
The chart's subtitle.
setText(String) - Method in class com.hyjavacharts.model.highcharts.Subtitle
The subtitle of the chart.
setText(String) - Method in class com.hyjavacharts.model.highcharts.Title
The title of the chart.
setText(String) - Method in class com.hyjavacharts.model.highcharts.yaxis.Title
The actual text of the axis title.
setTheme(Theme) - Method in class com.hyjavacharts.chart.Highchart
Sets the theme for the chart.
setTheme(Theme, ChartOptions) - Method in class com.hyjavacharts.chart.HighchartOptions
Sets the theme for the chartOptions.
setTickPixelInterval(Number) - Method in class com.hyjavacharts.model.highcharts.XAxis
If tickInterval is null this option sets the approximate pixel interval of the tick marks.
setTitle(Title) - Method in class com.hyjavacharts.model.highcharts.ChartOptions
The chart's main title.
setTitle(Title) - Method in class com.hyjavacharts.model.highcharts.YAxis
The axis title, showing next to the axis line.
setTooltip(Tooltip) - Method in class com.hyjavacharts.model.highcharts.ChartOptions
 
setType(ChartType) - Method in class com.hyjavacharts.model.highcharts.Chart
The default series type for the chart.
setType(SeriesType) - Method in class com.hyjavacharts.model.highcharts.series.SeriesSpline
The type of series, for example line or column.
setType(AxisType) - Method in class com.hyjavacharts.model.highcharts.XAxis
The type of axis.
setUseUTC(Boolean) - Method in class com.hyjavacharts.model.highcharts.Global
This option is deprecated since v6.0.5.
setValue(Number) - Method in class com.hyjavacharts.model.highcharts.yaxis.PlotLines
The position of the line in axis units.
setVerticalAlign(VerticalAlign) - Method in class com.hyjavacharts.model.highcharts.Legend
The vertical alignment of the legend box.
setWidth(Number) - Method in class com.hyjavacharts.model.highcharts.yaxis.PlotLines
The width or thickness of the plot line.
setX(Number) - Method in class com.hyjavacharts.model.highcharts.series.seriesspline.Data
The x value of the point.
setXAxis(List<XAxis>) - Method in class com.hyjavacharts.model.highcharts.ChartOptions
The X axis or category axis.
setY(Number) - Method in class com.hyjavacharts.model.highcharts.series.seriesspline.Data
The y value of the point.
setYAxis(List<YAxis>) - Method in class com.hyjavacharts.model.highcharts.ChartOptions
The Y axis or value axis.
SIENNA - Static variable in class com.hyjavacharts.model.common.Color
 
SILVER - Static variable in class com.hyjavacharts.model.common.Color
 
SKIES - Static variable in class com.hyjavacharts.model.common.themes.HighchartTheme
 
Skies - Class in com.hyjavacharts.model.common.themes
Copyright (c) 2018 Powerbuilt Systems.
Skies() - Constructor for class com.hyjavacharts.model.common.themes.Skies
 
SKYBLUE - Static variable in class com.hyjavacharts.model.common.Color
 
SLATEBLUE - Static variable in class com.hyjavacharts.model.common.Color
 
SLATEGRAY - Static variable in class com.hyjavacharts.model.common.Color
 
SNOW - Static variable in class com.hyjavacharts.model.common.Color
 
SPRINGGREEN - Static variable in class com.hyjavacharts.model.common.Color
 
STEELBLUE - Static variable in class com.hyjavacharts.model.common.Color
 
Stop - Class in com.hyjavacharts.model.common
The stops is an array of tuples, where the first item is a float between 0 and 1 assigning the relative position in the gradient, and the second item is the color.
Stop(Number, Color) - Constructor for class com.hyjavacharts.model.common.Stop
Construct with a gradient position and color.
subtitle() - Method in class com.hyjavacharts.model.highcharts.ChartOptions
The chart's subtitle.
subtitle(Subtitle) - Method in class com.hyjavacharts.model.highcharts.ChartOptions
The chart's subtitle.
Subtitle - Class in com.hyjavacharts.model.highcharts
The chart's subtitle.
Subtitle() - Constructor for class com.hyjavacharts.model.highcharts.Subtitle
 
SUNSET - Static variable in class com.hyjavacharts.model.common.themes.HighchartTheme
 
Sunset - Class in com.hyjavacharts.model.common.themes
Copyright (c) 2018 Powerbuilt Systems.
Sunset() - Constructor for class com.hyjavacharts.model.common.themes.Sunset
 

T

TAN - Static variable in class com.hyjavacharts.model.common.Color
 
TEAL - Static variable in class com.hyjavacharts.model.common.Color
 
text() - Method in class com.hyjavacharts.model.highcharts.Subtitle
The subtitle of the chart.
text(String) - Method in class com.hyjavacharts.model.highcharts.Subtitle
The subtitle of the chart.
text() - Method in class com.hyjavacharts.model.highcharts.Title
The title of the chart.
text(String) - Method in class com.hyjavacharts.model.highcharts.Title
The title of the chart.
text() - Method in class com.hyjavacharts.model.highcharts.yaxis.Title
The actual text of the axis title.
text(String) - Method in class com.hyjavacharts.model.highcharts.yaxis.Title
The actual text of the axis title.
Theme - Interface in com.hyjavacharts.model.common.themes
The interface for all Themes.
THISTLE - Static variable in class com.hyjavacharts.model.common.Color
 
tickPixelInterval() - Method in class com.hyjavacharts.model.highcharts.XAxis
If tickInterval is null this option sets the approximate pixel interval of the tick marks.
tickPixelInterval(Number) - Method in class com.hyjavacharts.model.highcharts.XAxis
If tickInterval is null this option sets the approximate pixel interval of the tick marks.
title() - Method in class com.hyjavacharts.model.highcharts.ChartOptions
The chart's main title.
title(Title) - Method in class com.hyjavacharts.model.highcharts.ChartOptions
The chart's main title.
Title - Class in com.hyjavacharts.model.highcharts
The chart's main title.
Title() - Constructor for class com.hyjavacharts.model.highcharts.Title
 
Title - Class in com.hyjavacharts.model.highcharts.yaxis
The axis title, showing next to the axis line.
title() - Method in class com.hyjavacharts.model.highcharts.YAxis
The axis title, showing next to the axis line.
title(Title) - Method in class com.hyjavacharts.model.highcharts.YAxis
The axis title, showing next to the axis line.
Title() - Constructor for class com.hyjavacharts.model.highcharts.yaxis.Title
 
toJs(GlobalOptions) - Method in class com.hyjavacharts.chart.HighchartOptions
Converts global options to Javascript.
toJs(ChartOptions) - Method in class com.hyjavacharts.chart.HighchartOptions
Converts chart options to Javascript.
toJs(GlobalOptions) - Method in class com.hyjavacharts.chart.HighchartRenderer
Converts global options to Javascript.
toJs(ChartOptions) - Method in class com.hyjavacharts.chart.HighchartRenderer
Converts chart options to Javascript.
TOMATO - Static variable in class com.hyjavacharts.model.common.Color
 
tooltip() - Method in class com.hyjavacharts.model.highcharts.ChartOptions
 
tooltip(Tooltip) - Method in class com.hyjavacharts.model.highcharts.ChartOptions
 
Tooltip - Class in com.hyjavacharts.model.highcharts
Copyright (c) 2018 Powerbuilt Systems.
Tooltip() - Constructor for class com.hyjavacharts.model.highcharts.Tooltip
 
toString() - Method in class com.hyjavacharts.model.common.Gradient
Return the gradient in Javascript.
toString() - Method in class com.hyjavacharts.model.common.Stop
Return the Stop in Javascript.
toString() - Method in enum com.hyjavacharts.model.highcharts.constants.AxisType
 
toString() - Method in enum com.hyjavacharts.model.highcharts.constants.ChartType
 
toString() - Method in enum com.hyjavacharts.model.highcharts.constants.HorizontalAlign
 
toString() - Method in enum com.hyjavacharts.model.highcharts.constants.Layout
 
toString() - Method in enum com.hyjavacharts.model.highcharts.constants.SeriesType
 
toString() - Method in enum com.hyjavacharts.model.highcharts.constants.VerticalAlign
 
TURQUOISE - Static variable in class com.hyjavacharts.model.common.Color
 
type() - Method in class com.hyjavacharts.model.highcharts.Chart
The default series type for the chart.
type(ChartType) - Method in class com.hyjavacharts.model.highcharts.Chart
The default series type for the chart.
type() - Method in class com.hyjavacharts.model.highcharts.series.SeriesSpline
The type of series, for example line or column.
type(SeriesType) - Method in class com.hyjavacharts.model.highcharts.series.SeriesSpline
The type of series, for example line or column.
type() - Method in class com.hyjavacharts.model.highcharts.XAxis
The type of axis.
type(AxisType) - Method in class com.hyjavacharts.model.highcharts.XAxis
The type of axis.

U

useUTC() - Method in class com.hyjavacharts.model.highcharts.Global
This option is deprecated since v6.0.5.
useUTC(Boolean) - Method in class com.hyjavacharts.model.highcharts.Global
This option is deprecated since v6.0.5.

V

value() - Method in class com.hyjavacharts.model.highcharts.yaxis.PlotLines
The position of the line in axis units.
value(Number) - Method in class com.hyjavacharts.model.highcharts.yaxis.PlotLines
The position of the line in axis units.
valueOf(String) - Static method in enum com.hyjavacharts.model.highcharts.constants.AxisType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.hyjavacharts.model.highcharts.constants.ChartType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.hyjavacharts.model.highcharts.constants.HorizontalAlign
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.hyjavacharts.model.highcharts.constants.Layout
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.hyjavacharts.model.highcharts.constants.SeriesType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.hyjavacharts.model.highcharts.constants.VerticalAlign
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.hyjavacharts.model.highcharts.constants.AxisType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.hyjavacharts.model.highcharts.constants.ChartType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.hyjavacharts.model.highcharts.constants.HorizontalAlign
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.hyjavacharts.model.highcharts.constants.Layout
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.hyjavacharts.model.highcharts.constants.SeriesType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.hyjavacharts.model.highcharts.constants.VerticalAlign
Returns an array containing the constants of this enum type, in the order they are declared.
VerticalAlign - Enum in com.hyjavacharts.model.highcharts.constants
Copyright (c) 2018 Powerbuilt Systems.
verticalAlign() - Method in class com.hyjavacharts.model.highcharts.Legend
The vertical alignment of the legend box.
verticalAlign(VerticalAlign) - Method in class com.hyjavacharts.model.highcharts.Legend
The vertical alignment of the legend box.
VIOLET - Static variable in class com.hyjavacharts.model.common.Color
 

W

WHEAT - Static variable in class com.hyjavacharts.model.common.Color
 
WHITE - Static variable in class com.hyjavacharts.model.common.Color
 
WHITESMOKE - Static variable in class com.hyjavacharts.model.common.Color
 
width() - Method in class com.hyjavacharts.model.highcharts.yaxis.PlotLines
The width or thickness of the plot line.
width(Number) - Method in class com.hyjavacharts.model.highcharts.yaxis.PlotLines
The width or thickness of the plot line.

X

x() - Method in class com.hyjavacharts.model.highcharts.series.seriesspline.Data
The x value of the point.
x(Number) - Method in class com.hyjavacharts.model.highcharts.series.seriesspline.Data
The x value of the point.
xAxis() - Method in class com.hyjavacharts.model.highcharts.ChartOptions
The X axis or category axis.
xAxis(List<XAxis>) - Method in class com.hyjavacharts.model.highcharts.ChartOptions
The X axis or category axis.
XAxis - Class in com.hyjavacharts.model.highcharts
The X axis or category axis.
XAxis() - Constructor for class com.hyjavacharts.model.highcharts.XAxis
 
xAxisSingle() - Method in class com.hyjavacharts.model.highcharts.ChartOptions
The X axis or category axis.

Y

y() - Method in class com.hyjavacharts.model.highcharts.series.seriesspline.Data
The y value of the point.
y(Number) - Method in class com.hyjavacharts.model.highcharts.series.seriesspline.Data
The y value of the point.
yAxis() - Method in class com.hyjavacharts.model.highcharts.ChartOptions
The Y axis or value axis.
yAxis(List<YAxis>) - Method in class com.hyjavacharts.model.highcharts.ChartOptions
The Y axis or value axis.
YAxis - Class in com.hyjavacharts.model.highcharts
The Y axis or value axis.
YAxis() - Constructor for class com.hyjavacharts.model.highcharts.YAxis
 
yAxisSingle() - Method in class com.hyjavacharts.model.highcharts.ChartOptions
The Y axis or value axis.
YELLOW - Static variable in class com.hyjavacharts.model.common.Color
 
YELLOWGREEN - Static variable in class com.hyjavacharts.model.common.Color
 

_

_isOptionNull(String) - Method in class com.hyjavacharts.model.common.CSSObject
 
A B C D E F G H I K L M N O P R S T U V W X Y _ 
Skip navigation links

Copyright © 2022. All rights reserved.