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

/openjdk7/jdk/src/share/classes/java/awt/geom/
H A DArc2D.java189 * @param ellipseBounds The framing rectangle that defines the
198 public Float(Rectangle2D ellipseBounds, argument
201 this.x = (float) ellipseBounds.getX();
202 this.y = (float) ellipseBounds.getY();
203 this.width = (float) ellipseBounds.getWidth();
204 this.height = (float) ellipseBounds.getHeight();
482 * @param ellipseBounds The framing rectangle that defines the
491 public Double(Rectangle2D ellipseBounds, argument
494 this.x = ellipseBounds.getX();
495 this.y = ellipseBounds
[all...]

Completed in 177 milliseconds