Uses of Class
java.awt.geom.RectangularShape
| Package | Description | 
|---|---|
| java.awt | Contains all of the classes for creating user interfaces and for painting
 graphics and images. | 
| java.awt.geom | Provides the Java 2D classes for defining and performing operations on
 objects related to two-dimensional geometry. | 
| javax.swing.plaf.basic | Provides user interface objects built according to the Basic look and feel. | 
| javax.swing.text | Provides classes and interfaces that deal with editable and noneditable text
 components. | 
- 
Uses of RectangularShape in java.awtSubclasses of RectangularShape in java.awt Modifier and Type Class Description classRectangleARectanglespecifies an area in a coordinate space that is enclosed by theRectangleobject's upper-left point(x,y)in the coordinate space, its width, and its height.
- 
Uses of RectangularShape in java.awt.geomSubclasses of RectangularShape in java.awt.geom Modifier and Type Class Description classArc2DArc2Dis the abstract superclass for all objects that store a 2D arc defined by a framing rectangle, start angle, angular extent (length of the arc), and a closure type (OPEN,CHORD, orPIE).static classArc2D.DoubleThis class defines an arc specified indoubleprecision.static classArc2D.FloatThis class defines an arc specified infloatprecision.classEllipse2DTheEllipse2Dclass describes an ellipse that is defined by a framing rectangle.static classEllipse2D.DoubleTheDoubleclass defines an ellipse specified indoubleprecision.static classEllipse2D.FloatTheFloatclass defines an ellipse specified infloatprecision.classRectangle2DTheRectangle2Dclass describes a rectangle defined by a location(x,y)and dimension(w x h).static classRectangle2D.DoubleTheDoubleclass defines a rectangle specified in double coordinates.static classRectangle2D.FloatTheFloatclass defines a rectangle specified in float coordinates.classRoundRectangle2DTheRoundRectangle2Dclass defines a rectangle with rounded corners defined by a location(x,y), a dimension(w x h), and the width and height of an arc with which to round the corners.static classRoundRectangle2D.DoubleTheDoubleclass defines a rectangle with rounded corners all specified indoublecoordinates.static classRoundRectangle2D.FloatTheFloatclass defines a rectangle with rounded corners all specified infloatcoordinates.
- 
Uses of RectangularShape in javax.swing.plaf.basicSubclasses of RectangularShape in javax.swing.plaf.basic Modifier and Type Class Description static classBasicTextUI.BasicCaretDefault implementation of the interfaceCaret.
- 
Uses of RectangularShape in javax.swing.textSubclasses of RectangularShape in javax.swing.text Modifier and Type Class Description classDefaultCaretA default implementation of Caret.