Package com.deltaApps.utils
Class JDeltaColors
- java.lang.Object
-
- java.awt.Color
-
- com.deltaApps.utils.JDeltaColors
-
- All Implemented Interfaces:
java.awt.Paint
,java.awt.Transparency
,java.io.Serializable
public class JDeltaColors extends java.awt.Color
File history 2020-12-11 - Initially created - Darshana Ariyarathna 2021-03-20 - Change structure of the project, copy and paste file from the old structure- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static JDeltaColors
DANGER
static JDeltaColors
DARK
static JDeltaColors
INFO
static JDeltaColors
LIGHT
static JDeltaColors
PRIMARY
static JDeltaColors
SECONDARY
static JDeltaColors
SUCCESS
static JDeltaColors
WARNING
-
Constructor Summary
Constructors Constructor Description JDeltaColors(int r, int g, int b)
-
Method Summary
-
Methods inherited from class java.awt.Color
brighter, createContext, darker, decode, equals, getAlpha, getBlue, getColor, getColor, getColor, getColorComponents, getColorComponents, getColorSpace, getComponents, getComponents, getGreen, getHSBColor, getRed, getRGB, getRGBColorComponents, getRGBComponents, getTransparency, hashCode, HSBtoRGB, RGBtoHSB, toString
-
-
-
-
Field Detail
-
PRIMARY
public static final JDeltaColors PRIMARY
-
SECONDARY
public static final JDeltaColors SECONDARY
-
SUCCESS
public static final JDeltaColors SUCCESS
-
WARNING
public static final JDeltaColors WARNING
-
DANGER
public static final JDeltaColors DANGER
-
INFO
public static final JDeltaColors INFO
-
LIGHT
public static final JDeltaColors LIGHT
-
DARK
public static final JDeltaColors DARK
-
-