All Methods Static Methods Instance Methods Concrete Methods
Modifier and Type |
Method and Description |
FontConfiguration |
add(FontStyle style) |
FontConfiguration |
bigger(double delta) |
static FontConfiguration |
blackBlueTrue(UFont font) |
FontConfiguration |
bold() |
FontConfiguration |
changeAttributes(SvgAttributes toBeAdded) |
FontConfiguration |
changeColor(HColor newHtmlColor) |
FontConfiguration |
changeFamily(java.lang.String family) |
FontConfiguration |
changeFontPosition(FontPosition fontPosition) |
FontConfiguration |
changeSize(float size) |
boolean |
containsStyle(FontStyle style) |
static FontConfiguration |
create(ISkinParam skinParam,
FontParam fontParam,
Stereotype stereo) |
static FontConfiguration |
create(ISkinParam skinParam,
Style style) |
static FontConfiguration |
create(UFont font,
HColor color,
HColor hyperlinkColor,
boolean useUnderlineForHyperlink) |
static FontConfiguration |
create(UFont font,
HColor color,
HColor hyperlinkColor,
boolean useUnderlineForHyperlink,
int tabSize) |
FontConfiguration |
forceFont(UFont newFont,
HColor htmlColorForStereotype) |
java.util.Map<java.lang.String,java.lang.String> |
getAttributes() |
HColor |
getColor() |
HColor |
getExtendedColor() |
UFont |
getFont() |
double |
getSize2D() |
int |
getSpace() |
int |
getTabSize() |
FontConfiguration |
hyperlink() |
FontConfiguration |
italic() |
FontConfiguration |
mute(Colors colors) |
FontConfiguration |
remove(FontStyle style) |
FontConfiguration |
resetFont() |
java.lang.String |
toString() |
java.lang.String |
toStringDebug() |
FontConfiguration |
unbold() |
FontConfiguration |
underline() |
FontConfiguration |
unitalic() |
boolean |
useUnderlineForHyperlink() |
FontConfiguration |
wave(HColor color) |