org.gnu.gdk
Class Image
java.lang.Object
|
+--org.gnu.glib.GObject
|
+--org.gnu.gdk.Image
- public class Image
- extends GObject
Image represents an area for drawing graphics.
Methods inherited from class org.gnu.glib.GObject |
addEventHandler, addEventHandler, addEventHandler, addEventHandler, addEventHandler, addEventHandler, equals, getData, getHandle, removeEventHandler, setData |
Methods inherited from class java.lang.Object |
getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Image
public Image(int handle)
Image
public Image(ImageType type,
Visual visual,
int width,
int height)
- Create a new Image.
getColormap
public Colormap getColormap()
- Retrieves the colormap for a given image.
setColormap
public void setColormap(Colormap cmap)
- Sets the colormap for the image.