Class Dimension
java.lang.Object
util.Dimension
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
width
public int width -
height
public int height
-
-
Constructor Details
-
Dimension
public Dimension() -
Dimension
public Dimension(int width, int height) -
Dimension
-
-
Method Details
-
setWidth
public void setWidth(int width) -
getWidth
public int getWidth() -
setHeight
public void setHeight(int height) -
getHeight
public int getHeight()
-