org.gnu.gdk
public class Image extends GObject
Deprecated: This class is part of the java-gnome 2.x family of libraries,
which, due to their inefficiency and complexity, are no longer
being maintained and have been abandoned by the java-gnome
project. This class may exist in java-gnome 4.0; look out for
org.gnome.gdk.Image
.
Constructor Summary | |
---|---|
Image(Handle handle) | |
Image(ImageType type, Visual visual, int width, int height)
Create a new Image. |
Method Summary | |
---|---|
Colormap | getColormap()
Retrieves the colormap for a given image. |
void | setColormap(Colormap cmap)
Sets the colormap for the image. |
Deprecated: Superceeded by java-gnome 4.0; this method or constant will no doubt exist conceptually, but it may have a different name or signature in order that the presented API is an algorithmic mapping of the underlying native libraries.
Create a new Image.Deprecated: Superceeded by java-gnome 4.0; this method or constant will no doubt exist conceptually, but it may have a different name or signature in order that the presented API is an algorithmic mapping of the underlying native libraries.
Retrieves the colormap for a given image.Deprecated: Superceeded by java-gnome 4.0; this method or constant will no doubt exist conceptually, but it may have a different name or signature in order that the presented API is an algorithmic mapping of the underlying native libraries.
Sets the colormap for the image.