Index

A B C D E F G H I L N O P R S T U V X Y 
All Classes and Interfaces|All Packages|Constant Field Values

A

addAllResources(Head) - Static method in class com.oorian.chartjs.ChartJs
Adds all required Chart.js resources to the HTML head.
addChartJsJavascript(Head) - Static method in class com.oorian.chartjs.ChartJs
Adds all required Chart.js JavaScript files to the HTML head.
addCode(String) - Method in class com.oorian.chartjs.ChartJsInitScript
Adds a line of initialization code to the script.
addData(CjDataPoint) - Method in class com.oorian.chartjs.CjDataset
Adds a single data point.
addData(Number) - Method in class com.oorian.chartjs.CjDataset
Adds a single data value.
addDataset(CjDataset) - Method in class com.oorian.chartjs.CjChart
Adds a dataset to the chart.
addDataset(CjDataset) - Method in class com.oorian.chartjs.CjChartData
Adds a dataset to the chart.
addScatterData(String, List<CjDataPoint>) - Method in class com.oorian.chartjs.CjScatterChart
Convenience method to add a dataset with x/y data points.

B

bar(String, Number...) - Static method in class com.oorian.chartjs.CjDataset
Creates a bar chart dataset.
BAR - Enum constant in enum class com.oorian.chartjs.enums.ChartType
 
Basic Usage: - Search tag in class com.oorian.chartjs.ChartJs
Section
Basic Usage: - Search tag in class com.oorian.chartjs.CjBarChart
Section
Basic Usage: - Search tag in class com.oorian.chartjs.CjBubbleChart
Section
Basic Usage: - Search tag in class com.oorian.chartjs.CjChart
Section
Basic Usage: - Search tag in class com.oorian.chartjs.CjDoughnutChart
Section
Basic Usage: - Search tag in class com.oorian.chartjs.CjLineChart
Section
Basic Usage: - Search tag in class com.oorian.chartjs.CjPieChart
Section
Basic Usage: - Search tag in class com.oorian.chartjs.CjPolarAreaChart
Section
Basic Usage: - Search tag in class com.oorian.chartjs.CjRadarChart
Section
Basic Usage: - Search tag in class com.oorian.chartjs.CjScatterChart
Section
BOTTOM - Enum constant in enum class com.oorian.chartjs.enums.LegendPosition
 
bubble(Number, Number, Number) - Static method in class com.oorian.chartjs.CjDataPoint
Creates a bubble chart data point.
BUBBLE - Enum constant in enum class com.oorian.chartjs.enums.ChartType
 

C

callMethod(String, Object...) - Method in class com.oorian.chartjs.ChartJsComponent
Calls a method on the client-side Chart.js instance.
CATEGORY - Enum constant in enum class com.oorian.chartjs.enums.ScaleType
 
CHARTAREA - Enum constant in enum class com.oorian.chartjs.enums.LegendPosition
 
ChartJs - Class in com.oorian.chartjs
Entry point class for the Chart.js library integration with Oorian.
ChartJs() - Constructor for class com.oorian.chartjs.ChartJs
 
ChartJsComponent<T> - Class in com.oorian.chartjs
Base class for all Chart.js components in the Oorian framework.
ChartJsComponent(String, String) - Constructor for class com.oorian.chartjs.ChartJsComponent
Creates a new Chart.js component.
ChartJsInitScript - Class in com.oorian.chartjs
JavaScript initialization script for Chart.js components.
ChartJsInitScript() - Constructor for class com.oorian.chartjs.ChartJsInitScript
Creates a new Chart.js initialization script.
ChartType - Enum Class in com.oorian.chartjs.enums
Chart types supported by Chart.js.
CIRCLE - Enum constant in enum class com.oorian.chartjs.enums.PointStyle
 
CjAnimationConfig - Class in com.oorian.chartjs
Configuration for Chart.js animation settings.
CjAnimationConfig() - Constructor for class com.oorian.chartjs.CjAnimationConfig
Creates a new animation configuration.
CjAxisConfig - Class in com.oorian.chartjs
Configuration for a single axis in Chart.js charts.
CjAxisConfig() - Constructor for class com.oorian.chartjs.CjAxisConfig
Creates a new axis configuration.
CjBarChart - Class in com.oorian.chartjs
Bar chart component for Chart.js.
CjBarChart() - Constructor for class com.oorian.chartjs.CjBarChart
Creates a new vertical bar chart.
CjBubbleChart - Class in com.oorian.chartjs
Bubble chart component for Chart.js.
CjBubbleChart() - Constructor for class com.oorian.chartjs.CjBubbleChart
Creates a new bubble chart.
CjChart - Class in com.oorian.chartjs
Main Chart.js chart component for the Oorian framework.
CjChart() - Constructor for class com.oorian.chartjs.CjChart
Creates a new chart with the default type (line).
CjChart(ChartType) - Constructor for class com.oorian.chartjs.CjChart
Creates a new chart with the specified type.
CjChartData - Class in com.oorian.chartjs
Data configuration for Chart.js charts.
CjChartData() - Constructor for class com.oorian.chartjs.CjChartData
Creates a new chart data configuration.
CjChartOptions - Class in com.oorian.chartjs
Options configuration for Chart.js charts.
CjChartOptions() - Constructor for class com.oorian.chartjs.CjChartOptions
Creates a new chart options configuration.
CjDataPoint - Class in com.oorian.chartjs
Represents a data point for scatter and bubble charts.
CjDataPoint(Number, Number) - Constructor for class com.oorian.chartjs.CjDataPoint
Creates a data point with x and y coordinates.
CjDataPoint(Number, Number, Number) - Constructor for class com.oorian.chartjs.CjDataPoint
Creates a data point with x, y coordinates and radius (for bubble charts).
CjDataset - Class in com.oorian.chartjs
Represents a dataset for Chart.js charts.
CjDataset() - Constructor for class com.oorian.chartjs.CjDataset
Creates an empty dataset.
CjDataset(String) - Constructor for class com.oorian.chartjs.CjDataset
Creates a dataset with a label.
CjDoughnutChart - Class in com.oorian.chartjs
Doughnut chart component for Chart.js.
CjDoughnutChart() - Constructor for class com.oorian.chartjs.CjDoughnutChart
Creates a new doughnut chart.
CjInteractionConfig - Class in com.oorian.chartjs
Configuration for Chart.js interaction settings.
CjInteractionConfig() - Constructor for class com.oorian.chartjs.CjInteractionConfig
Creates a new interaction configuration.
CjLegendConfig - Class in com.oorian.chartjs
Configuration for Chart.js legend plugin.
CjLegendConfig() - Constructor for class com.oorian.chartjs.CjLegendConfig
Creates a new legend configuration.
CjLineChart - Class in com.oorian.chartjs
Line chart component for Chart.js.
CjLineChart() - Constructor for class com.oorian.chartjs.CjLineChart
Creates a new line chart.
CjPieChart - Class in com.oorian.chartjs
Pie chart component for Chart.js.
CjPieChart() - Constructor for class com.oorian.chartjs.CjPieChart
Creates a new pie chart.
CjPlugins - Class in com.oorian.chartjs
Plugin configuration for Chart.js charts.
CjPlugins() - Constructor for class com.oorian.chartjs.CjPlugins
Creates a new plugins configuration.
CjPolarAreaChart - Class in com.oorian.chartjs
Polar area chart component for Chart.js.
CjPolarAreaChart() - Constructor for class com.oorian.chartjs.CjPolarAreaChart
Creates a new polar area chart.
CjRadarChart - Class in com.oorian.chartjs
Radar chart component for Chart.js.
CjRadarChart() - Constructor for class com.oorian.chartjs.CjRadarChart
Creates a new radar chart.
CjScales - Class in com.oorian.chartjs
Scale configuration for Chart.js axes.
CjScales() - Constructor for class com.oorian.chartjs.CjScales
Creates a new scales configuration.
CjScatterChart - Class in com.oorian.chartjs
Scatter chart component for Chart.js.
CjScatterChart() - Constructor for class com.oorian.chartjs.CjScatterChart
Creates a new scatter chart.
CjTitleConfig - Class in com.oorian.chartjs
Configuration for Chart.js title and subtitle plugins.
CjTitleConfig() - Constructor for class com.oorian.chartjs.CjTitleConfig
Creates a new title configuration.
CjTitleConfig(String) - Constructor for class com.oorian.chartjs.CjTitleConfig
Creates a new title configuration with text.
CjTooltipConfig - Class in com.oorian.chartjs
Configuration for Chart.js tooltip plugin.
CjTooltipConfig() - Constructor for class com.oorian.chartjs.CjTooltipConfig
Creates a new tooltip configuration.
com.oorian.chartjs - package com.oorian.chartjs
 
