Save This Page
Home » openjdk-7 » sun » font » [javadoc | source]
sun.font
public final class: AttributeMap [javadoc | source]
java.lang.Object
   java.util.AbstractMap
      sun.font.AttributeMap

All Implemented Interfaces:
    Map

Constructor:
 public AttributeMap(AttributeValues values) 
Method from sun.font.AttributeMap Summary:
entrySet,   getValues,   put,   toString
Methods from java.util.AbstractMap:
clear,   containsKey,   containsValue,   entrySet,   equals,   get,   hashCode,   isEmpty,   keySet,   put,   putAll,   remove,   size,   toString,   values
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from sun.font.AttributeMap Detail:
 public Set entrySet() 
 public AttributeValues getValues() 
 public Object put(TextAttribute key,
    Object value) 
 public String toString()