Uses of Class
gnu.x11.Color

Packages that use Color
gnu.app.displayhack Provide display hacks. 
gnu.x11 Provide X protocols. 
gnu.x11.image Provide X images. 
 

Uses of Color in gnu.app.displayhack
 

Fields in gnu.app.displayhack declared as Color
 Color Squiral.Worm.color
           
 Color[] DisplayHack.colors
           
 

Methods in gnu.app.displayhack that return Color
 Color DisplayHack.random_color()
           
 

Uses of Color in gnu.x11
 

Fields in gnu.x11 declared as Color
 Color Display.default_black
           
 Color Display.default_white
           
 

Methods in gnu.x11 that return Color
 Color Colormap.alloc_color(int red, int green, int blue)
           
 Color Colormap.alloc_color(RGB rgb)
           
 Color Colormap.alloc_color8(int red8, int green8, int blue8)
           
 Color Colormap.alloc_named_color(java.lang.String name)
           
 Color Colormap.alloc_random_color(java.util.Random random)
           
 Color Colormap.alloc_random_rainbow_color(java.util.Random random)
           
 Color Screen.black()
           
 Color Colormap.lookup_color(java.lang.String name)
           
 Color Screen.white()
           
 

Methods in gnu.x11 with parameters of type Color
 void GC.set_background(Color c)
           
 void GC.Values.set_background(Color c)
           
 void Window.set_background(Color c)
           
 void Window.Attributes.set_background(Color c)
           
 void Window.Attributes.set_backing(Color c)
          #set_backing(int)
 void Window.set_border(Color c)
           
 void Window.Attributes.set_border(Color c)
           
 void GC.set_foreground(Color c)
           
 void GC.Values.set_foreground(Color c)
           
 

Uses of Color in gnu.x11.image
 

Methods in gnu.x11.image with parameters of type Color
 void ZPixmap.set(int x, int y, Color color)