org.gnu.gtk
Class Requisition
java.lang.Object
org.gnu.glib.Struct
org.gnu.glib.Boxed
org.gnu.gtk.Requisition
public class Requisition
- extends org.gnu.glib.Boxed
Constructor Summary |
Requisition(org.gnu.glib.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(org.gnu.glib.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)
|
Methods inherited from class org.gnu.glib.Boxed |
equals, getBoxedFromHandle, hashCode |
Methods inherited from class org.gnu.glib.Struct |
getHandle, getNullHandle |
Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, toString, wait, wait, wait |
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(org.gnu.glib.Handle handle)
getRequisition
public static Requisition getRequisition(org.gnu.glib.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()
setWidth
public void setWidth(int width)
getHeight
public int getHeight()
setHeight
public void setHeight(int height)