jdk/src/java.desktop/share/classes/sun/font/Decoration.java
changeset 28059 e576535359cc
parent 25859 3317bb8137f4
equal deleted inserted replaced
28058:87940c838900 28059:e576535359cc
   103                                   Underline.getUnderline(values.getUnderline()),
   103                                   Underline.getUnderline(values.getUnderline()),
   104                                   Underline.getUnderline(values.getInputMethodUnderline()));
   104                                   Underline.getUnderline(values.getInputMethodUnderline()));
   105     }
   105     }
   106 
   106 
   107     /**
   107     /**
   108      * Return a Decoration appropriate for the the given Map.
   108      * Return a Decoration appropriate for the given Map.
   109      * @param attributes the Map used to determine the Decoration
   109      * @param attributes the Map used to determine the Decoration
   110      */
   110      */
   111     public static Decoration getDecoration(Map<? extends Attribute, ?> attributes) {
   111     public static Decoration getDecoration(Map<? extends Attribute, ?> attributes) {
   112         if (attributes == null) {
   112         if (attributes == null) {
   113             return PLAIN;
   113             return PLAIN;