Searched refs:Decoration (Results 1 - 7 of 7) sorted by relevance

/openjdk7/jdk/src/share/classes/java/awt/font/
H A DStyledParagraph.java40 import sun.font.Decoration;
45 * This class stores Font, GraphicAttribute, and Decoration intervals
56 // If there is a single Decoration for the whole paragraph, it
59 private Decoration decoration;
109 Decoration d = Decoration.getDecoration(attributes);
172 Decoration d = Decoration.getDecoration(attributes);
233 // Font and Decoration runs, but we don't right now...
287 * Return the Decoration i
[all...]
H A DTextLine.java53 import sun.font.Decoration;
954 Decoration decorator = Decoration.getDecoration(values);
1006 Decoration decorator,
1066 Decoration decorator = styledParagraph.getDecorationAt(pos);
H A DTextLayout.java63 import sun.font.Decoration;
/openjdk7/jdk/src/share/classes/sun/font/
H A DDecoration.java58 public class Decoration { class
61 * This interface is implemented by clients that use Decoration.
75 private Decoration() { method in class:Decoration
79 * Return a Decoration which does nothing.
81 public static Decoration getPlainDecoration() {
91 public static Decoration getDecoration(AttributeValues values) {
107 * Return a Decoration appropriate for the the given Map.
108 * @param attributes the Map used to determine the Decoration
110 public static Decoration getDecoration(Map attributes) {
142 private static final Decoration PLAI
[all...]
H A DGraphicComponent.java48 Decoration.Label {
66 private Decoration decorator;
74 Decoration decorator,
H A DTextLabelFactory.java139 Decoration decorator,
H A DExtendedTextSourceLabel.java54 // Decoration.Label API package-private.
57 class ExtendedTextSourceLabel extends ExtendedTextLabel implements Decoration.Label {
60 private Decoration decorator;
77 public ExtendedTextSourceLabel(TextSource source, Decoration decorator) {
176 return decorator == Decoration.getPlainDecoration() &&

Completed in 47 milliseconds