com.oorian.chartjs.enums - package com.oorian.chartjs.enums
 
CROSS - Enum constant in enum class com.oorian.chartjs.enums.PointStyle
 
CROSSROT - Enum constant in enum class com.oorian.chartjs.enums.PointStyle
 
Custom Paths: - Search tag in class com.oorian.chartjs.ChartJs
Section

D

DASH - Enum constant in enum class com.oorian.chartjs.enums.PointStyle
 
DATASET - Enum constant in enum class com.oorian.chartjs.enums.InteractionMode
 
destroy() - Method in class com.oorian.chartjs.CjChart
Destroys the chart instance.
DOUGHNUT - Enum constant in enum class com.oorian.chartjs.enums.ChartType
 

E

END - Enum constant in enum class com.oorian.chartjs.enums.FillMode
 

F

FALSE - Enum constant in enum class com.oorian.chartjs.enums.FillMode
 
FALSE - Enum constant in enum class com.oorian.chartjs.enums.PointStyle
 
FillMode - Enum Class in com.oorian.chartjs.enums
Fill modes for area charts in Chart.js.

G

getAlign() - Method in class com.oorian.chartjs.CjLegendConfig
 
getAlign() - Method in class com.oorian.chartjs.CjTitleConfig
 
getAnimation() - Method in class com.oorian.chartjs.CjChartOptions
 
getAspectRatio() - Method in class com.oorian.chartjs.CjChartOptions
 
getAxis() - Method in class com.oorian.chartjs.CjInteractionConfig
 
getBackgroundColor() - Method in class com.oorian.chartjs.CjTooltipConfig
 
getBeginAtZero() - Method in class com.oorian.chartjs.CjAxisConfig
 
getBodyColor() - Method in class com.oorian.chartjs.CjTooltipConfig
 
getBodyFontSize() - Method in class com.oorian.chartjs.CjTooltipConfig
 
getBorderColor() - Method in class com.oorian.chartjs.CjTooltipConfig
 
getBorderWidth() - Method in class com.oorian.chartjs.CjTooltipConfig
 
getCaretPadding() - Method in class com.oorian.chartjs.CjTooltipConfig
 
getCaretSize() - Method in class com.oorian.chartjs.CjTooltipConfig
 
getChartJs() - Static method in class com.oorian.chartjs.ChartJs
Gets the full path to the Chart.js main JavaScript file.
getColor() - Method in class com.oorian.chartjs.CjTitleConfig
 
getComponentType() - Method in class com.oorian.chartjs.ChartJsComponent
Gets the component type identifier.
getConfig() - Method in class com.oorian.chartjs.ChartJsComponent
Gets the configuration object for this component.
getCornerRadius() - Method in class com.oorian.chartjs.CjTooltipConfig
 
getData() - Method in class com.oorian.chartjs.CjDataset
Gets the data values.
getDataPoints() - Method in class com.oorian.chartjs.CjDataset
Gets the data points.
getDatasets() - Method in class com.oorian.chartjs.CjChart
Gets the datasets.
getDatasets() - Method in class com.oorian.chartjs.CjChartData
Gets the datasets.
getDelay() - Method in class com.oorian.chartjs.CjAnimationConfig
 
getDisplay() - Method in class com.oorian.chartjs.CjAxisConfig
 
getDisplay() - Method in class com.oorian.chartjs.CjLegendConfig
 
getDisplay() - Method in class com.oorian.chartjs.CjTitleConfig
 
getDuration() - Method in class com.oorian.chartjs.CjAnimationConfig
 
getEasing() - Method in class com.oorian.chartjs.CjAnimationConfig
 
getEnabled() - Method in class com.oorian.chartjs.CjAnimationConfig
 
getEnabled() - Method in class com.oorian.chartjs.CjTooltipConfig
 
getFontFamily() - Method in class com.oorian.chartjs.CjTitleConfig
 
getFontSize() - Method in class com.oorian.chartjs.CjTitleConfig
 
getFontWeight() - Method in class com.oorian.chartjs.CjTitleConfig
 
getFooterColor() - Method in class com.oorian.chartjs.CjTooltipConfig
 
getFooterFontSize() - Method in class com.oorian.chartjs.CjTooltipConfig
 
getGridColor() - Method in class com.oorian.chartjs.CjAxisConfig
 
getGridDisplay() - Method in class com.oorian.chartjs.CjAxisConfig
 
getGridLineWidth() - Method in class com.oorian.chartjs.CjAxisConfig
 
