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 BackgroundColorBackgroundColor. BLACKstatic BackgroundColorBackgroundColor. BLUEstatic BackgroundColorBackgroundColor. CYANstatic BackgroundColorBackgroundColor. DARK_GRAYstatic BackgroundColorBackgroundColor. GRAYstatic BackgroundColorBackgroundColor. GREENstatic BackgroundColorBackgroundColor. LIGHT_GRAYstatic BackgroundColorBackgroundColor. MAGENTAstatic BackgroundColorBackgroundColor. NULLstatic BackgroundColorBackgroundColor. ORANGEstatic BackgroundColorBackgroundColor. PINKstatic BackgroundColorBackgroundColor. REDstatic BackgroundColorBackgroundColor. WHITEstatic BackgroundColorBackgroundColor. YELLOWMethods in com.vladsch.flexmark.util.html.ui that return BackgroundColor Modifier and Type Method Description static BackgroundColorBackgroundColor. of(int rgb)static BackgroundColorBackgroundColor. of(Color color)static BackgroundColorBackgroundColor. of(String colorName)Methods in com.vladsch.flexmark.util.html.ui with parameters of type BackgroundColor Modifier and Type Method Description static voidHtmlHelpers. setRegExError(String error, JTextPane jTextPane, Font textFont, BackgroundColor validTextFieldBackground, BackgroundColor warningTextFieldBackground)
-