Uses of Class
com.oorian.chartjs.CjTitleConfig
Packages that use CjTitleConfig
-
Uses of CjTitleConfig in com.oorian.chartjs
Methods in com.oorian.chartjs that return CjTitleConfigModifier and TypeMethodDescriptionCjPlugins.getSubtitle()Gets the subtitle configuration.CjPlugins.getTitle()Gets the title configuration.Sets the title alignment.Sets the title color.CjTitleConfig.setDisplay(boolean display) Sets whether to display the title.Sets the font configuration.CjTitleConfig.setFontFamily(String family) Sets the font family.CjTitleConfig.setFontSize(int size) Sets the font size.CjTitleConfig.setFontWeight(String weight) Sets the font weight.CjTitleConfig.setPadding(int padding) Sets the padding around the title.CjTitleConfig.setPosition(LegendPosition position) Sets the title position.Sets the title text.Methods in com.oorian.chartjs with parameters of type CjTitleConfigModifier and TypeMethodDescriptionCjPlugins.setSubtitle(CjTitleConfig config) Sets the subtitle configuration.CjPlugins.setTitle(CjTitleConfig config) Sets the title configuration.