| Modifier and Type | Class and Description |
|---|---|
static class |
Style.Bold |
static class |
Style.Italic |
static class |
Style.Strikethrough |
static class |
Style.Underline |
| Constructor and Description |
|---|
Style() |
| Modifier and Type | Method and Description |
|---|---|
RGB |
bg() |
Style |
bg(RGB color) |
Style |
bg(String color) |
Style |
bold() |
RGB |
fg() |
Style |
fg(RGB color) |
Style |
fg(String color) |
boolean |
isBold() |
boolean |
isItalic() |
boolean |
isStrikethrough() |
boolean |
isUnderline() |
Style |
italic() |
Style |
noBold() |
Style |
noItalic() |
Style |
noStrikethrough() |
Style |
noUnderline() |
Style |
overrides(Style other) |
Style |
strikethrough() |
static Style |
style() |
Style |
underline() |
public static Style style()
public Style bold()
public Style noBold()
public boolean isBold()
public Style italic()
public Style noItalic()
public boolean isItalic()
public Style underline()
public Style noUnderline()
public boolean isUnderline()
public Style strikethrough()
public Style noStrikethrough()
public boolean isStrikethrough()
public RGB fg()
public RGB bg()
Copyright © 2014. All Rights Reserved.