Searched defs:Attribute (Results 1 – 3 of 3) sorted by relevance
89 public static class Attribute implements Serializable { class107 protected Attribute(String name) { in Attribute() method in AttributedCharacterIterator.Attribute
143 Map<? extends Attribute, ?> attributes) in AttributedString()369 public void addAttributes(Map<? extends Attribute, ?> attributes, in addAttributes()705 private void setAttributes(Map<Attribute, Object> attrs, int offset) { in setAttributes()
471 public interface Attribute { interface