getHover() - Method in class com.oorian.chartjs.CjChartOptions
 
getIndexAxis() - Method in class com.oorian.chartjs.CjChartOptions
 
getInteraction() - Method in class com.oorian.chartjs.CjChartOptions
 
getIntersect() - Method in class com.oorian.chartjs.CjInteractionConfig
 
getIntersect() - Method in class com.oorian.chartjs.CjTooltipConfig
 
getLabel() - Method in class com.oorian.chartjs.CjDataset
Gets the dataset label.
getLabels() - Method in class com.oorian.chartjs.CjChart
Gets the chart labels.
getLabels() - Method in class com.oorian.chartjs.CjChartData
Gets the chart labels.
getLabelsBoxHeight() - Method in class com.oorian.chartjs.CjLegendConfig
 
getLabelsBoxWidth() - Method in class com.oorian.chartjs.CjLegendConfig
 
getLabelsColor() - Method in class com.oorian.chartjs.CjLegendConfig
 
getLabelsFontFamily() - Method in class com.oorian.chartjs.CjLegendConfig
 
getLabelsFontSize() - Method in class com.oorian.chartjs.CjLegendConfig
 
getLabelsFontWeight() - Method in class com.oorian.chartjs.CjLegendConfig
 
getLabelsPadding() - Method in class com.oorian.chartjs.CjLegendConfig
 
getLabelsUsePointStyle() - Method in class com.oorian.chartjs.CjLegendConfig
 
getLegend() - Method in class com.oorian.chartjs.CjPlugins
Gets the legend configuration.
getLoop() - Method in class com.oorian.chartjs.CjAnimationConfig
 
getMaintainAspectRatio() - Method in class com.oorian.chartjs.CjChartOptions
 
getMax() - Method in class com.oorian.chartjs.CjAxisConfig
 
getMin() - Method in class com.oorian.chartjs.CjAxisConfig
 
getMode() - Method in class com.oorian.chartjs.CjInteractionConfig
 
getMode() - Method in class com.oorian.chartjs.CjTooltipConfig
 
getOorianChartJs() - Static method in class com.oorian.chartjs.ChartJs
Gets the full path to the Oorian-ChartJs bridge script.
getPadding() - Method in class com.oorian.chartjs.CjTitleConfig
 
getPadding() - Method in class com.oorian.chartjs.CjTooltipConfig
 
getPlugins() - Method in class com.oorian.chartjs.CjChart
Gets the plugins configuration.
getPlugins() - Method in class com.oorian.chartjs.CjChartOptions
 
getPosition() - Method in class com.oorian.chartjs.CjLegendConfig
 
getPosition() - Method in class com.oorian.chartjs.CjTitleConfig
 
getPosition() - Method in class com.oorian.chartjs.CjTooltipConfig
 
getR() - Method in class com.oorian.chartjs.CjDataPoint
Gets the radius.
getRAxis() - Method in class com.oorian.chartjs.CjScales
Gets the R-axis configuration.
getResponsive() - Method in class com.oorian.chartjs.CjChartOptions
 
getReverse() - Method in class com.oorian.chartjs.CjAxisConfig
 
getReverse() - Method in class com.oorian.chartjs.CjLegendConfig
 
getRtl() - Method in class com.oorian.chartjs.CjLegendConfig
 
getScales() - Method in class com.oorian.chartjs.CjChart
Gets the scales configuration.
getScales() - Method in class com.oorian.chartjs.CjChartOptions
 
getStacked() - Method in class com.oorian.chartjs.CjAxisConfig
 
getSubtitle() - Method in class com.oorian.chartjs.CjPlugins
Gets the subtitle configuration.
getText() - Method in class com.oorian.chartjs.CjTitleConfig
 
getTicksColor() - Method in class com.oorian.chartjs.CjAxisConfig
 
getTicksDisplay() - Method in class com.oorian.chartjs.CjAxisConfig
 
getTicksFontSize() - Method in class com.oorian.chartjs.CjAxisConfig
 
getTitle() - Method in class com.oorian.chartjs.CjAxisConfig
 
getTitle() - Method in class com.oorian.chartjs.CjPlugins
Gets the title configuration.
getTitleColor() - Method in class com.oorian.chartjs.CjAxisConfig
 
getTitleColor() - Method in class com.oorian.chartjs.CjTooltipConfig
 
getTitleDisplay() - Method in class com.oorian.chartjs.CjAxisConfig
 
getTitleFontSize() - Method in class com.oorian.chartjs.CjTooltipConfig
 
getTitleFontWeight() - Method in class com.oorian.chartjs.CjTooltipConfig
 
getTooltip() - Method in class com.oorian.chartjs.CjPlugins
Gets the tooltip configuration.
getType() - Method in class com.oorian.chartjs.CjAxisConfig
 
getValue() - Method in enum class com.oorian.chartjs.enums.ChartType
 
getValue() - Method in enum class com.oorian.chartjs.enums.FillMode
 
getValue() - Method in enum class com.oorian.chartjs.enums.IndexAxis
 
getValue() - Method in enum class com.oorian.chartjs.enums.InteractionMode
 
getValue() - Method in enum class com.oorian.chartjs.enums.LegendPosition
 
getValue() - Method in enum class com.oorian.chartjs.enums.PointStyle
 
getValue() - Method in enum class com.oorian.chartjs.enums.ScaleType
 
getX() - Method in class com.oorian.chartjs.CjDataPoint
Gets the x-coordinate.
getXAxis() - Method in class com.oorian.chartjs.CjScales
Gets the X-axis configuration.
getY() - Method in class com.oorian.chartjs.CjDataPoint
Gets the y-coordinate.
getYAxis() - Method in class com.oorian.chartjs.CjScales
Gets the Y-axis configuration.

H

hasValues() - Method in class com.oorian.chartjs.CjAnimationConfig
Checks if this configuration has any values set.
hasValues() - Method in class com.oorian.chartjs.CjAxisConfig
Checks if this configuration has any values set.
hasValues() - Method in class com.oorian.chartjs.CjChartOptions
Checks if this configuration has any values set.
hasValues() - Method in class com.oorian.chartjs.CjInteractionConfig
Checks if this configuration has any values set.
hasValues() - Method in class com.oorian.chartjs.CjLegendConfig
Checks if this configuration has any values set.
hasValues() - Method in class com.oorian.chartjs.CjTitleConfig
Checks if this configuration has any values set.
hasValues() - Method in class com.oorian.chartjs.CjTooltipConfig
Checks if this configuration has any values set.

I

ID - Static variable in class com.oorian.chartjs.ChartJsInitScript
 
