GObject
org.gnu.gdk.Image
public class Image
extends GObject
Image(Handle handle)
Image(ImageType type, Visual visual, int width, int height)
Colormap
getColormap()
void
setColormap(Colormap cmap)
public Image(Handle handle)
public Image(ImageType type, Visual visual, int width, int height)
Create a new Image.
public Colormap getColormap()
Retrieves the colormap for a given image.
public void setColormap(Colormap cmap)
Sets the colormap for the image.