RoundRectangle2D
class defines a rectangle with rounded corners defined by a location {@code (x,y)}, a dimension {@code (w x h)}, and the width and height of an arc with which to round the corners. This class is the abstract superclass for all objects that store a 2D rounded rectangle. The actual storage representation of the coordinates is left to the subclass. @version 1.22, 02/24/06 @author Jim Graham @since 1.2
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|