INDEX - Enum constant in enum class com.oorian.chartjs.enums.InteractionMode
 
IndexAxis - Enum Class in com.oorian.chartjs.enums
Index axis for Chart.js bar charts.
initFromJson(JsonValue) - Method in class com.oorian.chartjs.CjAnimationConfig
 
initFromJson(JsonValue) - Method in class com.oorian.chartjs.CjAxisConfig
 
initFromJson(JsonValue) - Method in class com.oorian.chartjs.CjChartData
 
initFromJson(JsonValue) - Method in class com.oorian.chartjs.CjChartOptions
 
initFromJson(JsonValue) - Method in class com.oorian.chartjs.CjDataPoint
 
initFromJson(JsonValue) - Method in class com.oorian.chartjs.CjDataset
 
initFromJson(JsonValue) - Method in class com.oorian.chartjs.CjInteractionConfig
 
initFromJson(JsonValue) - Method in class com.oorian.chartjs.CjLegendConfig
 
initFromJson(JsonValue) - Method in class com.oorian.chartjs.CjPlugins
 
initFromJson(JsonValue) - Method in class com.oorian.chartjs.CjScales
 
initFromJson(JsonValue) - Method in class com.oorian.chartjs.CjTitleConfig
 
initFromJson(JsonValue) - Method in class com.oorian.chartjs.CjTooltipConfig
 
initialize() - Method in class com.oorian.chartjs.ChartJsComponent
 
initialize() - Method in class com.oorian.chartjs.ChartJsInitScript
 
initialize() - Method in class com.oorian.chartjs.CjChart
 
initialize(HtmlPage) - Static method in class com.oorian.chartjs.ChartJs
Initializes Chart.js for the given page.
InteractionMode - Enum Class in com.oorian.chartjs.enums
Interaction modes for Chart.js tooltips and hover effects.

L

LEFT - Enum constant in enum class com.oorian.chartjs.enums.LegendPosition
 
LegendPosition - Enum Class in com.oorian.chartjs.enums
Legend position options for Chart.js charts.
line(String, Number...) - Static method in class com.oorian.chartjs.CjDataset
Creates a line chart dataset.
LINE - Enum constant in enum class com.oorian.chartjs.enums.ChartType
 
LINE - Enum constant in enum class com.oorian.chartjs.enums.PointStyle
 
LINEAR - Enum constant in enum class com.oorian.chartjs.enums.ScaleType
 
LOGARITHMIC - Enum constant in enum class com.oorian.chartjs.enums.ScaleType
 

N

NEAREST - Enum constant in enum class com.oorian.chartjs.enums.InteractionMode
 

O

of(Number, Number) - Static method in class com.oorian.chartjs.CjDataPoint
Creates a scatter chart data point.
ORIGIN - Enum constant in enum class com.oorian.chartjs.enums.FillMode
 

P

pie(String, Number...) - Static method in class com.oorian.chartjs.CjDataset
Creates a pie chart dataset.
PIE - Enum constant in enum class com.oorian.chartjs.enums.ChartType
 
POINT - Enum constant in enum class com.oorian.chartjs.enums.InteractionMode
 
PointStyle - Enum Class in com.oorian.chartjs.enums
Point styles for data points in Chart.js charts.
POLAR_AREA - Enum constant in enum class com.oorian.chartjs.enums.ChartType
 

R

RADAR - Enum constant in enum class com.oorian.chartjs.enums.ChartType
 
RADIAL_LINEAR - Enum constant in enum class com.oorian.chartjs.enums.ScaleType
 
RECT - Enum constant in enum class com.oorian.chartjs.enums.PointStyle
 
RECTROT - Enum constant in enum class com.oorian.chartjs.enums.PointStyle
 
RECTROUNDED - Enum constant in enum class com.oorian.chartjs.enums.PointStyle
 
render() - Method in class com.oorian.chartjs.CjChart
Renders the chart.
reset() - Method in class com.oorian.chartjs.CjChart
Resets the chart to its initial state.
resize() - Method in class com.oorian.chartjs.CjChart
Resizes the chart.
RIGHT - Enum constant in enum class com.oorian.chartjs.enums.LegendPosition
 

S

ScaleType - Enum Class in com.oorian.chartjs.enums
Scale types for Chart.js axes.
scatter(String, CjDataPoint...) - Static method in class com.oorian.chartjs.CjDataset
Creates a scatter chart dataset.
SCATTER - Enum constant in enum class com.oorian.chartjs.enums.ChartType
 
