|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.batik.gvt.text.GVTACIImpl
public class GVTACIImpl
GVTACIImpl Used to implement SVG <tspan> and <text> attributes. This implementation is designed for efficient support of per-character attributes (i.e. single character attribute spans). It supports an extended set of TextAttributes, via inner class GVTAttributedCharacterIterator.TextAttributes.
Nested Class Summary | |
---|---|
class |
GVTACIImpl.TransformAttributeFilter
AttributeFilter which converts (extended) location attributes SVGAttributedCharacterIterator.TextAttribute.X, TextAttribute.Y, TextAttribute.ROTATE attributes to TextAttribute.TRANSFORM attributes. |
Nested classes/interfaces inherited from interface org.apache.batik.gvt.text.GVTAttributedCharacterIterator |
---|
GVTAttributedCharacterIterator.AttributeFilter, GVTAttributedCharacterIterator.TextAttribute |
Nested classes/interfaces inherited from interface java.text.AttributedCharacterIterator |
---|
AttributedCharacterIterator.Attribute |
Field Summary |
---|
Fields inherited from interface java.text.CharacterIterator |
---|
DONE |
Constructor Summary | |
---|---|
GVTACIImpl()
Constructs a new GVTAttributedCharacterIterator with no attributes and a null string. |
|
GVTACIImpl(AttributedCharacterIterator aci)
Constructs a GVTACIImpl whose contents are equivalent to those of aci. |
Method Summary | |
---|---|
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(). |
Set |
getAllAttributeKeys()
Get the keys of all attributes defined on the iterator's text range. |
Object |
getAttribute(AttributedCharacterIterator.Attribute attribute)
Get the value of the named attribute for the current character. |
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(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(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(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(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,
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(AttributedString s)
Assigns this iterator's contents to be equivalent to AttributedString s. |
void |
setString(String s)
Sets this iterator's contents to an unattributed copy of String s. |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public GVTACIImpl()
public GVTACIImpl(AttributedCharacterIterator aci)
Method Detail |
---|
public void setString(String s)
setString
in interface GVTAttributedCharacterIterator
public void setString(AttributedString s)
setString
in interface GVTAttributedCharacterIterator
public void setAttributeArray(GVTAttributedCharacterIterator.TextAttribute attr, Object[] attValues, int beginIndex, int endIndex)
setAttributeArray
in interface GVTAttributedCharacterIterator
public Set getAllAttributeKeys()
getAllAttributeKeys
in interface AttributedCharacterIterator
getAllAttributeKeys
in interface GVTAttributedCharacterIterator
public Object getAttribute(AttributedCharacterIterator.Attribute attribute)
getAttribute
in interface AttributedCharacterIterator
getAttribute
in interface GVTAttributedCharacterIterator
public Map getAttributes()
getAttributes
in interface AttributedCharacterIterator
getAttributes
in interface GVTAttributedCharacterIterator
public int getRunLimit()
getRunLimit
in interface AttributedCharacterIterator
getRunLimit
in interface GVTAttributedCharacterIterator
public int getRunLimit(AttributedCharacterIterator.Attribute attribute)
getRunLimit
in interface AttributedCharacterIterator
getRunLimit
in interface GVTAttributedCharacterIterator
public int getRunLimit(Set attributes)
getRunLimit
in interface AttributedCharacterIterator
getRunLimit
in interface GVTAttributedCharacterIterator
public int getRunStart()
getRunStart
in interface AttributedCharacterIterator
getRunStart
in interface GVTAttributedCharacterIterator
public int getRunStart(AttributedCharacterIterator.Attribute attribute)
getRunStart
in interface AttributedCharacterIterator
getRunStart
in interface GVTAttributedCharacterIterator
attribute
- The attribute for whose appearance the first offset
is requested.public int getRunStart(Set attributes)
getRunStart
in interface AttributedCharacterIterator
getRunStart
in interface GVTAttributedCharacterIterator
attributes
- the Set of attributes which begins at the returned
index.public Object clone()
clone
in interface CharacterIterator
clone
in interface GVTAttributedCharacterIterator
clone
in class Object
public char current()
current
in interface CharacterIterator
current
in interface GVTAttributedCharacterIterator
public char first()
first
in interface CharacterIterator
first
in interface GVTAttributedCharacterIterator
public int getBeginIndex()
getBeginIndex
in interface CharacterIterator
getBeginIndex
in interface GVTAttributedCharacterIterator
public int getEndIndex()
getEndIndex
in interface CharacterIterator
getEndIndex
in interface GVTAttributedCharacterIterator
public int getIndex()
getIndex
in interface CharacterIterator
getIndex
in interface GVTAttributedCharacterIterator
public char last()
last
in interface CharacterIterator
last
in interface GVTAttributedCharacterIterator
public char next()
next
in interface CharacterIterator
next
in interface GVTAttributedCharacterIterator
public char previous()
previous
in interface CharacterIterator
previous
in interface GVTAttributedCharacterIterator
public char setIndex(int position)
setIndex
in interface CharacterIterator
setIndex
in interface GVTAttributedCharacterIterator
position
- The new (current) index into the text.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |