org.gnu.gdk

Class Geometry


public class Geometry
extends GObject

Gives the window manager information about a window's geometry constraints.

Field Summary

Fields inherited from class org.gnu.glib.GObject

eventsInitialized

Method Summary

int
getBaseHeight()
protected static int
getBaseHeight(Handle obj)
int
getBaseWidth()
protected static int
getBaseWidth(Handle obj)
protected static int
getHeightInc(Handle obj)
int
getHeightIncrement()
double
getMaxAspect()
protected static double
getMaxAspect(Handle obj)
int
getMaxHeight()
protected static int
getMaxHeight(Handle obj)
int
getMaxWidth()
protected static int
getMaxWidth(Handle obj)
double
getMinAspect()
protected static double
getMinAspect(Handle obj)
int
getMinHeight()
protected static int
getMinHeight(Handle obj)
int
getMinWidth()
protected static int
getMinWidth(Handle obj)
protected static int
getWidthInc(Handle obj)
int
getWidthIncrement()
protected static int
getWinGravity(Handle obj)
Gravity
getWindowGravity()

Methods inherited from class org.gnu.glib.GObject

addEventHandler, addEventHandler, addEventHandler, addEventHandler, addEventHandler, addEventHandler, addListener, equals, freezeNotify, getBooleanProperty, getData, getData, getDoubleProperty, getEventListenerClass, getEventType, getFloatProperty, getGObjectFromHandle, getHandle, getIntFromHandle, getIntProperty, getJavaObjectProperty, getLongProperty, getNullHandle, getPixbufProperty, getProperty, getStringFromHandle, getStringProperty, hasProperty, hashCode, instantiateJGObjectFromGType, notify, removeEventHandler, removeListener, retrieveGObject, setBooleanProperty, setData, setData, setDoubleProperty, setFloatProperty, setHandle, setIntProperty, setJavaObjectProperty, setLongProperty, setPixbufProperty, setProperty, setStringProperty, thawNotify

Method Details

getBaseHeight

public int getBaseHeight()


getBaseHeight

protected static final int getBaseHeight(Handle obj)


getBaseWidth

public int getBaseWidth()


getBaseWidth

protected static final int getBaseWidth(Handle obj)


getHeightInc

protected static final int getHeightInc(Handle obj)


getHeightIncrement

public int getHeightIncrement()


getMaxAspect

public double getMaxAspect()


getMaxAspect

protected static final double getMaxAspect(Handle obj)


getMaxHeight

public int getMaxHeight()


getMaxHeight

protected static final int getMaxHeight(Handle obj)


getMaxWidth

public int getMaxWidth()


getMaxWidth

protected static final int getMaxWidth(Handle obj)


getMinAspect

public double getMinAspect()


getMinAspect

protected static final double getMinAspect(Handle obj)


getMinHeight

public int getMinHeight()


getMinHeight

protected static final int getMinHeight(Handle obj)


getMinWidth

public int getMinWidth()


getMinWidth

protected static final int getMinWidth(Handle obj)


getWidthInc

protected static final int getWidthInc(Handle obj)


getWidthIncrement

public int getWidthIncrement()


getWinGravity

protected static final int getWinGravity(Handle obj)


getWindowGravity

public Gravity getWindowGravity()