Module java.desktop
Package java.awt.geom

Class Dimension2D

java.lang.Object
java.awt.geom.Dimension2D
All Implemented Interfaces:
Cloneable
Direct Known Subclasses:
Dimension

public abstract class Dimension2D extends Object implements Cloneable
The Dimension2D class is to encapsulate a width and a height dimension.

This class is only the abstract superclass for all objects that store a 2D dimension. The actual storage representation of the sizes is left to the subclass.

Since:
1.2