API Overview API Index Package Overview Direct link to this page
JDK 1.6
  javax.accessibility. AccessibleAttributeSequence View Source
Author(s)
Since
Version
Serial
Hierarchy
 Object
      AccessibleAttributeSequence
Implements
Subclasses
Description
public class AccessibleAttributeSequence
  This class collects together the span of text that share the same contiguous set of attributes, along with that set of attributes.
Constructors
public AccessibleAttributeSequence (int start, int end, AttributeSet attr)
  Constructs an AccessibleAttributeSequence with the given parameters.
Methods
Hide/Show inherited methods
Fields
Hide/Show inherited fields
public AttributeSet attributes
The text attributes
public int endIndex
The end index of the text sequence
public int startIndex
The start index of the text sequence
Nested Classes
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar