Uses of Class
com.deltaApps.utils.JDeltaFonts
-
Packages that use JDeltaFonts Package Description com.deltaApps.components com.deltaApps.utils -
-
Uses of JDeltaFonts in com.deltaApps.components
Methods in com.deltaApps.components that return JDeltaFonts Modifier and Type Method Description JDeltaFonts
JDeltaBadge. getPrimaryFont()
get primary's fontJDeltaFonts
JDeltaBadge. getSecondaryFont()
this will get secondary's font objectMethods in com.deltaApps.components with parameters of type JDeltaFonts Modifier and Type Method Description void
JDeltaBadge. setPrimaryFont(JDeltaFonts primaryFont)
update primary's fontvoid
JDeltaBadge. setSecondaryFont(JDeltaFonts font)
this will set secondary's font objectConstructors in com.deltaApps.components with parameters of type JDeltaFonts Constructor Description JDeltaBadge(java.lang.String primaryText, java.lang.String secondaryText, JDeltaColors primaryBackgroundColor, JDeltaColors primaryForegroundColor, JDeltaFonts primaryFont, JDeltaColors secondaryBackgroundColor, JDeltaColors secondaryForegroundColor, JDeltaFonts secondaryFont, boolean rounded)
This will create a full flexible JDeltaButton for the user -
Uses of JDeltaFonts in com.deltaApps.utils
Fields in com.deltaApps.utils declared as JDeltaFonts Modifier and Type Field Description static JDeltaFonts
JDeltaFonts. JDELTA_FONTS_ARIAL_L
static JDeltaFonts
JDeltaFonts. JDELTA_FONTS_ARIAL_M
static JDeltaFonts
JDeltaFonts. JDELTA_FONTS_ARIAL_S
-