public class CdrTextCollection extends Object
The Cdr text collection
Constructor and Description |
---|
CdrTextCollection() |
Modifier and Type | Method and Description |
---|---|
void |
add(int key,
CdrText cdrText)
Deprecated.
|
CdrText[] |
getText(int key)
Deprecated.
|
@Deprecated public final void add(int key, CdrText cdrText)
Adds the text.
key
- Key of the text.cdrText
- The CDR text.@Deprecated public final CdrText[] getText(int key)
Gets the text.
key
- Key of the text