Searched defs:decorator (Results 1 - 4 of 4) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/font/
H A DTextLabelFactory.java139 Decoration decorator,
154 return new ExtendedTextSourceLabel(source, decorator);
137 createExtended(Font font, CoreMetrics lm, Decoration decorator, int start, int limit) argument
H A DGraphicComponent.java66 private Decoration decorator; field in class:GraphicComponent
74 Decoration decorator,
86 this.decorator = decorator;
97 this.decorator = parent.decorator;
201 visualBounds = decorator.getVisualBounds(this);
232 return decorator.getOutline(this, x, y);
246 decorator.drawTextAndDecorations(this, g2d, x, y);
251 return decorator
73 GraphicComponent(GraphicAttribute graphic, Decoration decorator, int[] charsLtoV, byte[] levels, int start, int limit, AffineTransform baseTx) argument
[all...]
H A DExtendedTextSourceLabel.java60 private Decoration decorator; field in class:ExtendedTextSourceLabel
77 public ExtendedTextSourceLabel(TextSource source, Decoration decorator) { argument
79 this.decorator = decorator;
91 this.decorator = oldLabel.decorator;
141 vb = decorator.getVisualBounds(this);
176 return decorator == Decoration.getPlainDecoration() &&
189 return decorator.getOutline(this, x, y);
197 decorator
[all...]
/openjdk7/jdk/src/share/classes/java/awt/font/
H A DTextLine.java954 Decoration decorator = Decoration.getDecoration(values);
966 decorator,
1006 Decoration decorator,
1028 factory.createExtended(font, cm, decorator, startPos, startPos + lmCount);
1066 Decoration decorator = styledParagraph.getDecorationAt(pos);
1082 new GraphicComponent(graphicAttribute, decorator, charsLtoV, levels, pos, chunkLimit, baseRot);
1102 decorator,
997 createComponentsOnRun(int runStart, int runLimit, char[] chars, int[] charsLtoV, byte[] levels, TextLabelFactory factory, Font font, CoreMetrics cm, FontRenderContext frc, Decoration decorator, TextLineComponent[] components, int numComponents) argument

Completed in 43 milliseconds