Package org.teamapps.ux.component.format
Class FontStyle
java.lang.Object
org.teamapps.ux.component.format.FontStyle
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfloatbooleanisBold()booleanisItalic()booleansetBackgroundColor(Color backgroundColor) setBold(boolean bold) setFontColor(Color fontColor) setItalic(boolean italic) setRelativeFontSize(float relativeFontSize) setUnderline(boolean underline)
-
Field Details
-
relativeFontSize
protected float relativeFontSize -
fontColor
-
backgroundColor
-
bold
protected boolean bold -
underline
protected boolean underline -
italic
protected boolean italic
-
-
Constructor Details
-
FontStyle
public FontStyle() -
FontStyle
public FontStyle(float relativeFontSize) -
FontStyle
-
FontStyle
-
-
Method Details
-
setFontColor
-
setBackgroundColor
-
setBold
-
setUnderline
-
setItalic
-
setRelativeFontSize
-
getFontColor
-
getBackgroundColor
-
isBold
public boolean isBold() -
isUnderline
public boolean isUnderline() -
isItalic
public boolean isItalic() -
getRelativeFontSize
public float getRelativeFontSize() -
createUiFontStyle
-