public class Text extends TextSpan
Modifier and Type | Field and Description |
---|---|
ArrayList |
spans |
fontMetrics, parent, props, text
Constructor and Description |
---|
Text() |
Text(TextProperties pp) |
Modifier and Type | Method and Description |
---|---|
void |
addSpan(TextProperties pp) |
void |
addTextPath(Text currentSpan) |
void |
append(String str) |
void |
endSpan() |
void |
setText(String str) |
String |
toString() |
asString, getFillColor, getFontMetrics, getFontName, getFontSize, getFontStyle, getFontWeight, initFontMetrics, setFontMetrics, stringWidth
public ArrayList spans
public Text()
public Text(TextProperties pp)
public void addSpan(TextProperties pp)
public void addTextPath(Text currentSpan)
public void endSpan()
Revision 4.0.15 / 20220727-0149