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 JDeltaColors
JDeltaBadge. getBackgroundColor()
Get background color of the JDeltaBadgeJDeltaColors
JDeltaBadge. getPrimaryForegroundColor()
get primary's foreground colorJDeltaColors
JDeltaBadge. getSecondaryBackgroundColor()
get Secondary's background colorJDeltaColors
JDeltaBadge. getSecondaryForegroundColor()
get secondary's foreground colorMethods in com.deltaApps.components with parameters of type JDeltaColors Modifier and Type Method Description void
JDeltaBadge. setBackgroundColor(JDeltaColors backgroundColor)
Set background color of the JDeltaBadgevoid
JDeltaBadge. setPrimaryForegroundColor(JDeltaColors primaryForegroundColor)
this will update your primary foreground colorvoid
JDeltaBadge. setSecondaryBackgroundColor(JDeltaColors primaryBackgroundColor)
update Secondary's background colorvoid
JDeltaBadge. 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 JDeltaColors
JDeltaColors. DANGER
static JDeltaColors
JDeltaColors. DARK
static JDeltaColors
JDeltaColors. INFO
static JDeltaColors
JDeltaColors. LIGHT
static JDeltaColors
JDeltaColors. PRIMARY
static JDeltaColors
JDeltaColors. SECONDARY
static JDeltaColors
JDeltaColors. SUCCESS
static JDeltaColors
JDeltaColors. WARNING
-