- GAINSBORO - Static variable in class com.hyjavaapex.model.common.Color
-
- General - Class in com.hyjavaapex.model.common
-
The general option data type to handle the case where a Javascript value is needed.
- General() - Constructor for class com.hyjavaapex.model.common.General
-
- General(String) - Constructor for class com.hyjavaapex.model.common.General
-
Construct with a Javascript value.
- getApexChartsAPIVersion() - Static method in class com.hyjavaapex.LibraryInfo
-
Get the supported ApexCharts API version.
- getBar() - Method in class com.hyjavaapex.model.apexcharts.PlotOptions
-
- getBorderRadiusApplication() - Method in class com.hyjavaapex.model.apexcharts.plotoptions.Bar
-
Whether to apply border-radius
- getBorderRadiusAsArrayNumber() - Method in class com.hyjavaapex.model.apexcharts.plotoptions.Bar
-
Note: This option is available since v3.26.0
- getBorderRadiusAsNumber() - Method in class com.hyjavaapex.model.apexcharts.plotoptions.Bar
-
Note: This option is available since v3.26.0
- getCategoriesAsArrayNumber() - Method in class com.hyjavaapex.model.apexcharts.Xaxis
-
Categories are labels which are displayed on the x-axis.
- getCategoriesAsArrayString() - Method in class com.hyjavaapex.model.apexcharts.Xaxis
-
Categories are labels which are displayed on the x-axis.
- getChart() - Method in class com.hyjavaapex.model.apexcharts.ChartOptions
-
- getChartOptions() - Method in class com.hyjavaapex.chart.Apexchart
-
Get a reference to the chartOptions object for the chart.
- getColor() - Method in class com.hyjavaapex.model.common.Color
-
Get color string.
- getColor() - Method in class com.hyjavaapex.model.common.ColorStop
-
- getColors() - Method in class com.hyjavaapex.model.apexcharts.ChartOptions
-
- getColors() - Method in class com.hyjavaapex.model.apexcharts.Stroke
-
Colors to fill the border for paths.
- getColors() - Method in class com.hyjavaapex.model.common.themes.Default
-
- getColors() - Method in interface com.hyjavaapex.model.common.themes.Theme
-
Get the themes colors.
- getColorsSingle() - Method in class com.hyjavaapex.model.apexcharts.ChartOptions
-
- getColorsSingle() - Method in class com.hyjavaapex.model.apexcharts.Stroke
-
Colors to fill the border for paths.
- getColorValue() - Method in class com.hyjavaapex.model.common.Color
-
Get color Javascript value.
- getColumnWidthAsNumber() - Method in class com.hyjavaapex.model.apexcharts.plotoptions.Bar
-
In column charts, columnWidth is the percentage of the available width in the grid-rect.
- getColumnWidthAsString() - Method in class com.hyjavaapex.model.apexcharts.plotoptions.Bar
-
In column charts, columnWidth is the percentage of the available width in the grid-rect.
- getDataAsArrayNumber() - Method in class com.hyjavaapex.model.apexcharts.Series
-
- getDataAsArrayPairs() - Method in class com.hyjavaapex.model.apexcharts.Series
-
- getDataLabels() - Method in class com.hyjavaapex.model.apexcharts.ChartOptions
-
- getEnabled() - Method in class com.hyjavaapex.model.apexcharts.DataLabels
-
To determine whether to show dataLabels or not
- getFill() - Method in class com.hyjavaapex.model.apexcharts.ChartOptions
-
- getFormatter() - Method in class com.hyjavaapex.model.apexcharts.tooltip.Y
-
To format the Y-axis values of tooltip, you can define a custom formatter function.
- getFunctionBody() - Method in class com.hyjavaapex.model.common.Function
-
Get the function body.
- getHorizontal() - Method in class com.hyjavaapex.model.apexcharts.plotoptions.Bar
-
This option will turn a column chart into a horizontal bar chart.
- getHyJavaApexAPIVersion() - Static method in class com.hyjavaapex.LibraryInfo
-
Get the HyJavaApex library API version.
- getJsValue() - Method in class com.hyjavaapex.model.common.General
-
Get the Javascript value.
- getLibraryName() - Static method in class com.hyjavaapex.LibraryInfo
-
Get the library name.
- getLibraryType() - Static method in class com.hyjavaapex.LibraryInfo
-
Get the HyJavaApex library type.
- getName() - Method in class com.hyjavaapex.model.apexcharts.Series
-
- getOffset() - Method in class com.hyjavaapex.model.common.ColorStop
-
- getOpacity() - Method in class com.hyjavaapex.model.common.ColorStop
-
- getOpacityAsArrayNumber() - Method in class com.hyjavaapex.model.apexcharts.Fill
-
Opacity of the fill attribute.
- getOpacityAsNumber() - Method in class com.hyjavaapex.model.apexcharts.Fill
-
Opacity of the fill attribute.
- getPlotOptions() - Method in class com.hyjavaapex.model.apexcharts.ChartOptions
-
- getRawValue() - Method in class com.hyjavaapex.model.common.Color
-
Get raw color Javascript value.
- getRawValue() - Method in class com.hyjavaapex.model.common.Function
-
Get the function as raw Javascript.
- getRawValue() - Method in class com.hyjavaapex.model.common.General
-
Get the raw Javascript value.
- getRawValue() - Method in class com.hyjavaapex.model.common.Pair
-
Get the data as raw Javascript.
- getRawValue() - Method in class com.hyjavaapex.model.common.Triplet
-
Get the data as raw Javascript.
- getSeries() - Method in class com.hyjavaapex.model.apexcharts.ChartOptions
-
Accepts an array of object for axis charts or an array of values for non-axis (pie/donut) charts
- getSeriesAsArrayNumber() - Method in class com.hyjavaapex.model.apexcharts.ChartOptions
-
Accepts an array of object for axis charts or an array of values for non-axis (pie/donut) charts
- getSeriesSingle() - Method in class com.hyjavaapex.model.apexcharts.ChartOptions
-
Accepts an array of object for axis charts or an array of values for non-axis (pie/donut) charts
- getShow() - Method in class com.hyjavaapex.model.apexcharts.Stroke
-
To show or hide path-stroke / line
- getStroke() - Method in class com.hyjavaapex.model.apexcharts.ChartOptions
-
- getText() - Method in class com.hyjavaapex.model.apexcharts.yaxis.Title
-
Give the y-axis a title which will be displayed below the axis labels by default.
- getTheme() - Method in class com.hyjavaapex.chart.Apexchart
-
Get the theme object for the chart.
- getTitle() - Method in class com.hyjavaapex.model.apexcharts.Yaxis
-
- getTooltip() - Method in class com.hyjavaapex.model.apexcharts.ChartOptions
-
- getType() - Method in class com.hyjavaapex.model.apexcharts.Chart
-
Specify the chart type
- getWidthAsArrayNumber() - Method in class com.hyjavaapex.model.apexcharts.Stroke
-
Sets the width of border for svg path
- getWidthAsNumber() - Method in class com.hyjavaapex.model.apexcharts.Stroke
-
Sets the width of border for svg path
- getXaxis() - Method in class com.hyjavaapex.model.apexcharts.ChartOptions
-
- getY() - Method in class com.hyjavaapex.model.apexcharts.Tooltip
-
In a multiple series, the
- getYAsArrayObject() - Method in class com.hyjavaapex.model.apexcharts.Tooltip
-
In a multiple series, the
- getYAsArrayObjectSingle() - Method in class com.hyjavaapex.model.apexcharts.Tooltip
-
In a multiple series, the
- getYaxis() - Method in class com.hyjavaapex.model.apexcharts.ChartOptions
-
- getYaxisSingle() - Method in class com.hyjavaapex.model.apexcharts.ChartOptions
-
- GHOSTWHITE - Static variable in class com.hyjavaapex.model.common.Color
-
- GOLD - Static variable in class com.hyjavaapex.model.common.Color
-
- GOLDENROD - Static variable in class com.hyjavaapex.model.common.Color
-
- GRAY - Static variable in class com.hyjavaapex.model.common.Color
-
- GREEN - Static variable in class com.hyjavaapex.model.common.Color
-
- GREENYELLOW - Static variable in class com.hyjavaapex.model.common.Color
-
- SADDLEBROWN - Static variable in class com.hyjavaapex.model.common.Color
-
- SALMON - Static variable in class com.hyjavaapex.model.common.Color
-
- SANDYBROWN - Static variable in class com.hyjavaapex.model.common.Color
-
- SEAGREEN - Static variable in class com.hyjavaapex.model.common.Color
-
- SEASHELL - Static variable in class com.hyjavaapex.model.common.Color
-
- Series - Class in com.hyjavaapex.model.apexcharts
-
Accepts an array of object for axis charts or an array of values for non-axis (pie/donut) charts
Copyright (c) 2024 Powerbuilt Systems.
- Series() - Constructor for class com.hyjavaapex.model.apexcharts.Series
-
- set_hcNulledOption(Boolean) - Method in class com.hyjavaapex.model.common.BaseOption
-
- setAllowEvaluationStats(boolean) - Static method in class com.hyjavaapex.chart.Apexchart
-
Set whether to allow evaluation stats to be collected.
- setBar(Bar) - Method in class com.hyjavaapex.model.apexcharts.PlotOptions
-
- setBorderRadius(List<Number>) - Method in class com.hyjavaapex.model.apexcharts.plotoptions.Bar
-
Note: This option is available since v3.26.0
- setBorderRadius(Number) - Method in class com.hyjavaapex.model.apexcharts.plotoptions.Bar
-
Note: This option is available since v3.26.0
- setBorderRadiusApplication(BorderRadiusApplication) - Method in class com.hyjavaapex.model.apexcharts.plotoptions.Bar
-
Whether to apply border-radius
- setCategoriesAsArrayNumber(List<Number>) - Method in class com.hyjavaapex.model.apexcharts.Xaxis
-
Categories are labels which are displayed on the x-axis.
- setCategoriesAsArrayString(List<String>) - Method in class com.hyjavaapex.model.apexcharts.Xaxis
-
Categories are labels which are displayed on the x-axis.
- setChart(Chart) - Method in class com.hyjavaapex.model.apexcharts.ChartOptions
-
- setColor(String) - Method in class com.hyjavaapex.model.common.Color
-
Set color string.
- setColor(Color) - Method in class com.hyjavaapex.model.common.ColorStop
-
- setColors(List<Color>) - Method in class com.hyjavaapex.model.apexcharts.ChartOptions
-
- setColors(List<Color>) - Method in class com.hyjavaapex.model.apexcharts.Stroke
-
Colors to fill the border for paths.
- setColorValue(String) - Method in class com.hyjavaapex.model.common.Color
-
Set color Javascript value.
- setColumnWidth(Number) - Method in class com.hyjavaapex.model.apexcharts.plotoptions.Bar
-
In column charts, columnWidth is the percentage of the available width in the grid-rect.
- setColumnWidth(String) - Method in class com.hyjavaapex.model.apexcharts.plotoptions.Bar
-
In column charts, columnWidth is the percentage of the available width in the grid-rect.
- setCompressOutput(boolean) - Static method in class com.hyjavaapex.chart.Apexchart
-
Set whether to compress all generated global and chart options.
- setDataAsArrayNumber(List<Number>) - Method in class com.hyjavaapex.model.apexcharts.Series
-
- setDataAsArrayPairs(List<Pair>) - Method in class com.hyjavaapex.model.apexcharts.Series
-
- setDataLabels(DataLabels) - Method in class com.hyjavaapex.model.apexcharts.ChartOptions
-
- setEmitAsString(boolean) - Method in class com.hyjavaapex.model.common.Function
-
Set whether to emit the function as a JSON string and convert it so it to be converted back to a function in your JavaScript.
- setEmitAsString(boolean, boolean) - Method in class com.hyjavaapex.model.common.Function
-
Set whether to emit the function as a JSON string.
- setEmitFunctionsAsString(boolean) - Static method in class com.hyjavaapex.chart.Apexchart
-
Set whether to emit all functions as a JSON string and convert them so they can be converted back to a function in your JavaScript.
- setEmitFunctionsAsString(boolean, boolean) - Static method in class com.hyjavaapex.chart.Apexchart
-
Set whether to emit all functions as a JSON string.
- setEnabled(Boolean) - Method in class com.hyjavaapex.model.apexcharts.DataLabels
-
To determine whether to show dataLabels or not
- setFill(Fill) - Method in class com.hyjavaapex.model.apexcharts.ChartOptions
-
- setFormatter(Function) - Method in class com.hyjavaapex.model.apexcharts.tooltip.Y
-
To format the Y-axis values of tooltip, you can define a custom formatter function.
- setFunctionBody(String) - Method in class com.hyjavaapex.model.common.Function
-
Set the function body.
- setHorizontal(Boolean) - Method in class com.hyjavaapex.model.apexcharts.plotoptions.Bar
-
This option will turn a column chart into a horizontal bar chart.
- setJsValue(String) - Method in class com.hyjavaapex.model.common.General
-
Set the Javascript value.
- setName(String) - Method in class com.hyjavaapex.model.apexcharts.Series
-
- setOffset(Number) - Method in class com.hyjavaapex.model.common.ColorStop
-
- setOpacity(List<Number>) - Method in class com.hyjavaapex.model.apexcharts.Fill
-
Opacity of the fill attribute.
- setOpacity(Number) - Method in class com.hyjavaapex.model.apexcharts.Fill
-
Opacity of the fill attribute.
- setOpacity(Number) - Method in class com.hyjavaapex.model.common.ColorStop
-
- setPlotOptions(PlotOptions) - Method in class com.hyjavaapex.model.apexcharts.ChartOptions
-
- setRGB(int, int, int) - Method in class com.hyjavaapex.model.common.Color
-
Set a RGB color string.
- setRGBA(int, int, int, double) - Method in class com.hyjavaapex.model.common.Color
-
Set a RGBA color string.
- setSeries(List<Series>) - Method in class com.hyjavaapex.model.apexcharts.ChartOptions
-
Accepts an array of object for axis charts or an array of values for non-axis (pie/donut) charts
- setSeriesAsArrayNumber(List<Number>) - Method in class com.hyjavaapex.model.apexcharts.ChartOptions
-
Accepts an array of object for axis charts or an array of values for non-axis (pie/donut) charts
- setShow(Boolean) - Method in class com.hyjavaapex.model.apexcharts.Stroke
-
To show or hide path-stroke / line
- setStroke(Stroke) - Method in class com.hyjavaapex.model.apexcharts.ChartOptions
-
- setText(String) - Method in class com.hyjavaapex.model.apexcharts.yaxis.Title
-
Give the y-axis a title which will be displayed below the axis labels by default.
- setTheme(Theme) - Method in class com.hyjavaapex.chart.Apexchart
-
Sets the theme for the chart.
- setTitle(Title) - Method in class com.hyjavaapex.model.apexcharts.Yaxis
-
- setTooltip(Tooltip) - Method in class com.hyjavaapex.model.apexcharts.ChartOptions
-
- setType(ChartType) - Method in class com.hyjavaapex.model.apexcharts.Chart
-
Specify the chart type
- setWidth(List<Number>) - Method in class com.hyjavaapex.model.apexcharts.Stroke
-
Sets the width of border for svg path
- setWidth(Number) - Method in class com.hyjavaapex.model.apexcharts.Stroke
-
Sets the width of border for svg path
- setXaxis(Xaxis) - Method in class com.hyjavaapex.model.apexcharts.ChartOptions
-
- setY(List<Y>) - Method in class com.hyjavaapex.model.apexcharts.Tooltip
-
In a multiple series, the
- setY(Y) - Method in class com.hyjavaapex.model.apexcharts.Tooltip
-
In a multiple series, the
- setYaxis(List<Yaxis>) - Method in class com.hyjavaapex.model.apexcharts.ChartOptions
-
- SIENNA - Static variable in class com.hyjavaapex.model.common.Color
-
- SILVER - Static variable in class com.hyjavaapex.model.common.Color
-
- SKYBLUE - Static variable in class com.hyjavaapex.model.common.Color
-
- SLATEBLUE - Static variable in class com.hyjavaapex.model.common.Color
-
- SLATEGRAY - Static variable in class com.hyjavaapex.model.common.Color
-
- SNOW - Static variable in class com.hyjavaapex.model.common.Color
-
- SPRINGGREEN - Static variable in class com.hyjavaapex.model.common.Color
-
- STEELBLUE - Static variable in class com.hyjavaapex.model.common.Color
-
- Stroke - Class in com.hyjavaapex.model.apexcharts
-
Copyright (c) 2024 Powerbuilt Systems.
- Stroke() - Constructor for class com.hyjavaapex.model.apexcharts.Stroke
-