org.gnu.gtk

Class Requisition

public class Requisition extends Boxed

Constructor Summary
Requisition(int width, int height)
Construct a new Requisition.
Requisition(Handle handle)
Method Summary
intgetHeight()
static RequisitiongetRequisition(Handle handle)
Internal static factory method to be used by Java-Gnome only.
intgetWidth()
voidsetHeight(int height)
voidsetWidth(int width)

Constructor Detail

Requisition

public Requisition(int width, int height)

Deprecated: Superceeded by java-gnome 4.0; a method along these lines may well exist in the new bindings, but if it does it likely has a different name or signature due to the shift to an algorithmic mapping of the underlying native libraries.

Construct a new Requisition.

Requisition

public Requisition(Handle handle)

Method Detail

getHeight

public int getHeight()

getRequisition

public static Requisition getRequisition(Handle handle)

Deprecated: Superceeded by java-gnome 4.0; a method along these lines may well exist in the new bindings, but if it does it likely has a different name or signature due to the shift to an algorithmic mapping of the underlying native libraries.

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)