org.gnu.gdk

Class Geometry

public class Geometry extends MemStruct

Gives the window manager information about a window's geometry constraints.
Method Summary
intgetBaseHeight()
intgetBaseWidth()
intgetHeightIncrement()
doublegetMaxAspect()
intgetMaxHeight()
intgetMaxWidth()
doublegetMinAspect()
intgetMinHeight()
intgetMinWidth()
intgetWidthIncrement()
GravitygetWindowGravity()

Method Detail

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()