setAlign(String) - Method in class com.oorian.chartjs.CjLegendConfig
Sets the legend alignment.
setAlign(String) - Method in class com.oorian.chartjs.CjTitleConfig
Sets the title alignment.
setAnimation(CjAnimationConfig) - Method in class com.oorian.chartjs.CjChartOptions
Sets the animation configuration.
setAnimationDuration(int) - Method in class com.oorian.chartjs.CjChart
Sets the animation duration.
setAnimationsEnabled(boolean) - Method in class com.oorian.chartjs.CjChart
Sets whether animations are enabled.
setAspectRatio(double) - Method in class com.oorian.chartjs.CjChart
Sets the aspect ratio.
setAspectRatio(double) - Method in class com.oorian.chartjs.CjChartOptions
Sets the aspect ratio.
setAxis(String) - Method in class com.oorian.chartjs.CjInteractionConfig
Sets the axis to use for interaction.
setBackgroundColor(String) - Method in class com.oorian.chartjs.CjTooltipConfig
Sets the tooltip background color.
setBackgroundColor(String...) - Method in class com.oorian.chartjs.CjDataset
Sets background color(s).
setBackgroundColors(String...) - Method in class com.oorian.chartjs.CjDataset
Sets individual background colors for each data point.
setBackgroundColors(List<String>) - Method in class com.oorian.chartjs.CjDataset
Sets individual background colors from a list.
setBarPercentage(double) - Method in class com.oorian.chartjs.CjDataset
Sets the bar percentage (width relative to category).
setBarThickness(int) - Method in class com.oorian.chartjs.CjDataset
Sets the bar thickness in pixels.
setBeginAtZero(boolean) - Method in class com.oorian.chartjs.CjAxisConfig
Sets whether the axis should begin at zero.
setBodyColor(String) - Method in class com.oorian.chartjs.CjTooltipConfig
Sets the body text color.
setBodyFontSize(int) - Method in class com.oorian.chartjs.CjTooltipConfig
Sets the body font size.
setBorderColor(String) - Method in class com.oorian.chartjs.CjDataset
Sets a single border color.
setBorderColor(String) - Method in class com.oorian.chartjs.CjTooltipConfig
Sets the border color.
setBorderColors(String...) - Method in class com.oorian.chartjs.CjDataset
Sets individual border colors for each data point.
setBorderRadius(int) - Method in class com.oorian.chartjs.CjDataset
Sets the border radius for bars.
setBorderSkipped(String) - Method in class com.oorian.chartjs.CjDataset
Sets which border to skip.
setBorderWidth(int) - Method in class com.oorian.chartjs.CjDataset
Sets the border width.
setBorderWidth(int) - Method in class com.oorian.chartjs.CjTooltipConfig
Sets the border width.
setCaretPadding(int) - Method in class com.oorian.chartjs.CjTooltipConfig
Sets the caret padding.
setCaretSize(int) - Method in class com.oorian.chartjs.CjTooltipConfig
Sets the size of the tooltip caret (arrow).
setCategoryPercentage(double) - Method in class com.oorian.chartjs.CjDataset
Sets the category percentage.
setChartJsRootPath(String) - Static method in class com.oorian.chartjs.ChartJs
Sets the root path for Chart.js resources.
setChartType(ChartType) - Method in class com.oorian.chartjs.CjChart
Sets the chart type.
setChartType(String) - Method in class com.oorian.chartjs.CjChart
Sets the chart type by string value.
setCircumference(int) - Method in class com.oorian.chartjs.CjDataset
Sets the arc circumference in degrees.
setColor(String) - Method in class com.oorian.chartjs.CjTitleConfig
Sets the title color.
setConfig(String, Object) - Method in class com.oorian.chartjs.ChartJsComponent
Sets a configuration option on the Chart.js component.
setCornerRadius(int) - Method in class com.oorian.chartjs.CjTooltipConfig
Sets the corner radius.
setCutout(String) - Method in class com.oorian.chartjs.CjDataset
Sets the cutout percentage for doughnut charts.
setData(Number...) - Method in class com.oorian.chartjs.CjDataset
Sets the data values.
setData(String, Number...) - Method in class com.oorian.chartjs.CjChart
Convenience method to quickly add data with a label.
setData(String, List<Number>) - Method in class com.oorian.chartjs.CjChart
Convenience method to quickly add data from a list.
setData(List<Number>) - Method in class com.oorian.chartjs.CjDataset
Sets the data values from a list.
setDataPoints(CjDataPoint...) - Method in class com.oorian.chartjs.CjDataset
Sets data points for scatter/bubble charts.
setDataPoints(List<CjDataPoint>) - Method in class com.oorian.chartjs.CjDataset
Sets data points from a list.
setDatasets(List<CjDataset>) - Method in class com.oorian.chartjs.CjChart
Sets all datasets at once.
setDatasets(List<CjDataset>) - Method in class com.oorian.chartjs.CjChartData
Sets all datasets at once.
setDelay(int) - Method in class com.oorian.chartjs.CjAnimationConfig
Sets the animation delay.
setDisplay(boolean) - Method in class com.oorian.chartjs.CjAxisConfig
Sets whether the axis is displayed.
setDisplay(boolean) - Method in class com.oorian.chartjs.CjLegendConfig
Sets whether to display the legend.
setDisplay(boolean) - Method in class com.oorian.chartjs.CjTitleConfig
Sets whether to display the title.
setDuration(int) - Method in class com.oorian.chartjs.CjAnimationConfig
Sets the animation duration.
setEasing(String) - Method in class com.oorian.chartjs.CjAnimationConfig
Sets the easing function.
setEnabled(boolean) - Method in class com.oorian.chartjs.CjAnimationConfig
Sets whether animations are enabled.
setEnabled(boolean) - Method in class com.oorian.chartjs.CjTooltipConfig
Sets whether tooltips are enabled.
setFill(boolean) - Method in class com.oorian.chartjs.CjDataset
Sets whether to fill the area under the line.
setFill(FillMode) - Method in class com.oorian.chartjs.CjDataset
Sets the fill mode for the area chart.
setFont(int, String) - Method in class com.oorian.chartjs.CjTitleConfig
Sets the font configuration.
setFontFamily(String) - Method in class com.oorian.chartjs.CjTitleConfig
Sets the font family.
setFontSize(int) - Method in class com.oorian.chartjs.CjTitleConfig
Sets the font size.
setFontWeight(String) - Method in class com.oorian.chartjs.CjTitleConfig
Sets the font weight.
setFooterColor(String) - Method in class com.oorian.chartjs.CjTooltipConfig
Sets the footer text color.
setFooterFontSize(int) - Method in class com.oorian.chartjs.CjTooltipConfig
Sets the footer font size.
setGridColor(String) - Method in class com.oorian.chartjs.CjAxisConfig
Sets the grid line color.
setGridDisplay(boolean) - Method in class com.oorian.chartjs.CjAxisConfig
Sets whether to display grid lines.
setGridLineWidth(int) - Method in class com.oorian.chartjs.CjAxisConfig
Sets the grid line width.
setHeight(int) - Method in class com.oorian.chartjs.ChartJsComponent
Sets the height of the chart in pixels.
setHeight(String) - Method in class com.oorian.chartjs.ChartJsComponent
Sets the height of the chart container.
setHidden(boolean) - Method in class com.oorian.chartjs.CjDataset
Sets whether this dataset is hidden.
setHorizontal(boolean) - Method in class com.oorian.chartjs.CjBarChart
Sets whether the bar chart should be horizontal.
setHover(CjInteractionConfig) - Method in class com.oorian.chartjs.CjChartOptions
Sets the hover configuration.
setHoverMode(InteractionMode) - Method in class com.oorian.chartjs.CjChart
Sets the hover mode.
setHoverOffset(int) - Method in class com.oorian.chartjs.CjDataset
Sets the hover offset for arcs.
setIndexAxis(IndexAxis) - Method in class com.oorian.chartjs.CjChart
Sets the index axis for horizontal bar charts.
setIndexAxis(IndexAxis) - Method in class com.oorian.chartjs.CjChartOptions
Sets the index axis for horizontal bar charts.
setInteraction(CjInteractionConfig) - Method in class com.oorian.chartjs.CjChartOptions
Sets the interaction configuration.
setInteractionIntersect(boolean) - Method in class com.oorian.chartjs.CjChart
Sets whether interaction requires intersecting the element.
setInteractionMode(InteractionMode) - Method in class com.oorian.chartjs.CjChart
Sets the interaction mode.
setIntersect(boolean) - Method in class com.oorian.chartjs.CjInteractionConfig
Sets whether to only trigger when directly over an element.
setIntersect(boolean) - Method in class com.oorian.chartjs.CjTooltipConfig
Sets whether to only trigger when directly over an element.
setLabel(String) - Method in class com.oorian.chartjs.CjDataset
Sets the dataset label.
setLabels(String...) - Method in class com.oorian.chartjs.CjChart
Sets the chart labels (x-axis categories).
setLabels(String...) - Method in class com.oorian.chartjs.CjChartData
Sets the chart labels (x-axis categories).
setLabels(List<String>) - Method in class com.oorian.chartjs.CjChart
Sets the chart labels from a list.
setLabels(List<String>) - Method in class com.oorian.chartjs.CjChartData
Sets the chart labels from a list.
setLabelsBoxHeight(int) - Method in class com.oorian.chartjs.CjLegendConfig
Sets the height of the color box.
setLabelsBoxWidth(int) - Method in class com.oorian.chartjs.CjLegendConfig
Sets the width of the color box.
setLabelsColor(String) - Method in class com.oorian.chartjs.CjLegendConfig
Sets the label text color.
setLabelsFontFamily(String) - Method in class com.oorian.chartjs.CjLegendConfig
Sets the label font family.
setLabelsFontSize(int) - Method in class com.oorian.chartjs.CjLegendConfig
Sets the label font size.
setLabelsFontWeight(String) - Method in class com.oorian.chartjs.CjLegendConfig
Sets the label font weight.
setLabelsPadding(int) - Method in class com.oorian.chartjs.CjLegendConfig
Sets the padding between legend items.
setLabelsUsePointStyle(boolean) - Method in class com.oorian.chartjs.CjLegendConfig
Sets whether to use point style instead of boxes.
setLegend(CjLegendConfig) - Method in class com.oorian.chartjs.CjPlugins
Sets the legend configuration.
setLegendAlign(String) - Method in class com.oorian.chartjs.CjPlugins
Sets the legend alignment.
setLegendDisplay(boolean) - Method in class com.oorian.chartjs.CjPlugins
Sets whether to display the legend.
setLegendLabelsColor(String) - Method in class com.oorian.chartjs.CjPlugins
Sets the legend labels color.
setLegendLabelsFont(int) - Method in class com.oorian.chartjs.CjPlugins
Sets the legend labels font size.
setLegendPosition(LegendPosition) - Method in class com.oorian.chartjs.CjChart
Sets the legend position.
setLegendPosition(LegendPosition) - Method in class com.oorian.chartjs.CjPlugins
Sets the legend position.
setLegendReverse(boolean) - Method in class com.oorian.chartjs.CjPlugins
Sets whether to reverse the legend items.
setLegendVisible(boolean) - Method in class com.oorian.chartjs.CjChart
Sets whether the legend is visible.
setLoop(boolean) - Method in class com.oorian.chartjs.CjAnimationConfig
Sets whether the animation should loop.
setMaintainAspectRatio(boolean) - Method in class com.oorian.chartjs.CjChart
Sets whether to maintain aspect ratio.
setMaintainAspectRatio(boolean) - Method in class com.oorian.chartjs.CjChartOptions
Sets whether to maintain aspect ratio.
setMax(Number) - Method in class com.oorian.chartjs.CjAxisConfig
Sets the maximum value.
setMaxBarThickness(int) - Method in class com.oorian.chartjs.CjDataset
Sets the maximum bar thickness.
setMin(Number) - Method in class com.oorian.chartjs.CjAxisConfig
Sets the minimum value.
setMode(InteractionMode) - Method in class com.oorian.chartjs.CjInteractionConfig
Sets the interaction mode.
setMode(InteractionMode) - Method in class com.oorian.chartjs.CjTooltipConfig
Sets the tooltip interaction mode.
setOffset(int) - Method in class com.oorian.chartjs.CjDataset
Sets the offset for all arcs.
setOorianChartJsPath(String) - Static method in class com.oorian.chartjs.ChartJs
Sets the path where the Oorian-ChartJs bridge script is located.
setOptions(CjChartOptions) - Method in class com.oorian.chartjs.CjChart
Sets the options configuration directly.
setOrder(int) - Method in class com.oorian.chartjs.CjDataset
Sets the drawing order for this dataset.
setPadding(int) - Method in class com.oorian.chartjs.CjTitleConfig
Sets the padding around the title.
setPadding(int) - Method in class com.oorian.chartjs.CjTooltipConfig
Sets the tooltip padding.
setPlugins(CjPlugins) - Method in class com.oorian.chartjs.CjChart
Sets the plugins configuration.
setPlugins(CjPlugins) - Method in class com.oorian.chartjs.CjChartOptions
Sets the plugins configuration.
setPointBackgroundColor(String) - Method in class com.oorian.chartjs.CjDataset
Sets the point background color.
setPointBorderColor(String) - Method in class com.oorian.chartjs.CjDataset
Sets the point border color.
setPointHoverRadius(int) - Method in class com.oorian.chartjs.CjDataset
Sets the point hover radius.
setPointRadius(int) - Method in class com.oorian.chartjs.CjDataset
Sets the point radius.
setPointStyle(PointStyle) - Method in class com.oorian.chartjs.CjDataset
Sets the point style.
setPosition(LegendPosition) - Method in class com.oorian.chartjs.CjLegendConfig
Sets the legend position.
setPosition(LegendPosition) - Method in class com.oorian.chartjs.CjTitleConfig
Sets the title position.
setPosition(String) - Method in class com.oorian.chartjs.CjTooltipConfig
Sets the tooltip position mode.
setR(Number) - Method in class com.oorian.chartjs.CjDataPoint
Sets the radius (for bubble charts).
setRAxis(CjAxisConfig) - Method in class com.oorian.chartjs.CjScales
Sets the R-axis (radial) configuration.
setRBeginAtZero(boolean) - Method in class com.oorian.chartjs.CjScales
Sets whether R-axis should begin at zero.
setResponsive(boolean) - Method in class com.oorian.chartjs.CjChart
Sets whether the chart is responsive.
setResponsive(boolean) - Method in class com.oorian.chartjs.CjChartOptions
Sets whether the chart is responsive.
setReverse(boolean) - Method in class com.oorian.chartjs.CjAxisConfig
Sets whether the axis is reversed.
setReverse(boolean) - Method in class com.oorian.chartjs.CjLegendConfig
Sets whether to reverse the legend items.
setRMax(Number) - Method in class com.oorian.chartjs.CjScales
Sets the R-axis (radial) maximum value.
setRMin(Number) - Method in class com.oorian.chartjs.CjScales
Sets the R-axis (radial) minimum value.
setRotation(int) - Method in class com.oorian.chartjs.CjDataset
Sets the rotation offset in degrees.
setRtl(boolean) - Method in class com.oorian.chartjs.CjLegendConfig
Sets whether to render the legend in right-to-left mode.
setScales(CjScales) - Method in class com.oorian.chartjs.CjChart
Sets the scales configuration.
setScales(CjScales) - Method in class com.oorian.chartjs.CjChartOptions
Sets the scales configuration.
setShowLine(boolean) - Method in class com.oorian.chartjs.CjDataset
Sets whether to show the line (for scatter charts with lines).
setSpacing(int) - Method in class com.oorian.chartjs.CjDataset
Sets the spacing between arcs.
setStacked(boolean) - Method in class com.oorian.chartjs.CjAxisConfig
Sets whether values are stacked.
setStepped(boolean) - Method in class com.oorian.chartjs.CjDataset
Sets whether to use stepped lines.
setSubtitle(CjTitleConfig) - Method in class com.oorian.chartjs.CjPlugins
Sets the subtitle configuration.
setSubtitle(String) - Method in class com.oorian.chartjs.CjChart
Sets the chart subtitle.
setSubtitleColor(String) - Method in class com.oorian.chartjs.CjPlugins
Sets the subtitle color.
setSubtitleDisplay(boolean) - Method in class com.oorian.chartjs.CjPlugins
Sets whether to display the subtitle.
setSubtitleText(String) - Method in class com.oorian.chartjs.CjPlugins
Sets the subtitle text.
setTension(double) - Method in class com.oorian.chartjs.CjDataset
Sets the bezier curve tension (smoothness).
setText(String) - Method in class com.oorian.chartjs.CjTitleConfig
Sets the title text.
setTicksColor(String) - Method in class com.oorian.chartjs.CjAxisConfig
Sets the tick label color.
setTicksDisplay(boolean) - Method in class com.oorian.chartjs.CjAxisConfig
Sets whether to display tick marks.
setTicksFontSize(int) - Method in class com.oorian.chartjs.CjAxisConfig
Sets the tick label font size.
setTitle(CjTitleConfig) - Method in class com.oorian.chartjs.CjPlugins
Sets the title configuration.
setTitle(String) - Method in class com.oorian.chartjs.CjAxisConfig
Sets the axis title text.
setTitle(String) - Method in class com.oorian.chartjs.CjChart
Sets the chart title.
setTitleColor(String) - Method in class com.oorian.chartjs.CjAxisConfig
Sets the title color.
setTitleColor(String) - Method in class com.oorian.chartjs.CjPlugins
Sets the title color.
setTitleColor(String) - Method in class com.oorian.chartjs.CjTooltipConfig
Sets the title text color.
setTitleDisplay(boolean) - Method in class com.oorian.chartjs.CjAxisConfig
Sets whether to display the title.
setTitleDisplay(boolean) - Method in class com.oorian.chartjs.CjPlugins
Sets whether to display the title.
setTitleFont(int, String) - Method in class com.oorian.chartjs.CjPlugins
Sets the title font.
setTitleFont(String, String) - Method in class com.oorian.chartjs.CjAxisConfig
Sets the title font.
setTitleFontSize(int) - Method in class com.oorian.chartjs.CjTooltipConfig
Sets the title font size.
setTitleFontWeight(String) - Method in class com.oorian.chartjs.CjTooltipConfig
Sets the title font weight.
setTitlePosition(LegendPosition) - Method in class com.oorian.chartjs.CjPlugins
Sets the title position.
setTitleText(String) - Method in class com.oorian.chartjs.CjPlugins
Sets the title text.
setTooltip(CjTooltipConfig) - Method in class com.oorian.chartjs.CjPlugins
Sets the tooltip configuration.
setTooltipBackgroundColor(String) - Method in class com.oorian.chartjs.CjPlugins
Sets the tooltip background color.
setTooltipBodyColor(String) - Method in class com.oorian.chartjs.CjPlugins
Sets the tooltip body color.
setTooltipBorderColor(String) - Method in class com.oorian.chartjs.CjPlugins
Sets the tooltip border color.
setTooltipBorderWidth(int) - Method in class com.oorian.chartjs.CjPlugins
Sets the tooltip border width.
setTooltipEnabled(boolean) - Method in class com.oorian.chartjs.CjChart
Sets whether tooltips are enabled.
setTooltipEnabled(boolean) - Method in class com.oorian.chartjs.CjPlugins
Sets whether tooltips are enabled.
setTooltipMode(InteractionMode) - Method in class com.oorian.chartjs.CjPlugins
Sets the tooltip interaction mode.
setTooltipTitleColor(String) - Method in class com.oorian.chartjs.CjPlugins
Sets the tooltip title color.
setType(ScaleType) - Method in class com.oorian.chartjs.CjAxisConfig
Sets the scale type.
setWidth(int) - Method in class com.oorian.chartjs.ChartJsComponent
Sets the width of the chart in pixels.
setWidth(String) - Method in class com.oorian.chartjs.ChartJsComponent
Sets the width of the chart container.
setX(Number) - Method in class com.oorian.chartjs.CjDataPoint
Sets the x-coordinate.
setXAxis(CjAxisConfig) - Method in class com.oorian.chartjs.CjScales
Sets the X-axis configuration.
setXAxisMax(Number) - Method in class com.oorian.chartjs.CjChart
Sets the X-axis maximum value.
setXAxisMin(Number) - Method in class com.oorian.chartjs.CjChart
Sets the X-axis minimum value.
setXAxisTitle(String) - Method in class com.oorian.chartjs.CjChart
Sets the X-axis title.
setXAxisType(ScaleType) - Method in class com.oorian.chartjs.CjChart
Sets the X-axis scale type.
setXBeginAtZero(boolean) - Method in class com.oorian.chartjs.CjScales
Sets whether X-axis should begin at zero.
setXGridDisplay(boolean) - Method in class com.oorian.chartjs.CjScales
Sets whether to display the X-axis grid.
setXMax(Number) - Method in class com.oorian.chartjs.CjScales
Sets the X-axis maximum value.
setXMin(Number) - Method in class com.oorian.chartjs.CjScales
Sets the X-axis minimum value.
setXReverse(boolean) - Method in class com.oorian.chartjs.CjScales
Sets whether to reverse the X-axis.
setXStacked(boolean) - Method in class com.oorian.chartjs.CjScales
Sets whether to stack values on X-axis.
setXTicksDisplay(boolean) - Method in class com.oorian.chartjs.CjScales
Sets whether to display X-axis ticks.
setXTitle(String) - Method in class com.oorian.chartjs.CjScales
Sets the X-axis title.
setXTitleDisplay(boolean) - Method in class com.oorian.chartjs.CjScales
Sets whether to display the X-axis title.
setXType(ScaleType) - Method in class com.oorian.chartjs.CjScales
Sets the X-axis scale type.
setY(Number) - Method in class com.oorian.chartjs.CjDataPoint
Sets the y-coordinate.
setYAxis(CjAxisConfig) - Method in class com.oorian.chartjs.CjScales
Sets the Y-axis configuration.
setYAxisBeginAtZero(boolean) - Method in class com.oorian.chartjs.CjChart
Sets whether the Y-axis begins at zero.
setYAxisMax(Number) - Method in class com.oorian.chartjs.CjChart
Sets the Y-axis maximum value.
setYAxisMin(Number) - Method in class com.oorian.chartjs.CjChart
Sets the Y-axis minimum value.
setYAxisTitle(String) - Method in class com.oorian.chartjs.CjChart
Sets the Y-axis title.
setYAxisType(ScaleType) - Method in class com.oorian.chartjs.CjChart
Sets the Y-axis scale type.
setYBeginAtZero(boolean) - Method in class com.oorian.chartjs.CjScales
Sets whether Y-axis should begin at zero.
setYGridDisplay(boolean) - Method in class com.oorian.chartjs.CjScales
Sets whether to display the Y-axis grid.
setYMax(Number) - Method in class com.oorian.chartjs.CjScales
Sets the Y-axis maximum value.
setYMin(Number) - Method in class com.oorian.chartjs.CjScales
Sets the Y-axis minimum value.
setYReverse(boolean) - Method in class com.oorian.chartjs.CjScales
Sets whether to reverse the Y-axis.
setYStacked(boolean) - Method in class com.oorian.chartjs.CjScales
Sets whether to stack values on Y-axis.
setYTicksDisplay(boolean) - Method in class com.oorian.chartjs.CjScales
Sets whether to display Y-axis ticks.
setYTitle(String) - Method in class com.oorian.chartjs.CjScales
Sets the Y-axis title.
setYTitleDisplay(boolean) - Method in class com.oorian.chartjs.CjScales
Sets whether to display the Y-axis title.
setYType(ScaleType) - Method in class com.oorian.chartjs.CjScales
Sets the Y-axis scale type.
STAR - Enum constant in enum class com.oorian.chartjs.enums.PointStyle
 
