public class TextString extends Object
| 构造器和说明 |
|---|
TextString() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
addCharacter(TextCharacter tc) |
void |
clear() |
ArrayList<TextCharacter> |
getCharacters() |
double |
getHeight() |
double |
getWidth() |
public void clear()
public void addCharacter(TextCharacter tc)
public ArrayList<TextCharacter> getCharacters()
public double getWidth()
public double getHeight()