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 float
getAdvance()
float
getAscent()
int
getCharacterCount()
float
getDescent()
float
getLeading()
boolean
isLeftToRight()
void
setAdvance(float advance)
void
setAscent(float ascent)
void
setCharacterCount(int characterCount)
void
setDescent(float descent)
void
setLeading(float leading)
void
setLeftToRight(boolean leftToRight)
String
toString()
-
-
-
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
-
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)
-
-