public class TextData extends Object
Modifier and Type | Field and Description |
---|---|
ArraySection |
arraySection |
CharArray |
charArray |
char[] |
chars |
String |
string |
SubString |
subString |
Constructor and Description |
---|
TextData() |
Modifier and Type | Method and Description |
---|---|
boolean |
set(Object text)
Set one of the instance variables to be equal to the text.
|
public CharArray charArray
public char[] chars
public SubString subString
public String string
public ArraySection arraySection
public boolean set(Object text)
text
- an Object that can be one of many types of Text specifiers.