java.lang.Object
util.Dimension
public class Dimension
extends java.lang.Object
-
Field Summary
Fields
| Modifier and Type |
Field |
Description |
int |
height |
|
int |
width |
|
-
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Details
-
-
public Dimension(int width,
int height)
-
-
Method Details
-
public void setWidth(int width)
-
-
public void setHeight(int height)
-