Uses of Class
java.awt.geom.Dimension2D
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 one interface and many abstract classes that Swing uses to provide
its pluggable look-and-feel capabilities.
-
Uses of Dimension2D in java.awt
Modifier and TypeClassDescriptionclass
TheDimension
class encapsulates the width and height of a component (in integer precision) in a single object. -
Uses of Dimension2D in java.awt.geom
Modifier and TypeMethodDescriptionvoid
Arc2D.setArc
(Point2D loc, Dimension2D size, double angSt, double angExt, int closure) Sets the location, size, angular extents, and closure type of this arc to the specified values.void
RectangularShape.setFrame
(Point2D loc, Dimension2D size) Sets the location and size of the framing rectangle of thisShape
to the specifiedPoint2D
andDimension2D
, respectively.void
Dimension2D.setSize
(Dimension2D d) Sets the size of thisDimension2D
object to match the specified size. -
Uses of Dimension2D in javax.swing.plaf
Modifier and TypeClassDescriptionclass
A subclass ofDimension
that implementsUIResource
.