Uses of Class
com.vladsch.flexmark.util.html.ui.BackgroundColor
Packages that use BackgroundColor
-
Uses of BackgroundColor in com.vladsch.flexmark.util.html.ui
Fields in com.vladsch.flexmark.util.html.ui declared as BackgroundColorModifier and TypeFieldDescriptionstatic final BackgroundColor
BackgroundColor.BLACK
static final BackgroundColor
BackgroundColor.BLUE
static final BackgroundColor
BackgroundColor.CYAN
static final BackgroundColor
BackgroundColor.DARK_GRAY
static final BackgroundColor
BackgroundColor.GRAY
static final BackgroundColor
BackgroundColor.GREEN
static final BackgroundColor
BackgroundColor.LIGHT_GRAY
static final BackgroundColor
BackgroundColor.MAGENTA
static final BackgroundColor
BackgroundColor.NULL
static final BackgroundColor
BackgroundColor.ORANGE
static final BackgroundColor
BackgroundColor.PINK
static final BackgroundColor
BackgroundColor.RED
static final BackgroundColor
BackgroundColor.WHITE
static final BackgroundColor
BackgroundColor.YELLOW
Methods in com.vladsch.flexmark.util.html.ui that return BackgroundColorModifier and TypeMethodDescriptionstatic BackgroundColor
BackgroundColor.of
(int rgb) static BackgroundColor
static BackgroundColor
Methods in com.vladsch.flexmark.util.html.ui with parameters of type BackgroundColorModifier and TypeMethodDescriptionstatic void
HtmlHelpers.setRegExError
(String error, JTextPane jTextPane, Font textFont, BackgroundColor validTextFieldBackground, BackgroundColor warningTextFieldBackground)