Interface TextDecorationAndState
- All Superinterfaces:
ComponentBuilderApplicable, StyleBuilderApplicable
A combination of a
TextDecoration and a TextDecoration.State.- Since:
- 4.8.0
-
Method Summary
Modifier and TypeMethodDescriptionGets the decoration.state()Gets the state.default voidstyleApply(Style.Builder style) Applies tostyle.Methods inherited from interface StyleBuilderApplicable
componentBuilderApply
-
Method Details
-
decoration
-
state
-
styleApply
Description copied from interface:StyleBuilderApplicableApplies tostyle.- Specified by:
styleApplyin interfaceStyleBuilderApplicable- Parameters:
style- the style builder
-