Uses of Class
com.deltaApps.utils.JDeltaColors
-
Packages that use JDeltaColors Package Description com.deltaApps.components com.deltaApps.utils -
-
Uses of JDeltaColors in com.deltaApps.components
Methods in com.deltaApps.components that return JDeltaColors Modifier and Type Method Description JDeltaColorsJDeltaBadge. getBackgroundColor()Get background color of the JDeltaBadgeJDeltaColorsJDeltaBadge. getPrimaryForegroundColor()get primary's foreground colorJDeltaColorsJDeltaBadge. getSecondaryBackgroundColor()get Secondary's background colorJDeltaColorsJDeltaBadge. getSecondaryForegroundColor()get secondary's foreground colorMethods in com.deltaApps.components with parameters of type JDeltaColors Modifier and Type Method Description voidJDeltaBadge. setBackgroundColor(JDeltaColors backgroundColor)Set background color of the JDeltaBadgevoidJDeltaBadge. setPrimaryForegroundColor(JDeltaColors primaryForegroundColor)this will update your primary foreground colorvoidJDeltaBadge. setSecondaryBackgroundColor(JDeltaColors primaryBackgroundColor)update Secondary's background colorvoidJDeltaBadge. setSecondaryForegroundColor(JDeltaColors primaryForegroundColor)this will update your secondary foreground colorConstructors in com.deltaApps.components with parameters of type JDeltaColors Constructor Description JDeltaBadge(java.lang.String primaryText, int amount, JDeltaColors secondaryForegroundColor, JDeltaColors secondaryBackgroundColor)This will create a custom colored secondary badgeJDeltaBadge(java.lang.String primaryText, java.lang.String secondaryText, JDeltaColors secondaryForegroundColor, JDeltaColors secondaryBackgroundColor)This will create a custom colored secondary badgeJDeltaBadge(java.lang.String primaryText, java.lang.String secondaryText, JDeltaColors primaryForegroundColor, JDeltaColors primaryBackgroundColor, JDeltaColors secondaryForegroundColor, JDeltaColors secondaryBackgroundColor)You can create a more colorful badgeJDeltaBadge(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 JDeltaColors in com.deltaApps.utils
Fields in com.deltaApps.utils declared as JDeltaColors Modifier and Type Field Description static JDeltaColorsJDeltaColors. DANGERstatic JDeltaColorsJDeltaColors. DARKstatic JDeltaColorsJDeltaColors. INFOstatic JDeltaColorsJDeltaColors. LIGHTstatic JDeltaColorsJDeltaColors. PRIMARYstatic JDeltaColorsJDeltaColors. SECONDARYstatic JDeltaColorsJDeltaColors. SUCCESSstatic JDeltaColorsJDeltaColors. WARNING
-