Uses of Class
gnu.x11.Colormap

Packages that use Colormap
gnu.x11 Provide X protocols. 
 

Uses of Colormap in gnu.x11
 

Fields in gnu.x11 declared as Colormap
static Colormap Colormap.COPY_FROM_PARENT
          Predefined colormap.
 Colormap Display.default_colormap
           
 

Methods in gnu.x11 that return Colormap
 Colormap Colormap.copy_and_free(int new_id)
           
 Colormap Screen.default_colormap()
           
 

Methods in gnu.x11 with parameters of type Colormap
 void Window.set_colormap(Colormap cmap)
           
 void Window.Attributes.set_colormap(Colormap c)