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