public static interface EEFStyleHelper.IEEFTextStyleCallback
| Modifier and Type | Method and Description |
|---|---|
void |
applyBackgroundColor(EEFColor color)
Applies the given background color to the widget.
|
void |
applyFont(EEFFont font)
Applies the given font to the widget.
|
void |
applyFontStyle(boolean strikeout,
boolean underline)
Applies the strikeout and/or underline styles.
|
void |
applyForegroundColor(EEFColor color)
Applies the given foreground color to the widget.
|
void applyFont(EEFFont font)
font - The fontvoid applyFontStyle(boolean strikeout,
boolean underline)
strikeout - true if the widget should be striked out, false otherwiseunderline - true if the widget should be underlined, false otherwisevoid applyForegroundColor(EEFColor color)
color - The foreground colorvoid applyBackgroundColor(EEFColor color)
color - The background color