Uses of Class
java.awt.geom.RectangularShape
Package
Description
Contains all of the classes for creating user interfaces and for painting
graphics and images.
Provides the Java 2D classes for defining and performing operations on
objects related to two-dimensional geometry.
Provides user interface objects built according to the Basic look and feel.
Provides classes and interfaces that deal with editable and noneditable text
components.
-
Uses of RectangularShape in java.awt
Modifier and TypeClassDescriptionclass
ARectangle
specifies an area in a coordinate space that is enclosed by theRectangle
object's upper-left point(x,y)
in the coordinate space, its width, and its height. -
Uses of RectangularShape in java.awt.geom
Modifier and TypeClassDescriptionclass
Arc2D
is 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 class
This class defines an arc specified indouble
precision.static class
This class defines an arc specified infloat
precision.class
TheEllipse2D
class describes an ellipse that is defined by a framing rectangle.static class
TheDouble
class defines an ellipse specified indouble
precision.static class
TheFloat
class defines an ellipse specified infloat
precision.class
TheRectangle2D
class describes a rectangle defined by a location(x,y)
and dimension(w x h)
.static class
TheDouble
class defines a rectangle specified in double coordinates.static class
TheFloat
class defines a rectangle specified in float coordinates.class
TheRoundRectangle2D
class 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 class
TheDouble
class defines a rectangle with rounded corners all specified indouble
coordinates.static class
TheFloat
class defines a rectangle with rounded corners all specified infloat
coordinates. -
Uses of RectangularShape in javax.swing.plaf.basic
Modifier and TypeClassDescriptionstatic class
Default implementation of the interfaceCaret
. -
Uses of RectangularShape in javax.swing.text