Java Platform 1.2
Beta 4

Uses of Class
java.awt.geom.Dimension2D

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

Submit a bug or feature
Submit comments/suggestions about new javadoc look
Java is a trademark or registered trademark of Sun Microsystems, Inc. in the US and other countries.
Copyright 1993-1998 Sun Microsystems, Inc. 901 San Antonio Road,
Palo Alto, California, 94303, U.S.A. All Rights Reserved.
This documentation was generated with a post-Beta4 version of Javadoc.