START - Enum constant in enum class com.oorian.chartjs.enums.FillMode
 
stop() - Method in class com.oorian.chartjs.CjChart
Stops any running animations.

T

TIME - Enum constant in enum class com.oorian.chartjs.enums.ScaleType
 
TIMESERIES - Enum constant in enum class com.oorian.chartjs.enums.ScaleType
 
toJsonValue() - Method in class com.oorian.chartjs.CjAnimationConfig
 
toJsonValue() - Method in class com.oorian.chartjs.CjAxisConfig
 
toJsonValue() - Method in class com.oorian.chartjs.CjChartData
 
toJsonValue() - Method in class com.oorian.chartjs.CjChartOptions
 
toJsonValue() - Method in class com.oorian.chartjs.CjDataPoint
 
toJsonValue() - Method in class com.oorian.chartjs.CjDataset
 
toJsonValue() - Method in class com.oorian.chartjs.CjInteractionConfig
 
toJsonValue() - Method in class com.oorian.chartjs.CjLegendConfig
 
toJsonValue() - Method in class com.oorian.chartjs.CjPlugins
 
toJsonValue() - Method in class com.oorian.chartjs.CjScales
 
toJsonValue() - Method in class com.oorian.chartjs.CjTitleConfig
 
toJsonValue() - Method in class com.oorian.chartjs.CjTooltipConfig
 
