Uses of Class
com.oorian.echarts.options.EChartsTextStyle
Packages that use EChartsTextStyle
-
Uses of EChartsTextStyle in com.oorian.echarts.options
Methods in com.oorian.echarts.options that return EChartsTextStyleModifier and TypeMethodDescriptionEChartsAxis.getNameTextStyle()Gets the axis name text style.EChartsTitle.getSubtextStyle()Returns the text style for the subtitle.EChartsAxisLabel.getTextStyle()Gets the text style for the labels.EChartsLabel.getTextStyle()Gets the text style for the label.EChartsLegend.getTextStyle()Returns the text style for the legend.EChartsTitle.getTextStyle()Returns the text style for the main title.EChartsTooltip.getTextStyle()Returns the text style for the tooltip.Methods in com.oorian.echarts.options with parameters of type EChartsTextStyleModifier and TypeMethodDescriptionvoidEChartsAxis.setNameTextStyle(EChartsTextStyle nameTextStyle) Sets the axis name text style.voidEChartsTitle.setSubtextStyle(EChartsTextStyle subtextStyle) Sets the text style for the subtitle.voidEChartsAxisLabel.setTextStyle(EChartsTextStyle textStyle) Sets the text style for the labels.voidEChartsLabel.setTextStyle(EChartsTextStyle textStyle) Sets the text style for the label.voidEChartsLegend.setTextStyle(EChartsTextStyle textStyle) Sets the text style for the legend.voidEChartsTitle.setTextStyle(EChartsTextStyle textStyle) Sets the text style for the main title.voidEChartsTooltip.setTextStyle(EChartsTextStyle textStyle) Sets the text style for the tooltip.