public abstract class ParsedTextImpl extends Object implements TextAssemblyBuffer
Modifier and Type | Method and Description |
---|---|
abstract boolean |
breakBefore() |
float |
getAscent() |
Vector |
getBaseline()
Return the vector representing the baseline of this text chunk, even if the length
of the text is zero.
|
float |
getDescent() |
Vector |
getEndPoint() |
float |
getSingleSpaceWidth() |
Vector |
getStartPoint() |
String |
getText() |
float |
getWidth() |
abstract boolean |
shouldNotSplit() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
accumulate, assemble, getFinalText
public String getText()
getText
in interface TextAssemblyBuffer
ParsedText.getText()
public float getSingleSpaceWidth()
public float getAscent()
public float getDescent()
public float getWidth()
public Vector getStartPoint()
public Vector getEndPoint()
public Vector getBaseline()
_baseline
public abstract boolean shouldNotSplit()
public abstract boolean breakBefore()
Copyright © 2018. All rights reserved.