Package net.sf.jasperreports.engine.fill
Class SimpleTextLine
- java.lang.Object
-
- net.sf.jasperreports.engine.fill.SimpleTextLine
-
-
Constructor Summary
Constructors Constructor Description SimpleTextLine()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description floatgetAdvance()floatgetAscent()intgetCharacterCount()floatgetDescent()floatgetLeading()booleanisLeftToRight()voidsetAdvance(float advance)voidsetAscent(float ascent)voidsetCharacterCount(int characterCount)voidsetDescent(float descent)voidsetLeading(float leading)voidsetLeftToRight(boolean leftToRight)StringtoString()
-
-
-
Method Detail
-
getDescent
public float getDescent()
- Specified by:
getDescentin interfaceTextLine
-
getLeading
public float getLeading()
- Specified by:
getLeadingin interfaceTextLine
-
getCharacterCount
public int getCharacterCount()
- Specified by:
getCharacterCountin interfaceTextLine
-
isLeftToRight
public boolean isLeftToRight()
- Specified by:
isLeftToRightin interfaceTextLine
-
getAdvance
public float getAdvance()
- Specified by:
getAdvancein interfaceTextLine
-
setAscent
public void setAscent(float ascent)
-
setDescent
public void setDescent(float descent)
-
setLeading
public void setLeading(float leading)
-
setCharacterCount
public void setCharacterCount(int characterCount)
-
setLeftToRight
public void setLeftToRight(boolean leftToRight)
-
setAdvance
public void setAdvance(float advance)
-
-