public class BidiAttributedCharacterIterator extends Object implements AttributedCharacterIterator
AttributedCharacterIterator.Attribute
DONE
Modifier | Constructor and Description |
---|---|
protected |
BidiAttributedCharacterIterator(AttributedCharacterIterator aci) |
|
BidiAttributedCharacterIterator(AttributedCharacterIterator aci,
int defaultBidiLevel) |
Modifier and Type | Method and Description |
---|---|
Object |
clone() |
char |
current() |
char |
first() |
Set<AttributedCharacterIterator.Attribute> |
getAllAttributeKeys() |
Object |
getAttribute(AttributedCharacterIterator.Attribute attribute) |
Map<AttributedCharacterIterator.Attribute,Object> |
getAttributes() |
int |
getBeginIndex() |
int |
getEndIndex() |
int |
getIndex() |
int |
getRunLimit() |
int |
getRunLimit(AttributedCharacterIterator.Attribute attribute) |
int |
getRunLimit(Set<? extends AttributedCharacterIterator.Attribute> attributes) |
int |
getRunStart() |
int |
getRunStart(AttributedCharacterIterator.Attribute attribute) |
int |
getRunStart(Set<? extends AttributedCharacterIterator.Attribute> attributes) |
char |
last() |
char |
next() |
char |
previous() |
char |
setIndex(int position) |
protected BidiAttributedCharacterIterator(AttributedCharacterIterator aci)
public BidiAttributedCharacterIterator(AttributedCharacterIterator aci, int defaultBidiLevel)
public char first()
first
in interface CharacterIterator
public char last()
last
in interface CharacterIterator
public char current()
current
in interface CharacterIterator
public char next()
next
in interface CharacterIterator
public char previous()
previous
in interface CharacterIterator
public char setIndex(int position)
setIndex
in interface CharacterIterator
public int getBeginIndex()
getBeginIndex
in interface CharacterIterator
public int getEndIndex()
getEndIndex
in interface CharacterIterator
public int getIndex()
getIndex
in interface CharacterIterator
public Object clone()
clone
in interface CharacterIterator
clone
in class Object
public int getRunStart()
getRunStart
in interface AttributedCharacterIterator
public int getRunStart(AttributedCharacterIterator.Attribute attribute)
getRunStart
in interface AttributedCharacterIterator
public int getRunStart(Set<? extends AttributedCharacterIterator.Attribute> attributes)
getRunStart
in interface AttributedCharacterIterator
public int getRunLimit()
getRunLimit
in interface AttributedCharacterIterator
public int getRunLimit(AttributedCharacterIterator.Attribute attribute)
getRunLimit
in interface AttributedCharacterIterator
public int getRunLimit(Set<? extends AttributedCharacterIterator.Attribute> attributes)
getRunLimit
in interface AttributedCharacterIterator
public Map<AttributedCharacterIterator.Attribute,Object> getAttributes()
getAttributes
in interface AttributedCharacterIterator
public Object getAttribute(AttributedCharacterIterator.Attribute attribute)
getAttribute
in interface AttributedCharacterIterator
public Set<AttributedCharacterIterator.Attribute> getAllAttributeKeys()
getAllAttributeKeys
in interface AttributedCharacterIterator
Copyright © 2025 Apache Software Foundation. All rights reserved.