|
java-gnome version 4.0.15 | ||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||
Objectorg.freedesktop.bindings.Pointer
org.freedesktop.bindings.Proxy
org.gnome.glib.Object
org.gnome.gdk.Drawable
public abstract class Drawable
Drawable is notable for being the parent class of both
[org.gnome.gdk] Window (representing the native server-side
on-screen resources behind a Widget) and [org.gnome.gdk]
Pixmap (a general server-side but off-screen area you can draw to).
| Method Summary | |
|---|---|
int |
getDepth()
Get the bits per pixel of the data being used to back this Drawable. |
int |
getHeight()
Get the height of this Drawable. |
int |
getWidth()
Get the width of this Drawable. |
| Methods inherited from class org.freedesktop.bindings.Pointer |
|---|
toString |
| Methods inherited from class Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Method Detail |
|---|
public int getDepth()
public int getHeight()
public int getWidth()
|
![]() java-gnome |
||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||