Uses of Class
com.oorian.chartjs.CjTooltipConfig
Packages that use CjTooltipConfig
-
Uses of CjTooltipConfig in com.oorian.chartjs
Methods in com.oorian.chartjs that return CjTooltipConfigModifier and TypeMethodDescriptionCjPlugins.getTooltip()Gets the tooltip configuration.CjTooltipConfig.setBackgroundColor(String color) Sets the tooltip background color.CjTooltipConfig.setBodyColor(String color) Sets the body text color.CjTooltipConfig.setBodyFontSize(int size) Sets the body font size.CjTooltipConfig.setBorderColor(String color) Sets the border color.CjTooltipConfig.setBorderWidth(int width) Sets the border width.CjTooltipConfig.setCaretPadding(int padding) Sets the caret padding.CjTooltipConfig.setCaretSize(int size) Sets the size of the tooltip caret (arrow).CjTooltipConfig.setCornerRadius(int radius) Sets the corner radius.CjTooltipConfig.setEnabled(boolean enabled) Sets whether tooltips are enabled.CjTooltipConfig.setFooterColor(String color) Sets the footer text color.CjTooltipConfig.setFooterFontSize(int size) Sets the footer font size.CjTooltipConfig.setIntersect(boolean intersect) Sets whether to only trigger when directly over an element.CjTooltipConfig.setMode(InteractionMode mode) Sets the tooltip interaction mode.CjTooltipConfig.setPadding(int padding) Sets the tooltip padding.CjTooltipConfig.setPosition(String position) Sets the tooltip position mode.CjTooltipConfig.setTitleColor(String color) Sets the title text color.CjTooltipConfig.setTitleFontSize(int size) Sets the title font size.CjTooltipConfig.setTitleFontWeight(String weight) Sets the title font weight.Methods in com.oorian.chartjs with parameters of type CjTooltipConfigModifier and TypeMethodDescriptionCjPlugins.setTooltip(CjTooltipConfig config) Sets the tooltip configuration.