Searched defs:getOutline (Results 1 - 13 of 13) sorted by relevance

/openjdk7/jdk/src/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 DTextSourceLabel.java125 public Shape getOutline(float x, float y) { method in class:TextSourceLabel
126 return getGV().getOutline(x, y);
H A DDecoration.java135 Shape getOutline(Label label, method in class:Decoration
369 Shape getOutline(Label label, method in class:Decoration.DecorationImpl
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 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
1178 * Used by getOutline, getGlyphsOutline
/openjdk7/jdk/src/share/classes/java/awt/font/
H A DGraphicAttribute.java168 public Shape getOutline(AffineTransform tx) { method in class:GraphicAttribute
H A DShapeGraphicAttribute.java191 public Shape getOutline(AffineTransform tx) { method in class:ShapeGraphicAttribute
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 DTextLayout.java2690 public Shape getOutline(AffineTransform tx) { method in class:TextLayout
2692 Shape result = textLine.getOutline(tx);
H A DTextLine.java865 public Shape getOutline(AffineTransform tx) { method in class:TextLine
872 dstShape.append(tlc.getOutline(locs[n], locs[n+1]), false);
/openjdk7/jaxp/src/org/w3c/dom/css/
H A DCSS2Properties.java1137 public String getOutline(); method in interface:CSS2Properties

Completed in 65 milliseconds