Example usage for Java java.awt.geom RoundRectangle2D fields, constructors, methods, implement or subclass
The text is from its open source code.
void | setFrameFromDiagonal(Point2D p1, Point2D p2) Sets the diagonal of the framing rectangle of this Shape based on two specified Point2D objects. |
void | setRoundRect(double x, double y, double w, double h, double arcWidth, double arcHeight) Sets the location, size, and corner radii of this RoundRectangle2D to the specified double values. |