com.stimulsoft.base.drawing
Class StiTextRendererParseHtml.StiRenderLine

java.lang.Object
  extended by com.stimulsoft.base.drawing.StiTextRendererParseHtml.StiRenderLine
Enclosing class:
StiTextRendererParseHtml

public static class StiTextRendererParseHtml.StiRenderLine
extends java.lang.Object


Field Summary
 double descent
           
 java.util.List<StiGlyph> glyphs
           
 double height
           
 StiHtmlTagsState ts
           
 double width
           
 
Constructor Summary
StiTextRendererParseHtml.StiRenderLine()
           
 
Method Summary
 void copyTo(StiTextRendererParseHtml.StiRenderLine toLine)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

width

public double width

height

public double height

descent

public double descent

glyphs

public java.util.List<StiGlyph> glyphs

ts

public StiHtmlTagsState ts
Constructor Detail

StiTextRendererParseHtml.StiRenderLine

public StiTextRendererParseHtml.StiRenderLine()
Method Detail

copyTo

public void copyTo(StiTextRendererParseHtml.StiRenderLine toLine)