|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.gnu.glib.Struct
org.gnu.glib.MemStruct
org.gnu.gdk.Geometry
org.gnome.gdk.Geometry
.
public class Geometry
Gives the window manager information about a window's geometry constraints.
Constructor Summary | |
---|---|
Geometry()
Deprecated. |
Method Summary | |
---|---|
int |
getBaseHeight()
Deprecated. |
int |
getBaseWidth()
Deprecated. |
int |
getHeightIncrement()
Deprecated. |
double |
getMaxAspect()
Deprecated. |
int |
getMaxHeight()
Deprecated. |
int |
getMaxWidth()
Deprecated. |
double |
getMinAspect()
Deprecated. |
int |
getMinHeight()
Deprecated. |
int |
getMinWidth()
Deprecated. |
int |
getWidthIncrement()
Deprecated. |
Gravity |
getWindowGravity()
Deprecated. |
Methods inherited from class org.gnu.glib.MemStruct |
---|
getMemStructFromHandle |
Methods inherited from class org.gnu.glib.Struct |
---|
equals, getHandle, getNullHandle, hashCode |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Geometry()
Method Detail |
---|
public int getMinWidth()
public int getMaxWidth()
public int getMinHeight()
public int getMaxHeight()
public int getBaseWidth()
public int getBaseHeight()
public int getWidthIncrement()
public int getHeightIncrement()
public double getMinAspect()
public double getMaxAspect()
public Gravity getWindowGravity()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |