|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.batik.gvt.text.AttributedCharacterSpanIterator
AttributedCharacterSpanIterator Used to provide ACI functionality to a "substring" of an AttributedString. In this way a TextLayout can be created which only uses a substring of AttributedString.
Inner classes inherited from class java.text.AttributedCharacterIterator |
java.text.AttributedCharacterIterator.Attribute |
Fields inherited from interface java.text.CharacterIterator |
DONE |
Constructor Summary | |
AttributedCharacterSpanIterator(java.text.AttributedCharacterIterator aci,
int start,
int stop)
Construct a AttributedCharacterSpanIterator from a subinterval of an existing AttributedCharacterIterator. |
Method Summary | |
java.lang.Object |
clone()
Create a copy of this iterator |
char |
current()
Get the character at the current position (as returned by getIndex()). |
char |
first()
Sets the position to getBeginIndex(). |
java.util.Set |
getAllAttributeKeys()
Get the keys of all attributes defined on the iterator's text range. |
java.lang.Object |
getAttribute(org.apache.batik.gvt.text.Attribute attribute)
Get the value of the named attribute for the current character. |
java.util.Map |
getAttributes()
Returns a map with the attributes defined on the current character. |
int |
getBeginIndex()
Get the start index of the text. |
int |
getEndIndex()
Get the end index of the text. |
int |
getIndex()
Get the current index. |
int |
getRunLimit()
Get the index of the first character following the run with respect to all attributes containing the current character. |
int |
getRunLimit(java.text.AttributedCharacterIterator.Attribute attribute)
Get the index of the first character following the run with respect to the given attribute containing the current character. |
int |
getRunLimit(java.util.Set attributes)
Get the index of the first character following the run with respect to the given attributes containing the current character. |
int |
getRunStart()
Get the index of the first character of the run with respect to all attributes containing the current character. |
int |
getRunStart(java.text.AttributedCharacterIterator.Attribute attribute)
Get the index of the first character of the run with respect to the given attribute containing the current character. |
int |
getRunStart(java.util.Set attributes)
Get the index of the first character of the run with respect to the given attributes containing the current character. |
char |
last()
Sets the position to getEndIndex()-1 (getEndIndex() if the text is empty) and returns the character at that position. |
char |
next()
Increments the iterator's index by one, returning the next character. |
char |
previous()
Decrements the iterator's index by one and returns the character at the new index. |
char |
setIndex(int position)
Sets the position to the specified position in the text. |
Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface java.text.AttributedCharacterIterator |
getAttribute |
Constructor Detail |
public AttributedCharacterSpanIterator(java.text.AttributedCharacterIterator aci, int start, int stop)
aci
- The source AttributedCharacterIteratorstart
- the first index of the subintervalstop
- the index of the first character after the subintervalMethod Detail |
public java.util.Set getAllAttributeKeys()
getAllAttributeKeys
in interface java.text.AttributedCharacterIterator
public java.lang.Object getAttribute(org.apache.batik.gvt.text.Attribute attribute)
public java.util.Map getAttributes()
getAttributes
in interface java.text.AttributedCharacterIterator
public int getRunLimit()
getRunLimit
in interface java.text.AttributedCharacterIterator
public int getRunLimit(java.text.AttributedCharacterIterator.Attribute attribute)
getRunLimit
in interface java.text.AttributedCharacterIterator
public int getRunLimit(java.util.Set attributes)
getRunLimit
in interface java.text.AttributedCharacterIterator
public int getRunStart()
getRunStart
in interface java.text.AttributedCharacterIterator
public int getRunStart(java.text.AttributedCharacterIterator.Attribute attribute)
getRunStart
in interface java.text.AttributedCharacterIterator
attribute
- The attribute for whose appearance the first offset
is requested.public int getRunStart(java.util.Set attributes)
getRunStart
in interface java.text.AttributedCharacterIterator
attributes
- the Set of attributes which begins at the
returned index.public java.lang.Object clone()
clone
in interface java.text.CharacterIterator
clone
in class java.lang.Object
public char current()
current
in interface java.text.CharacterIterator
public char first()
first
in interface java.text.CharacterIterator
public int getBeginIndex()
getBeginIndex
in interface java.text.CharacterIterator
public int getEndIndex()
getEndIndex
in interface java.text.CharacterIterator
public int getIndex()
getIndex
in interface java.text.CharacterIterator
public char last()
last
in interface java.text.CharacterIterator
public char next()
next
in interface java.text.CharacterIterator
public char previous()
previous
in interface java.text.CharacterIterator
public char setIndex(int position)
setIndex
in interface java.text.CharacterIterator
position
- The new (current) index into the text.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |