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 JDeltaFontsJDeltaBadge. getPrimaryFont()get primary's fontJDeltaFontsJDeltaBadge. getSecondaryFont()this will get secondary's font objectMethods in com.deltaApps.components with parameters of type JDeltaFonts Modifier and Type Method Description voidJDeltaBadge. setPrimaryFont(JDeltaFonts primaryFont)update primary's fontvoidJDeltaBadge. 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 JDeltaFontsJDeltaFonts. JDELTA_FONTS_ARIAL_Lstatic JDeltaFontsJDeltaFonts. JDELTA_FONTS_ARIAL_Mstatic JDeltaFontsJDeltaFonts. JDELTA_FONTS_ARIAL_S
-