org.gnu.gdk

Class Geometry


public class Geometry
extends MemStruct

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

Method Summary

int
getBaseHeight()
int
getBaseWidth()
int
getHeightIncrement()
double
getMaxAspect()
int
getMaxHeight()
int
getMaxWidth()
double
getMinAspect()
int
getMinHeight()
int
getMinWidth()
int
getWidthIncrement()
Gravity
getWindowGravity()

Methods inherited from class org.gnu.glib.MemStruct

getMemStructFromHandle

Method Details

getBaseHeight

public int getBaseHeight()

getBaseWidth

public int getBaseWidth()

getHeightIncrement

public int getHeightIncrement()

getMaxAspect

public double getMaxAspect()

getMaxHeight

public int getMaxHeight()

getMaxWidth

public int getMaxWidth()

getMinAspect

public double getMinAspect()

getMinHeight

public int getMinHeight()

getMinWidth

public int getMinWidth()

getWidthIncrement

public int getWidthIncrement()

getWindowGravity

public Gravity getWindowGravity()