public class GVTACIImpl extends java.lang.Object implements GVTAttributedCharacterIterator
| Modifier and Type | Class and Description |
|---|---|
class |
GVTACIImpl.TransformAttributeFilter
AttributeFilter which converts (extended) location attributes
SVGAttributedCharacterIterator.TextAttribute.X, TextAttribute.Y,
TextAttribute.ROTATE attributes to TextAttribute.TRANSFORM attributes.
|
GVTAttributedCharacterIterator.AttributeFilter, GVTAttributedCharacterIterator.TextAttribute| Constructor and Description |
|---|
GVTACIImpl()
Constructs a new GVTAttributedCharacterIterator with no attributes
and a null string.
|
GVTACIImpl(java.text.AttributedCharacterIterator aci)
Constructs a GVTACIImpl whose contents are
equivalent to those of aci.
|
| Modifier and Type | Method and Description |
|---|---|
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(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()
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.
|
void |
setAttributeArray(GVTAttributedCharacterIterator.TextAttribute attr,
java.lang.Object[] attValues,
int beginIndex,
int endIndex)
Sets values of a per-character attribute associated with the
content string.
|
char |
setIndex(int position)
Sets the position to the specified position in the text.
|
void |
setString(java.text.AttributedString s)
Assigns this iterator's contents to be equivalent to AttributedString s.
|
void |
setString(java.lang.String s)
Sets this iterator's contents to an unattributed copy of String s.
|
public GVTACIImpl()
public GVTACIImpl(java.text.AttributedCharacterIterator aci)
public void setString(java.lang.String s)
setString in interface GVTAttributedCharacterIteratorpublic void setString(java.text.AttributedString s)
setString in interface GVTAttributedCharacterIteratorpublic void setAttributeArray(GVTAttributedCharacterIterator.TextAttribute attr, java.lang.Object[] attValues, int beginIndex, int endIndex)
setAttributeArray in interface GVTAttributedCharacterIteratorpublic java.util.Set getAllAttributeKeys()
getAllAttributeKeys in interface java.text.AttributedCharacterIteratorgetAllAttributeKeys in interface GVTAttributedCharacterIteratorpublic java.lang.Object getAttribute(java.text.AttributedCharacterIterator.Attribute attribute)
getAttribute in interface java.text.AttributedCharacterIteratorgetAttribute in interface GVTAttributedCharacterIteratorpublic java.util.Map getAttributes()
getAttributes in interface java.text.AttributedCharacterIteratorgetAttributes in interface GVTAttributedCharacterIteratorpublic int getRunLimit()
getRunLimit in interface java.text.AttributedCharacterIteratorgetRunLimit in interface GVTAttributedCharacterIteratorpublic int getRunLimit(java.text.AttributedCharacterIterator.Attribute attribute)
getRunLimit in interface java.text.AttributedCharacterIteratorgetRunLimit in interface GVTAttributedCharacterIteratorpublic int getRunLimit(java.util.Set attributes)
getRunLimit in interface java.text.AttributedCharacterIteratorgetRunLimit in interface GVTAttributedCharacterIteratorpublic int getRunStart()
getRunStart in interface java.text.AttributedCharacterIteratorgetRunStart in interface GVTAttributedCharacterIteratorpublic int getRunStart(java.text.AttributedCharacterIterator.Attribute attribute)
getRunStart in interface java.text.AttributedCharacterIteratorgetRunStart in interface GVTAttributedCharacterIteratorattribute - The attribute for whose appearance the first offset
is requested.public int getRunStart(java.util.Set attributes)
getRunStart in interface java.text.AttributedCharacterIteratorgetRunStart in interface GVTAttributedCharacterIteratorattributes - the Set of attributes which begins at the returned
index.public java.lang.Object clone()
clone in interface java.text.CharacterIteratorclone in interface GVTAttributedCharacterIteratorclone in class java.lang.Objectpublic char current()
current in interface java.text.CharacterIteratorcurrent in interface GVTAttributedCharacterIteratorpublic char first()
first in interface java.text.CharacterIteratorfirst in interface GVTAttributedCharacterIteratorpublic int getBeginIndex()
getBeginIndex in interface java.text.CharacterIteratorgetBeginIndex in interface GVTAttributedCharacterIteratorpublic int getEndIndex()
getEndIndex in interface java.text.CharacterIteratorgetEndIndex in interface GVTAttributedCharacterIteratorpublic int getIndex()
getIndex in interface java.text.CharacterIteratorgetIndex in interface GVTAttributedCharacterIteratorpublic char last()
last in interface java.text.CharacterIteratorlast in interface GVTAttributedCharacterIteratorpublic char next()
next in interface java.text.CharacterIteratornext in interface GVTAttributedCharacterIteratorpublic char previous()
previous in interface java.text.CharacterIteratorprevious in interface GVTAttributedCharacterIteratorpublic char setIndex(int position)
setIndex in interface java.text.CharacterIteratorsetIndex in interface GVTAttributedCharacterIteratorposition - The new (current) index into the text.Copyright ? 2009 Apache Software Foundation. All Rights Reserved.