Package org.apache.fop.svg.text
Class BidiAttributedCharacterIterator
java.lang.Object
org.apache.fop.svg.text.BidiAttributedCharacterIterator
- All Implemented Interfaces:
Cloneable,AttributedCharacterIterator,CharacterIterator
-
Nested Class Summary
Nested classes/interfaces inherited from interface java.text.AttributedCharacterIterator
AttributedCharacterIterator.Attribute -
Field Summary
Fields inherited from interface java.text.CharacterIterator
DONE -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedBidiAttributedCharacterIterator(AttributedCharacterIterator aci, int defaultBidiLevel) -
Method Summary
Modifier and TypeMethodDescriptionclone()charcurrent()charfirst()intintintgetIndex()intintgetRunLimit(AttributedCharacterIterator.Attribute attribute) intgetRunLimit(Set<? extends AttributedCharacterIterator.Attribute> attributes) intintgetRunStart(AttributedCharacterIterator.Attribute attribute) intgetRunStart(Set<? extends AttributedCharacterIterator.Attribute> attributes) charlast()charnext()charprevious()charsetIndex(int position)
-
Constructor Details
-
BidiAttributedCharacterIterator
-
BidiAttributedCharacterIterator
-
-
Method Details
-
first
public char first()- Specified by:
firstin interfaceCharacterIterator
-
last
public char last()- Specified by:
lastin interfaceCharacterIterator
-
current
public char current()- Specified by:
currentin interfaceCharacterIterator
-
next
public char next()- Specified by:
nextin interfaceCharacterIterator
-
previous
public char previous()- Specified by:
previousin interfaceCharacterIterator
-
setIndex
public char setIndex(int position) - Specified by:
setIndexin interfaceCharacterIterator
-
getBeginIndex
public int getBeginIndex()- Specified by:
getBeginIndexin interfaceCharacterIterator
-
getEndIndex
public int getEndIndex()- Specified by:
getEndIndexin interfaceCharacterIterator
-
getIndex
public int getIndex()- Specified by:
getIndexin interfaceCharacterIterator
-
clone
- Specified by:
clonein interfaceCharacterIterator- Overrides:
clonein classObject
-
getRunStart
public int getRunStart()- Specified by:
getRunStartin interfaceAttributedCharacterIterator
-
getRunStart
- Specified by:
getRunStartin interfaceAttributedCharacterIterator
-
getRunStart
- Specified by:
getRunStartin interfaceAttributedCharacterIterator
-
getRunLimit
public int getRunLimit()- Specified by:
getRunLimitin interfaceAttributedCharacterIterator
-
getRunLimit
- Specified by:
getRunLimitin interfaceAttributedCharacterIterator
-
getRunLimit
- Specified by:
getRunLimitin interfaceAttributedCharacterIterator
-
getAttributes
- Specified by:
getAttributesin interfaceAttributedCharacterIterator
-
getAttribute
- Specified by:
getAttributein interfaceAttributedCharacterIterator
-
getAllAttributeKeys
- Specified by:
getAllAttributeKeysin interfaceAttributedCharacterIterator
-