public interface TextFieldDisplayFormat
Modifier and Type | Method and Description |
---|---|
CharSequence |
getDisplaySequence(CharSequence original,
int start,
int end)
Get a part of the original text converted into the one that is supposed to be displayed.
|
CharSequence getDisplaySequence(CharSequence original, int start, int end)
original
- the original textstart
- the index of the first character that should be convertedend
- the index of the first character after the area that should be convertedCopyright © 2013. All Rights Reserved.