|
Java Platform 1.2 Beta 4 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Dimension2D | |
com.sun.java.swing.plaf | Provides one interface and many abstract classes that Swing uses to provide its pluggable look-and-feel capabilities. |
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. |
Uses of Dimension2D in com.sun.java.swing.plaf |
Subclasses of Dimension2D in com.sun.java.swing.plaf | |
DimensionUIResource
|
Uses of Dimension2D in java.awt |
Subclasses of Dimension2D in java.awt | |
Dimension
The Dimension class encapsulates the width and
height of a component (in integer precision) in a single object.
|
Uses of Dimension2D in java.awt.geom |
Methods in java.awt.geom with parameters of type Dimension2D | |
void | Dimension2D.setSize(Dimension2D d)
Set the size of this Dimension object to match the specified size. |
void | RectangularShape.setFrame(Point2D loc,
Dimension2D size)
Sets the outer bounds of this shape to be the same as the specified Point and Dimension objects. |
void | 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 Point and Dimension and double values. |
|
Java Platform 1.2 Beta 4 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |