Searched refs:makeBounds (Results 1 - 2 of 2) sorted by relevance
/openjdk7/jdk/test/java/awt/geom/Arc2D/ | ||
H A D | SerializationTest.java | 72 public Rectangle2D makeBounds(double x, double y, double w, double h) { method in class:SerializationTest.Arc |
/openjdk7/jdk/src/share/classes/java/awt/geom/ | ||
H A D | Arc2D.java | 316 protected Rectangle2D makeBounds(double x, double y, method in class:Arc2D.Float 609 protected Rectangle2D makeBounds(double x, double y, method in class:Arc2D.Double 1052 return makeBounds(getX(), getY(), getWidth(), getHeight()); 1090 return makeBounds(x1, y1, x2, y2); 1108 protected abstract Rectangle2D makeBounds(double x, double y, method in class:Arc2D |
Completed in 146 milliseconds