public class Annotation extends Object
Wrapping the attribute value into an Annotation object guarantees that adjacent text runs don't get merged even if the attribute values are equal, and indicates to text containers that the attribute should be discarded if the underlying text is modified.
AttributedCharacterIterator
| Constructor and Description |
|---|
Annotation(Object
Constructs an annotation record with the given value, which may be null.
|
public Annotation(Objectvalue)
value - the value of the attribute
public ObjectgetValue()