Uses of Class
org.teamapps.ux.component.format.FontStyle
-
Packages that use FontStyle Package Description org.teamapps.ux.component.format org.teamapps.ux.component.template.gridtemplate -
-
Uses of FontStyle in org.teamapps.ux.component.format
Methods in org.teamapps.ux.component.format that return FontStyle Modifier and Type Method Description FontStyleFontStyle. setBackgroundColor(org.teamapps.common.format.Color backgroundColor)FontStyleFontStyle. setBold(boolean bold)FontStyleFontStyle. setFontColor(org.teamapps.common.format.Color fontColor)FontStyleFontStyle. setItalic(boolean italic)FontStyleFontStyle. setRelativeFontSize(float relativeFontSize)FontStyleFontStyle. setUnderline(boolean underline) -
Uses of FontStyle in org.teamapps.ux.component.template.gridtemplate
Fields in org.teamapps.ux.component.template.gridtemplate declared as FontStyle Modifier and Type Field Description protected FontStyleTextElement. fontStyleMethods in org.teamapps.ux.component.template.gridtemplate that return FontStyle Modifier and Type Method Description FontStyleTextElement. getFontStyle()Methods in org.teamapps.ux.component.template.gridtemplate with parameters of type FontStyle Modifier and Type Method Description BadgeElementBadgeElement. setFontStyle(FontStyle fontStyle)TextElementTextElement. setFontStyle(FontStyle fontStyle)
-