Java java.awt.geom RoundRectangle2D fields, constructors, methods, implement or subclass

Example usage for Java java.awt.geom RoundRectangle2D fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for java.awt.geom RoundRectangle2D.

The text is from its open source code.

Method

voidsetFrameFromDiagonal(Point2D p1, Point2D p2)
Sets the diagonal of the framing rectangle of this Shape based on two specified Point2D objects.
voidsetRoundRect(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.