Uses of Class
com.vladsch.flexmark.util.html.ui.BackgroundColor
-
Packages that use BackgroundColor Package Description com.vladsch.flexmark.util.html.ui -
-
Uses of BackgroundColor in com.vladsch.flexmark.util.html.ui
Fields in com.vladsch.flexmark.util.html.ui declared as BackgroundColor Modifier and Type Field Description static BackgroundColor
BackgroundColor. BLACK
static BackgroundColor
BackgroundColor. BLUE
static BackgroundColor
BackgroundColor. CYAN
static BackgroundColor
BackgroundColor. DARK_GRAY
static BackgroundColor
BackgroundColor. GRAY
static BackgroundColor
BackgroundColor. GREEN
static BackgroundColor
BackgroundColor. LIGHT_GRAY
static BackgroundColor
BackgroundColor. MAGENTA
static BackgroundColor
BackgroundColor. NULL
static BackgroundColor
BackgroundColor. ORANGE
static BackgroundColor
BackgroundColor. PINK
static BackgroundColor
BackgroundColor. RED
static BackgroundColor
BackgroundColor. WHITE
static BackgroundColor
BackgroundColor. YELLOW
Methods in com.vladsch.flexmark.util.html.ui that return BackgroundColor Modifier and Type Method Description static BackgroundColor
BackgroundColor. of(int rgb)
static BackgroundColor
BackgroundColor. of(java.awt.Color color)
static BackgroundColor
BackgroundColor. of(java.lang.String colorName)
Methods in com.vladsch.flexmark.util.html.ui with parameters of type BackgroundColor Modifier and Type Method Description static void
HtmlHelpers. setRegExError(java.lang.String error, javax.swing.JTextPane jTextPane, java.awt.Font textFont, BackgroundColor validTextFieldBackground, BackgroundColor warningTextFieldBackground)
-