Interface TextDecorator
- All Superinterfaces:
AnyDecorator
- All Known Implementing Classes:
BaseTextDecorator, ComponentStateTextDecorator
Decorator that adjusts text style.
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionvoidModify the text according to style; commonly modifies text color.Methods inherited from interface AnyDecorator
getSsComponent, install, uninstall
-
Field Details
-
nullTextDecorator
TextDecorator that does nothing
-
-
Method Details
-
decorateText
void decorateText()Modify the text according to style; commonly modifies text color. SeeTextStyles.
-