org.gnu.gdk
Class Dimension
public class Dimension
extends java.lang.Object
END OF GENERATED CODE
Dimension(int width, int height) - Creates a new
Dimension object with the specified width and height.
|
Dimension
public Dimension(int width,
int height)
Creates a new Dimension
object with the specified width and height.
width
- the new object's width.height
- the new object's height.
getHeight
public int getHeight()
- the height of the
dimension
object.
getWidth
public int getWidth()
- the width of the
dimension
object.