Uses of Class
com.stimulsoft.base.drawing.StiHtmlState

Packages that use StiHtmlState
com.stimulsoft.base.drawing   
 

Uses of StiHtmlState in com.stimulsoft.base.drawing
 

Methods in com.stimulsoft.base.drawing that return StiHtmlState
 StiHtmlState StiHtmlState.clone()
          
 

Methods in com.stimulsoft.base.drawing that return types with arguments of type StiHtmlState
static java.util.List<StiHtmlState> StiTextRendererParseHtml.parseHtmlToStates(java.lang.String inputHtml, StiHtmlState baseState)
           
static java.util.List<StiHtmlState> StiTextRendererParseHtml.parseHtmlToStates(java.lang.String inputHtml, StiHtmlState baseState, boolean storeStack)
           
 

Methods in com.stimulsoft.base.drawing with parameters of type StiHtmlState
static java.util.List<StiHtmlState> StiTextRendererParseHtml.parseHtmlToStates(java.lang.String inputHtml, StiHtmlState baseState)
           
static java.util.List<StiHtmlState> StiTextRendererParseHtml.parseHtmlToStates(java.lang.String inputHtml, StiHtmlState baseState, boolean storeStack)
           
 

Method parameters in com.stimulsoft.base.drawing with type arguments of type StiHtmlState
static java.util.List<StiGlyph> StiTextRendererParseHtml.getGlyphs(java.util.List<StiHtmlState> htmlStates, java.awt.Graphics2D g)
           
 

Constructors in com.stimulsoft.base.drawing with parameters of type StiHtmlState
StiHtmlState(StiHtmlState state)