org.gnu.gtk

Class Requisition


public class Requisition
extends Boxed

END OF GENERATED CODE

Constructor Summary

Requisition(Handle handle)
Requisition(int width, int height)
Construct a new Requisition.

Method Summary

int
getHeight()
static Requisition
getRequisition(Handle handle)
Internal static factory method to be used by Java-Gnome only.
int
getWidth()
void
setHeight(int height)
void
setWidth(int width)

Methods inherited from class org.gnu.glib.Boxed

equals, getBoxedFromHandle, hashCode

Constructor Details

Requisition

public Requisition(Handle handle)

Requisition

public Requisition(int width,
                   int height)
Construct a new Requisition.

Method Details

getHeight

public int getHeight()

getRequisition

public static Requisition getRequisition(Handle handle)
Internal static factory method to be used by Java-Gnome only.

getWidth

public int getWidth()

setHeight

public void setHeight(int height)

setWidth

public void setWidth(int width)