Uses of Class
com.storedobject.chart.TextStyle
Packages that use TextStyle
-
Uses of TextStyle in com.storedobject.chart
Subclasses of TextStyle in com.storedobject.chartModifier and TypeClassDescriptionclassstatic classRepresents the label used byAxis.static classRepresents the label displayed by the axis-pointer.static classValue-label that can be customized for a chart.classclassRepresents a textual label that extends the functionality provided by theAbstractLabel.static classLabel used within theTreeDataProviderclass.Methods in com.storedobject.chart that return TextStyleModifier and TypeMethodDescriptionGet the text style for the given part.SOChart.getDefaultTextStyle()Get the default text style.final TextStyleAxis.getNameTextStyle(boolean create) Get the text style for the name.final TextStyleTitle.getSubtextStyle(boolean create) Get the sub-text style.final TextStyleLegend.getTextStyle(boolean create) Get the text style.final TextStyleTitle.getTextStyle(boolean create) Get the text style.Methods in com.storedobject.chart with parameters of type TextStyleModifier and TypeMethodDescriptionvoidAdd a part.voidAxis.setNameTextStyle(TextStyle nameTextStyle) Set the text style or the name.voidTitle.setSubtextStyle(TextStyle textStyle) Set the sub-text style.voidLegend.setTextStyle(TextStyle textStyle) Set the text style.voidTitle.setTextStyle(TextStyle textStyle) Set the text style.