Constructor and Description |
---|
SimpleTextLine() |
Modifier and Type | Method and 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) |
java.lang.String |
toString() |
public float getDescent()
getDescent
in interface TextLine
public float getLeading()
getLeading
in interface TextLine
public int getCharacterCount()
getCharacterCount
in interface TextLine
public boolean isLeftToRight()
isLeftToRight
in interface TextLine
public float getAdvance()
getAdvance
in interface TextLine
public void setAscent(float ascent)
public void setDescent(float descent)
public void setLeading(float leading)
public void setCharacterCount(int characterCount)
public void setLeftToRight(boolean leftToRight)
public void setAdvance(float advance)
public java.lang.String toString()
toString
in class java.lang.Object
© 2001-2014 TIBCO Software Inc. www.jaspersoft.com