| Prev Class | Next Class | Frames | No Frames |
| Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Objectorg.gnu.gdk.Dimensionpublic class Dimensionextends java.lang.ObjectConstructor Summary | |
| |
Method Summary | |
int |
|
int |
|
public Dimension(int width,
int height)Deprecated. Superceeded by java-gnome 4.0; this method or constant will no doubt exist conceptually, but it may have a different name or signature in order that the presented API is an algorithmic mapping of the underlying native libraries.
Creates a newDimensionobject with the specified width and height.
- Parameters:
width- the new object's width.height- the new object's height.
public int getHeight()
Deprecated. Superceeded by java-gnome 4.0; this method or constant will no doubt exist conceptually, but it may have a different name or signature in order that the presented API is an algorithmic mapping of the underlying native libraries.
- Returns:
- the height of the
dimensionobject.
public int getWidth()
Deprecated. Superceeded by java-gnome 4.0; this method or constant will no doubt exist conceptually, but it may have a different name or signature in order that the presented API is an algorithmic mapping of the underlying native libraries.
- Returns:
- the width of the
dimensionobject.