Interface ComponentStyle.Setter<T extends ComponentStyle.Setter<T>>
- All Known Subinterfaces:
BuildableComponent.Builder<C,,B> ComponentStyle.Builder,ListComponent.Builder,TemporalComponent.Builder,TextComponent.Builder,TranslatableComponent.Builder,ValueComponent.Builder<V>
- Enclosing interface:
- ComponentStyle
public static interface ComponentStyle.Setter<T extends ComponentStyle.Setter<T>>
-
Method Summary
Modifier and TypeMethodDescriptiondefault TaddDecoration(TextDecoration decoration) setBackColor(@Nullable ComponentColor backColor) setDecoration(TextDecoration decoration, TriState state) setDecorations(Map<TextDecoration, ? extends Boolean> decorations) setTextColor(@Nullable ComponentColor textColor)
-
Method Details
-
setTextColor
-
setBackColor
-
addDecoration
-
setDecorations
-
setDecoration
-