Class HtmlHelpers
java.lang.Object
com.vladsch.flexmark.util.html.ui.HtmlHelpers
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Color
mixedColor
(Color originalColor, Color overlayColor) static void
setRegExError
(String error, JTextPane jTextPane, Font textFont, BackgroundColor validTextFieldBackground, BackgroundColor warningTextFieldBackground) static String
toHtmlError
(String err, boolean withContext) static String
toHtmlString
(Color color) static String
toRgbString
(Color color) static String
withContext
(String text, String context, int pos, String prefix, String suffix)
-
Constructor Details
-
HtmlHelpers
public HtmlHelpers()
-
-
Method Details
-
toHtmlError
-
setRegExError
public static void setRegExError(String error, JTextPane jTextPane, Font textFont, BackgroundColor validTextFieldBackground, BackgroundColor warningTextFieldBackground) -
withContext
-
toRgbString
-
toHtmlString
-
mixedColor
-