java-gnome version 4.0.19

org.gnome.gdk
Class Drawable

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

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

getDepth

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

Since:
4.0.7

getHeight

public int getHeight()
Get the height of this Drawable.

Since:
4.0.9

getWidth

public int getWidth()
Get the width of this Drawable.

Since:
4.0.9


java-gnome