java-gnome version 4.0.7

org.gnome.gdk
Class Drawable

java.lang.Object
  extended by org.freedesktop.bindings.Proxy
      extended by org.gnome.glib.Object
          extended by org.gnome.gdk.Drawable
Direct Known Subclasses:
Bitmap, Pixmap, PixmapObject, Window, WindowObject

public abstract class Drawable
extends Object

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

Since:
4.0.6
Author:
Andrew Cowie

Method Summary
 int getDepth()
          Get the bits per pixel of the data being used to back this Drawable.
 
Methods inherited from class org.freedesktop.bindings.Proxy
toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getDepth

public int getDepth()
Get the bits per pixel of the data being used to back this Drawable.

Since:
4.0.7


java-gnome