| Package | Description |
|---|---|
| com.vladsch.flexmark.util.html.ui |
| Modifier and Type | Field and 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 |
| Modifier and Type | Method and Description |
|---|---|
static BackgroundColor |
BackgroundColor.of(Color color) |
static BackgroundColor |
BackgroundColor.of(int rgb) |
static BackgroundColor |
BackgroundColor.of(String colorName) |
| Modifier and Type | Method and Description |
|---|---|
static void |
HtmlHelpers.setRegExError(String error,
JTextPane jTextPane,
Font textFont,
BackgroundColor validTextFieldBackground,
BackgroundColor warningTextFieldBackground) |
Copyright © 2019. All rights reserved.