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

/openjdk7/jdk/src/share/classes/java/awt/geom/
H A DRoundRectangle2D.java31 * The <code>RoundRectangle2D</code> class defines a rectangle with
44 public abstract class RoundRectangle2D extends RectangularShape { class in inherits:RectangularShape
51 public static class Float extends RoundRectangle2D
55 * The X coordinate of this <code>RoundRectangle2D</code>.
62 * The Y coordinate of this <code>RoundRectangle2D</code>.
69 * The width of this <code>RoundRectangle2D</code>.
76 * The height of this <code>RoundRectangle2D</code>.
97 * Constructs a new <code>RoundRectangle2D</code>, initialized to
106 * Constructs and initializes a <code>RoundRectangle2D</code>
110 * constructed <code>RoundRectangle2D</cod
453 protected RoundRectangle2D() { method in class:RoundRectangle2D
[all...]

Completed in 76 milliseconds