|
JavaTM Platform Standard Ed. 6 |
|||||||||
上一个类 下一个类 | 框架 无框架 | |||||||||
摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 |
public interface AttributedCharacterIterator
AttributedCharacterIterator 允许对文本和相关属性信息的迭代。
属性是一个由键来标识的键/值对。在一个给定字符上的两个属性不能有相同的键。
一个属性的值是不可变的,或者不能由客户端或存储来改变。其始终按引用而不是复制来传递。
对于以下情况,关于属性的运行 是一个最大的文本范围:
对于每个成员属性都满足此条件的关于属性集合的运行 是一个最大的文本范围。
返回的索引限定于迭代器的范围之内。
返回的属性信息限定于包含当前字符的运行中。
属性键是 AttributedCharacterIterator.Attribute 及其子类的实例,比如 java.awt.font.TextAttribute。
AttributedCharacterIterator.Attribute。
,
java.awt.font.TextAttribute。
,
AttributedString。
,
Annotation。
嵌套类摘要 | |
---|---|
static class |
AttributedCharacterIterator.Attribute
定义用于标识文本属性的属性键。 |
字段摘要 |
---|
从接口 java.text.CharacterIterator 继承的字段 |
---|
DONE |
方法摘要 | |
---|---|
Set<AttributedCharacterIterator.Attribute> |
getAllAttributeKeys()
返回定义于迭代器文本范围上的所有属性的键。 |
Object |
getAttribute(AttributedCharacterIterator.Attribute attribute)
返回当前字符的命名属性的值。 |
Map<AttributedCharacterIterator.Attribute,Object> |
getAttributes()
返回具有定义于当前字符上的多个属性的映射。 |
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)
返回关于包含当前字符的给定多个属性的运行的第一个字符的索引。 |
从接口 java.text.CharacterIterator 继承的方法 |
---|
clone, current, first, getBeginIndex, getEndIndex, getIndex, last, next, previous, setIndex |
方法详细信息 |
---|
int getRunStart()
int getRunStart(AttributedCharacterIterator.Attribute attribute)
int getRunStart(Set<? extends AttributedCharacterIterator.Attribute> attributes)
int getRunLimit()
int getRunLimit(AttributedCharacterIterator.Attribute attribute)
int getRunLimit(Set<? extends AttributedCharacterIterator.Attribute> attributes)
Map<AttributedCharacterIterator.Attribute,Object> getAttributes()
Object getAttribute(AttributedCharacterIterator.Attribute attribute)
attribute
- 其值被请求的属性的键。Set<AttributedCharacterIterator.Attribute> getAllAttributeKeys()
|
JavaTM Platform Standard Ed. 6 |
|||||||||
上一个类 下一个类 | 框架 无框架 | |||||||||
摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 |
版权所有 2007 Sun Microsystems, Inc. 保留所有权利。 请遵守许可证条款。另请参阅文档重新分发政策。