android.text
Class Annotation
java.lang.Object
android.text.Annotation
public class Annotation
- extends Object
Annotations are simple key-value pairs that are preserved across
TextView save/restore cycles and can be used to keep application-specific
data that needs to be maintained for regions of text.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Annotation
public Annotation(String key,
String value)
getKey
public String getKey()
getValue
public String getValue()
Please submit a feedback, bug or feature