Searched refs:attributeKey (Results 1 – 1 of 1) sorted by relevance
272 Attribute attributeKey = itr.next(); in AttributedString() local275 int start = text.getRunStart(attributeKey); in AttributedString()276 int limit = text.getRunLimit(attributeKey); in AttributedString()277 Object value = text.getAttribute(attributeKey); in AttributedString()282 … addAttribute(attributeKey, value, start - beginIndex, limit - beginIndex); in AttributedString()299 … addAttribute(attributeKey, value, start - beginIndex, limit - beginIndex); in AttributedString()