Class HtmlFormatter
java.lang.Object
ai.dat.core.configuration.description.Formatter
ai.dat.core.configuration.description.HtmlFormatter
Formatter that transforms
Description into Html representation.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidformatLineBreak(StringBuilder state) protected voidformatLink(StringBuilder state, String link, String description) protected voidformatList(StringBuilder state, String[] entries) protected voidformatText(StringBuilder state, String format, String[] elements, EnumSet<TextElement.TextStyle> styles) protected Formatter
-
Constructor Details
-
HtmlFormatter
public HtmlFormatter()
-
-
Method Details
-
formatLink
- Specified by:
formatLinkin classFormatter
-
formatLineBreak
- Specified by:
formatLineBreakin classFormatter
-
formatText
protected void formatText(StringBuilder state, String format, String[] elements, EnumSet<TextElement.TextStyle> styles) - Specified by:
formatTextin classFormatter
-
formatList
- Specified by:
formatListin classFormatter
-
newInstance
- Specified by:
newInstancein classFormatter
-