| Prev Class | Next Class | Frames | No Frames |
| Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Objectcharva.awt.Dimensionpublic class Dimensionextends java.lang.Objectimplements CloneableConstructor Summary | |
| |
| |
public Dimension()
Creates a new Dimension object with width and height = 0;
public Dimension(int width_,
int height_)