org.gnu.gtk

Class Requisition


public class Requisition
extends Boxed

Constructor Summary

Requisition(Handle handle)
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.

Method Summary

int
getHeight()
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.
int
getWidth()
void
setHeight(int height)
void
setWidth(int width)

Constructor Details

Requisition

public Requisition(Handle handle)

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.

Method Details

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)