|
|||||||||
| Home >> All >> java >> awt >> [ geom overview ] | PREV NEXT | ||||||||
Uses of Class
java.awt.geom.RectangularShape
| Uses of RectangularShape in java.awt.geom |
| Subclasses of RectangularShape in java.awt.geom | |
class |
Arc2D
This class represents all arcs (segments of an ellipse in 2-D space). |
static class |
Arc2D.Double
This class implements an arc in double precision. |
static class |
Arc2D.Float
This class implements an arc in float precision. |
class |
Ellipse2D
Ellipse2D is the shape of an ellipse. |
static class |
Ellipse2D.Double
An Ellipse2D that stores its coordinates using double
primitives. |
static class |
Ellipse2D.Float
An Ellipse2D that stores its coordinates using float
primitives. |
class |
Rectangle2D
This class describes a rectangle by a point (x,y) and dimension (w x h). |
static class |
Rectangle2D.Double
This class defines a rectangle in double precision. |
static class |
Rectangle2D.Float
This class defines a rectangle in float precision. |
class |
RoundRectangle2D
This class implements a rectangle with rounded corners. |
static class |
RoundRectangle2D.Double
A subclass of RoundRectangle which keeps its parameters as doubles. |
static class |
RoundRectangle2D.Float
A subclass of RoundRectangle which keeps its parameters as floats. |
|
|||||||||
| Home >> All >> java >> awt >> [ geom overview ] | PREV NEXT | ||||||||