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

/openjdk7/jdk/src/share/classes/java/awt/geom/
H A DEllipse2D.java31 * The <code>Ellipse2D</code> class describes an ellipse that is defined
42 public abstract class Ellipse2D extends RectangularShape { class in inherits:RectangularShape
49 public static class Float extends Ellipse2D implements Serializable {
52 * framing rectangle of this {@code Ellipse2D}.
60 * framing rectangle of this {@code Ellipse2D}.
67 * The overall width of this <code>Ellipse2D</code>.
74 * The overall height of this <code>Ellipse2D</code>.
81 * Constructs a new <code>Ellipse2D</code>, initialized to
89 * Constructs and initializes an <code>Ellipse2D</code> from the
193 public static class Double extends Ellipse2D implement
324 protected Ellipse2D() { method in class:Ellipse2D
[all...]

Completed in 33 milliseconds