| 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) |
String |
toString() |
public float getDescent()
getDescent in interface TextLinepublic float getLeading()
getLeading in interface TextLinepublic int getCharacterCount()
getCharacterCount in interface TextLinepublic boolean isLeftToRight()
isLeftToRight in interface TextLinepublic float getAdvance()
getAdvance in interface TextLinepublic 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)
Copyright © 2017. All rights reserved.