Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Object
org.gnu.gdk.Dimension
public class Dimension
extends java.lang.Object
Constructor Summary | |
|
public Dimension(int width, int height)
Creates a newDimension
object with the specified width and height.
- Parameters:
width
- the new object's width.height
- the new object's height.
public int getHeight()
- Returns:
- the height of the
dimension
object.
public int getWidth()
- Returns:
- the width of the
dimension
object.