Dimension2D

Class 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

Constructors

登录查看完整内容