public class Text extends Object
Constructor and Description |
---|
Text() |
Text(String text)
You can construct this object with a text.
|
Modifier and Type | Method and Description |
---|---|
void |
changeText(String text) |
String |
getText()
Returns the text fragment.
|
void |
restoreText() |
void |
setText(String text) |
public Text()
public Text(String text)
text
- Start text.Copyright © 2015. All rights reserved.