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 TypeClassDescriptionclass
static class
Represents the label used byAxis
.static class
Represents the label that is displayed by the axis-pointer.static class
Value-label that can be customized for a chart.class
static class
Label used within theTreeDataProvider
class.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 TextStyle
Axis.getNameTextStyle
(boolean create) Get the text style for the name.final TextStyle
Title.getSubtextStyle
(boolean create) Get the sub-text style.final TextStyle
Legend.getTextStyle
(boolean create) Get the text style.final TextStyle
Title.getTextStyle
(boolean create) Get the text style.Methods in com.storedobject.chart with parameters of type TextStyleModifier and TypeMethodDescriptionvoid
Add a part.void
Axis.setNameTextStyle
(TextStyle nameTextStyle) Set the text style or the name.void
Title.setSubtextStyle
(TextStyle textStyle) Set the sub-text style.void
Legend.setTextStyle
(TextStyle textStyle) Set the text style.void
Title.setTextStyle
(TextStyle textStyle) Set the text style.