Uses of Class
java.awt.geom.RoundRectangle2D
| Package | Description | 
|---|---|
| java.awt.geom | Provides the Java 2D classes for defining and performing operations on
 objects related to two-dimensional geometry. | 
- 
Uses of RoundRectangle2D in java.awt.geomSubclasses of RoundRectangle2D in java.awt.geom Modifier and Type Class Description static classRoundRectangle2D.DoubleTheDoubleclass defines a rectangle with rounded corners all specified indoublecoordinates.static classRoundRectangle2D.FloatTheFloatclass defines a rectangle with rounded corners all specified infloatcoordinates.Methods in java.awt.geom with parameters of type RoundRectangle2D Modifier and Type Method Description voidRoundRectangle2D.Double. setRoundRect(RoundRectangle2D rr)Sets thisRoundRectangle2Dto be the same as the specifiedRoundRectangle2D.voidRoundRectangle2D.Float. setRoundRect(RoundRectangle2D rr)Sets thisRoundRectangle2Dto be the same as the specifiedRoundRectangle2D.voidRoundRectangle2D. setRoundRect(RoundRectangle2D rr)Sets thisRoundRectangle2Dto be the same as the specifiedRoundRectangle2D.