org.gnu.gdk

Class Geometry

public class Geometry extends MemStruct

Deprecated: This class is part of the java-gnome 2.x family of libraries, which, due to their inefficiency and complexity, are no longer being maintained and have been abandoned by the java-gnome project. This class may exist in java-gnome 4.0; look out for org.gnome.gdk.Geometry.

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