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

Packages that use StiGlyph
com.stimulsoft.base.drawing   
 

Uses of StiGlyph in com.stimulsoft.base.drawing
 

Fields in com.stimulsoft.base.drawing with type parameters of type StiGlyph
 java.util.List<StiGlyph> StiTextRendererParseHtml.StiRenderLine.glyphs
           
 

Methods in com.stimulsoft.base.drawing that return types with arguments of type StiGlyph
static java.util.List<StiGlyph> StiTextRendererParseHtml.getGlyphs(java.util.List<StiHtmlState> htmlStates, java.awt.Graphics2D g)
           
static java.util.List<java.util.List<StiGlyph>> StiTextRendererParseHtml.getGlyphsGrouped(java.util.List<StiGlyph> gls)
           
 

Method parameters in com.stimulsoft.base.drawing with type arguments of type StiGlyph
static java.util.List<java.util.List<StiGlyph>> StiTextRendererParseHtml.getGlyphsGrouped(java.util.List<StiGlyph> gls)
           
static int StiTextRendererParseHtml.getNextLine(java.util.List<StiGlyph> glyphs, int pos, double width, java.awt.Graphics2D g, StiTextRendererParseHtml.StiRenderLine line)
           
static java.lang.String StiGlyph.toHTML(java.util.List<StiGlyph> glyphs)
           
 

Constructor parameters in com.stimulsoft.base.drawing with type arguments of type StiGlyph
StiBreakText(java.util.List<StiGlyph> glyphs, int maxHeight, double width, java.awt.Graphics2D g, java.lang.String text)