Uses of Class
com.oorian.chartjs.CjPlugins
Packages that use CjPlugins
-
Uses of CjPlugins in com.oorian.chartjs
Methods in com.oorian.chartjs that return CjPluginsModifier and TypeMethodDescriptionCjChart.getPlugins()Gets the plugins configuration.CjChartOptions.getPlugins()CjPlugins.setLegend(CjLegendConfig config) Sets the legend configuration.CjPlugins.setLegendAlign(String align) Sets the legend alignment.CjPlugins.setLegendDisplay(boolean display) Sets whether to display the legend.CjPlugins.setLegendLabelsColor(String color) Sets the legend labels color.CjPlugins.setLegendLabelsFont(int size) Sets the legend labels font size.CjPlugins.setLegendPosition(LegendPosition position) Sets the legend position.CjPlugins.setLegendReverse(boolean reverse) Sets whether to reverse the legend items.CjPlugins.setSubtitle(CjTitleConfig config) Sets the subtitle configuration.CjPlugins.setSubtitleColor(String color) Sets the subtitle color.CjPlugins.setSubtitleDisplay(boolean display) Sets whether to display the subtitle.CjPlugins.setSubtitleText(String text) Sets the subtitle text.CjPlugins.setTitle(CjTitleConfig config) Sets the title configuration.CjPlugins.setTitleColor(String color) Sets the title color.CjPlugins.setTitleDisplay(boolean display) Sets whether to display the title.CjPlugins.setTitleFont(int size, String weight) Sets the title font.CjPlugins.setTitlePosition(LegendPosition position) Sets the title position.CjPlugins.setTitleText(String text) Sets the title text.CjPlugins.setTooltip(CjTooltipConfig config) Sets the tooltip configuration.CjPlugins.setTooltipBackgroundColor(String color) Sets the tooltip background color.CjPlugins.setTooltipBodyColor(String color) Sets the tooltip body color.CjPlugins.setTooltipBorderColor(String color) Sets the tooltip border color.CjPlugins.setTooltipBorderWidth(int width) Sets the tooltip border width.CjPlugins.setTooltipEnabled(boolean enabled) Sets whether tooltips are enabled.CjPlugins.setTooltipMode(InteractionMode mode) Sets the tooltip interaction mode.CjPlugins.setTooltipTitleColor(String color) Sets the tooltip title color.Methods in com.oorian.chartjs with parameters of type CjPluginsModifier and TypeMethodDescriptionCjChart.setPlugins(CjPlugins plugins) Sets the plugins configuration.CjChartOptions.setPlugins(CjPlugins plugins) Sets the plugins configuration.