Searched refs:DelegatingShape (Results 1 - 2 of 2) sorted by relevance

/openjdk9/jdk/src/java.desktop/share/classes/sun/font/
H A DDelegatingShape.java40 public final class DelegatingShape implements Shape { class in inherits:Shape
43 public DelegatingShape(Shape delegate) { method in class:DelegatingShape
H A DStandardGlyphVector.java571 result = new DelegatingShape(gp);
592 result = new DelegatingShape(getGlyphOutlineBounds(ix));

Completed in 46 milliseconds