Package net.sf.jasperreports.engine.fill
Class TextLayoutLine
- java.lang.Object
-
- net.sf.jasperreports.engine.fill.TextLayoutLine
-
-
Constructor Summary
Constructors Constructor Description TextLayoutLine(TextLayout textLayout)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description float
getAdvance()
float
getAscent()
int
getCharacterCount()
float
getDescent()
float
getLeading()
boolean
isLeftToRight()
-
-
-
Constructor Detail
-
TextLayoutLine
public TextLayoutLine(TextLayout textLayout)
-
-
Method Detail
-
getDescent
public float getDescent()
- Specified by:
getDescent
in interfaceTextLine
-
getLeading
public float getLeading()
- Specified by:
getLeading
in interfaceTextLine
-
getCharacterCount
public int getCharacterCount()
- Specified by:
getCharacterCount
in interfaceTextLine
-
isLeftToRight
public boolean isLeftToRight()
- Specified by:
isLeftToRight
in interfaceTextLine
-
getAdvance
public float getAdvance()
- Specified by:
getAdvance
in interfaceTextLine
-
-