| 
JavaTM 2 Platform Std. Ed. v1.4.2  | 
||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use Dimension2D | |
| 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 | Provides one interface and many abstract classes that Swing uses to provide its pluggable look-and-feel capabilities. | 
| Uses of Dimension2D in java.awt | 
| Subclasses of Dimension2D in java.awt | |
 class | 
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 | 
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 this Shape to the specified Point2D and 
 Dimension2D, respectively. | 
 void | 
Dimension2D.setSize(Dimension2D d)
Sets the size of this Dimension2D object to 
 match the specified size. | 
| Uses of Dimension2D in javax.swing.plaf | 
| Subclasses of Dimension2D in javax.swing.plaf | |
 class | 
DimensionUIResource
 | 
  | 
JavaTM 2 Platform Std. Ed. v1.4.2  | 
||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
Copyright 2003 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.