public abstractclassDimension2D
implements
Cloneable
Overview
Inheritance
Members
Usage
Source
Books
Since1.2
Version1.21, 05/05/07
Author(s)Jim Graham
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.
Dimension2Dclass 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.