Package com.stimulsoft.base.drawing
Class StiTextRendererParseHtml
java.lang.Object
com.stimulsoft.base.drawing.StiTextRendererParseHtml
Copyright Stimulsoft
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetGlyphs(List<StiHtmlState> htmlStates, Graphics2D g) getGlyphsGrouped(List<StiGlyph> gls) static intgetNextLine(List<StiGlyph> glyphs, int pos, double width, Graphics2D g, StiTextRendererParseHtml.StiRenderLine line) static List<StiHtmlState> parseHtmlToStates(String inputHtml, StiHtmlState baseState) static List<StiHtmlState> parseHtmlToStates(String inputHtml, StiHtmlState baseState, boolean storeStack) static StringBuilderPrepareStateText(StringBuilder stateText) static int
-
Constructor Details
-
StiTextRendererParseHtml
public StiTextRendererParseHtml()
-
-
Method Details
-
parseHtmlToStates
-
parseHtmlToStates
public static List<StiHtmlState> parseHtmlToStates(String inputHtml, StiHtmlState baseState, boolean storeStack) -
PrepareStateText
-
toInt32
-
getGlyphsGrouped
-
getGlyphs
-
getNextLine
public static int getNextLine(List<StiGlyph> glyphs, int pos, double width, Graphics2D g, StiTextRendererParseHtml.StiRenderLine line)
-