Class HtmlHelpers
- java.lang.Object
-
- com.vladsch.flexmark.util.html.ui.HtmlHelpers
-
public class HtmlHelpers extends Object
-
-
Constructor Summary
Constructors Constructor Description HtmlHelpers()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static ColormixedColor(Color originalColor, Color overlayColor)static voidsetRegExError(String error, JTextPane jTextPane, Font textFont, BackgroundColor validTextFieldBackground, BackgroundColor warningTextFieldBackground)static StringtoHtmlError(String err, boolean withContext)static StringtoHtmlString(Color color)static StringtoRgbString(Color color)static StringwithContext(String text, String context, int pos, String prefix, String suffix)
-
-
-
Method Detail
-
setRegExError
public static void setRegExError(String error, JTextPane jTextPane, Font textFont, BackgroundColor validTextFieldBackground, BackgroundColor warningTextFieldBackground)
-
withContext
public static String withContext(String text, String context, int pos, String prefix, String suffix)
-
-