Uses of Class
org.gnu.gdk.Colormap

Packages that use Colormap
org.gnu.gdk   
org.gnu.gtk   
 

Uses of Colormap in org.gnu.gdk
 

Methods in org.gnu.gdk that return Colormap
 Colormap Image.getColormap()
          Retrieves the colormap for a given image.
 Colormap Drawable.getColormap()
           
 Colormap GC.getColormap()
          Gets the colormap, if it exists.
static Colormap Colormap.getSystem()
          Returns the system's default colormap.
 

Methods in org.gnu.gdk with parameters of type Colormap
 void Image.setColormap(Colormap cmap)
          Sets the colormap for the image.
 void Drawable.setColormap(Colormap cmap)
           
 void GC.setColormap(Colormap colormap)
          Sets the colormap to the given colormap.
 

Uses of Colormap in org.gnu.gtk
 

Methods in org.gnu.gtk that return Colormap
 Colormap Widget.getColormap()
          Returns the Colormap that will be used to render this widget.
 

Methods in org.gnu.gtk with parameters of type Colormap
 void Widget.setColormap(Colormap colormap)
          Set the Colormap that will be used to render this widget.
 void Widget.pushColormap(Colormap colormap)
          Pushes a Colormap onto the stack of colormaps.
 


Please send any bug reports, comments, or suggestions for the API or documentation to java-gnome-developer@lists.sf.net