Class BackgroundColor
java.lang.Object
java.awt.Color
com.vladsch.flexmark.util.html.ui.BackgroundColor
- All Implemented Interfaces:
Paint
,Transparency
,Serializable
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final BackgroundColor
static final BackgroundColor
static final BackgroundColor
static final BackgroundColor
static final BackgroundColor
static final BackgroundColor
static final BackgroundColor
static final BackgroundColor
static final BackgroundColor
static final BackgroundColor
static final BackgroundColor
static final BackgroundColor
static final BackgroundColor
static final BackgroundColor
Fields inherited from class java.awt.Color
black, blue, cyan, darkGray, gray, green, lightGray, magenta, orange, pink, red, white, yellow
Fields inherited from interface java.awt.Transparency
BITMASK, OPAQUE, TRANSLUCENT
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
BackgroundColor
(int rgb) protected
BackgroundColor
(Color other) -
Method Summary
Modifier and TypeMethodDescriptionstatic BackgroundColor
of
(int rgb) static BackgroundColor
static BackgroundColor
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 Details
-
NULL
-
WHITE
-
LIGHT_GRAY
-
GRAY
-
DARK_GRAY
-
BLACK
-
RED
-
PINK
-
ORANGE
-
YELLOW
-
GREEN
-
MAGENTA
-
CYAN
-
BLUE
-
-
Constructor Details
-
BackgroundColor
-
BackgroundColor
protected BackgroundColor(int rgb)
-
-
Method Details
-
of
-
of
-
of
-