TOP - Enum constant in enum class com.oorian.chartjs.enums.LegendPosition
 
TRIANGLE - Enum constant in enum class com.oorian.chartjs.enums.PointStyle
 

U

updateChart() - Method in class com.oorian.chartjs.CjChart
Updates the chart on the client-side.
Usage: - Search tag in class com.oorian.chartjs.CjAnimationConfig
Section
Usage: - Search tag in class com.oorian.chartjs.CjAxisConfig
Section
Usage: - Search tag in class com.oorian.chartjs.CjChartData
Section
Usage: - Search tag in class com.oorian.chartjs.CjChartOptions
Section
Usage: - Search tag in class com.oorian.chartjs.CjDataPoint
Section
Usage: - Search tag in class com.oorian.chartjs.CjDataset
Section
Usage: - Search tag in class com.oorian.chartjs.CjInteractionConfig
Section
Usage: - Search tag in class com.oorian.chartjs.CjLegendConfig
Section
Usage: - Search tag in class com.oorian.chartjs.CjTitleConfig
Section
Usage: - Search tag in class com.oorian.chartjs.CjTooltipConfig
Section
Usage with axis objects: - Search tag in class com.oorian.chartjs.CjScales
Section
Usage with config objects: - Search tag in class com.oorian.chartjs.CjPlugins
Section
Usage with convenience methods: - Search tag in class com.oorian.chartjs.CjPlugins
Section
Usage with convenience methods: - Search tag in class com.oorian.chartjs.CjScales
Section

