Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

java.text
Class AttributedString.AttributeRange  view AttributedString.AttributeRange download AttributedString.AttributeRange.java

java.lang.Object
  extended byjava.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
 
Constructor Summary
(package private) AttributedString.AttributeRange(java.util.Map attribs, int begin_index, int end_index)
          Creates a new attribute range.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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

Constructor Detail

AttributedString.AttributeRange

AttributedString.AttributeRange(java.util.Map attribs,
                                int begin_index,
                                int end_index)
Creates a new attribute range.