java.text
Class AttributedString.AttributeRange

java.lang.Object
java.text.AttributedString.AttributeRange
- Enclosing class:
- AttributedString
- final class AttributedString.AttributeRange
- extends java.lang.Object
The attributes and ranges of text over which those attributes apply.
|
Field Summary |
(package private) java.util.Map |
attribs
A Map of the attributes |
(package private) int |
begin_index
The beginning index of the attributes |
(package private) int |
end_index
The ending index of the attributes |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
attribs
java.util.Map attribs
- A Map of the attributes
begin_index
int begin_index
- The beginning index of the attributes
end_index
int end_index
- The ending index of the attributes
AttributedString.AttributeRange
AttributedString.AttributeRange(java.util.Map attribs,
int begin_index,
int end_index)
- Creates a new attribute range.