V

valueOf(String) - Static method in enum class com.oorian.chartjs.enums.ChartType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.oorian.chartjs.enums.FillMode
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.oorian.chartjs.enums.IndexAxis
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.oorian.chartjs.enums.InteractionMode
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.oorian.chartjs.enums.LegendPosition
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.oorian.chartjs.enums.PointStyle
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.oorian.chartjs.enums.ScaleType
Returns the enum constant of this class with the specified name.
values() - Static method in enum class com.oorian.chartjs.enums.ChartType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.oorian.chartjs.enums.FillMode
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.oorian.chartjs.enums.IndexAxis
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.oorian.chartjs.enums.InteractionMode
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.oorian.chartjs.enums.LegendPosition
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.oorian.chartjs.enums.PointStyle
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.oorian.chartjs.enums.ScaleType
Returns an array containing the constants of this enum class, in the order they are declared.

X

X - Enum constant in enum class com.oorian.chartjs.enums.IndexAxis
 
X - Enum constant in enum class com.oorian.chartjs.enums.InteractionMode
 

Y

Y - Enum constant in enum class com.oorian.chartjs.enums.IndexAxis
 
Y - Enum constant in enum class com.oorian.chartjs.enums.InteractionMode
 
A B C D E F G H I L N O P R S T U V X Y 
All Classes and Interfaces|All Packages|Constant Field Values