|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--org.apache.batik.gvt.text.BidiAttributedCharacterIterator
An attributed character iterator that does the reordering of the characters for bidirectional text. It reorders the characters so they are in visual order. It also assigns a BIDI_LEVEL attribute to each character which can be used to split the reordered ACI into text runs based on direction. ie. characters in a text run will all have the same bidi level.
| Inner classes inherited from class java.text.AttributedCharacterIterator |
java.text.AttributedCharacterIterator.Attribute |
| Fields inherited from interface java.text.CharacterIterator |
DONE |
| Constructor Summary | |
BidiAttributedCharacterIterator(java.text.AttributedCharacterIterator aci,
java.awt.font.FontRenderContext frc,
int chunkStart)
Constructs a character iterator that represents the visual display order of characters within bidirectional text. |
|
| Method Summary | |
java.lang.Object |
clone()
Creates a copy of this iterator. |
char |
current()
Gets the character at the current position (as returned by getIndex()). |
char |
first()
Sets the position to getBeginIndex() and returns the character at that position. |
java.util.Set |
getAllAttributeKeys()
Get the keys of all attributes defined on the iterator's text range. |
java.lang.Object |
getAttribute(java.text.AttributedCharacterIterator.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()
Returns the start index of the text. |
int[] |
getCharMap()
|
int |
getEndIndex()
Returns the end index of the text. |
int |
getIndex()
Returns 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. |
static int |
mirrorChar(int c)
|
char |
next()
Increments the iterator's index by one and returns the character at the new index. |
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 and returns that character. |
| Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public BidiAttributedCharacterIterator(java.text.AttributedCharacterIterator aci,
java.awt.font.FontRenderContext frc,
int chunkStart)
aci - The character iterator containing the characters in logical
order.frc - The current font render context| Method Detail |
public int[] getCharMap()
public java.util.Set getAllAttributeKeys()
getAllAttributeKeys in interface java.text.AttributedCharacterIteratorpublic java.lang.Object getAttribute(java.text.AttributedCharacterIterator.Attribute attribute)
getAttribute in interface java.text.AttributedCharacterIteratorpublic java.util.Map getAttributes()
getAttributes in interface java.text.AttributedCharacterIteratorpublic int getRunLimit()
getRunLimit in interface java.text.AttributedCharacterIteratorpublic int getRunLimit(java.text.AttributedCharacterIterator.Attribute attribute)
getRunLimit in interface java.text.AttributedCharacterIteratorpublic int getRunLimit(java.util.Set attributes)
getRunLimit in interface java.text.AttributedCharacterIteratorpublic int getRunStart()
getRunStart in interface java.text.AttributedCharacterIteratorpublic int getRunStart(java.text.AttributedCharacterIterator.Attribute attribute)
getRunStart in interface java.text.AttributedCharacterIteratorattribute - The attribute for whose appearance the first offset
is requested.public int getRunStart(java.util.Set attributes)
getRunStart in interface java.text.AttributedCharacterIteratorattributes - the Set of attributes which begins at the returned index.public java.lang.Object clone()
clone in interface java.text.CharacterIteratorclone in class java.lang.Objectpublic char current()
current in interface java.text.CharacterIteratorpublic char first()
first in interface java.text.CharacterIteratorpublic int getBeginIndex()
getBeginIndex in interface java.text.CharacterIteratorpublic int getEndIndex()
getEndIndex in interface java.text.CharacterIteratorpublic int getIndex()
getIndex in interface java.text.CharacterIteratorpublic char last()
last in interface java.text.CharacterIteratorpublic char next()
next in interface java.text.CharacterIteratorpublic char previous()
previous in interface java.text.CharacterIteratorpublic char setIndex(int position)
setIndex in interface java.text.CharacterIteratorpublic static int mirrorChar(int c)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||