Searched refs:getOutline (Results 1 - 24 of 24) sorted by relevance

/openjdk9/jdk/src/java.desktop/share/classes/sun/font/
H A DTextLabel.java76 public abstract Shape getOutline(float x, float y); method in class:TextLabel
114 public Shape getOutline() { method in class:TextLabel
115 return getOutline(0f, 0f);
H A DGraphicComponent.java213 return graphic.getOutline(tx);
219 gp.append(graphic.getOutline(tx), false);
230 public Shape getOutline(float x, float y) { method in class:GraphicComponent
232 return decorator.getOutline(this, x, y);
H A DTextLineComponent.java49 public Shape getOutline(float x, float y); method in interface:TextLineComponent
H A DTextSourceLabel.java125 public Shape getOutline(float x, float y) { method in class:TextSourceLabel
126 return getGV().getOutline(x, y);
H A DDecoration.java136 Shape getOutline(Label label, method in class:Decoration
370 Shape getOutline(Label label, method in class:Decoration.DecorationImpl
H A DExtendedTextSourceLabel.java185 return getGV().getOutline(x, y);
188 public Shape getOutline(float x, float y) { method in class:ExtendedTextSourceLabel
189 return decorator.getOutline(this, x, y);
H A DStandardGlyphVector.java422 public Shape getOutline() { method in class:StandardGlyphVector
426 public Shape getOutline(float x, float y) { method in class:StandardGlyphVector
1187 * Used by getOutline, getGlyphsOutline
/openjdk9/jdk/test/java/awt/FontClass/
H A DNaNTransform.java70 testShape("tl Outline", tl.getOutline(nanTX));
75 testShape("gv Outline", gv.getOutline(NaN, NaN));
80 testShape("gv Outline A", gv.getOutline(NaN, NaN));
/openjdk9/jdk/test/java/awt/font/TextLayout/
H A DTextLayoutBounds.java42 Rectangle2D oBounds = tl.getOutline(null).getBounds2D();
H A DUnderlinePositionTest.java56 Shape outline = tl.getOutline(null);
/openjdk9/jdk/src/java.desktop/share/classes/sun/java2d/pipe/
H A DOutlineTextRenderer.java81 Shape s = tl.getOutline(AffineTransform.getTranslateInstance(x, y));
110 Shape s = gv.getOutline(x, y);
/openjdk9/jdk/src/java.desktop/share/classes/java/awt/font/
H A DGraphicAttribute.java168 public Shape getOutline(AffineTransform tx) { method in class:GraphicAttribute
H A DGlyphVector.java287 public abstract Shape getOutline(); method in class:GlyphVector
299 public abstract Shape getOutline(float x, float y); method in class:GlyphVector
H A DShapeGraphicAttribute.java191 public Shape getOutline(AffineTransform tx) { method in class:ShapeGraphicAttribute
H A DTextLine.java867 public Shape getOutline(AffineTransform tx) { method in class:TextLine
874 dstShape.append(tlc.getOutline(locs[n], locs[n+1]), false);
H A DTextLayout.java2661 public Shape getOutline(AffineTransform tx) { method in class:TextLayout
2663 Shape result = textLine.getOutline(tx);
/openjdk9/jdk/test/java/awt/font/Rotate/
H A DTranslatedOutlineTest.java51 g2.fill(gv.getOutline(20, 20));
/openjdk9/jdk/test/java/awt/font/GlyphVector/
H A DGlyphVectorOutline.java50 * 2. filling in the result of GlyphVector#getOutline
79 g.fill(gv.getOutline(10, 180));
/openjdk9/jdk/test/sun/java2d/marlin/
H A DTextClipErrorTest.java117 final Shape textShape = gv1.getOutline();
/openjdk9/jdk/src/demo/share/java2d/J2DBench/src/j2dbench/tests/text/
H A DTextMeasureTests.java315 s = gv.getOutline();
651 s = tl.getOutline(null);
/openjdk9/jdk/src/demo/share/jfc/Font2DTest/
H A DFontPanel.java117 "TextLayout.draw", "GlyphVector.getOutline", "TextLayout.getOutline" };
613 g2.draw( gv.getOutline( 0f, 0f ));
621 g2.draw( tlo.getOutline( null ));
667 g2.draw( gvo.getOutline( (float) 0, (float) 0 ));
674 g2.draw( tlo.getOutline( at ));
/openjdk9/jdk/src/java.desktop/share/classes/sun/print/
H A DPathGraphics.java583 layout.getOutline(AffineTransform.getTranslateInstance(x, y));
640 fill(g.getOutline(x, y));
648 fill(g.getOutline(x, y));
/openjdk9/jaxp/src/jdk.xml.dom/share/classes/org/w3c/dom/css/
H A DCSS2Properties.java1137 public String getOutline(); method in interface:CSS2Properties
/openjdk9/jdk/src/java.desktop/macosx/classes/sun/java2d/
H A DCompositeCRenderer.java210 Shape shape = glyphVector.getOutline(x, y);

Completed in 286 milliseconds