gnu.x11
Class Colormap.ColorItem

java.lang.Object
  extended by gnu.x11.Colormap.ColorItem
Enclosing class:
Colormap

public static class Colormap.ColorItem
extends java.lang.Object

Used in Colormap#store_colors().


Field Summary
 int blue
           
 boolean do_blue
           
 boolean do_green
           
 boolean do_red
           
 int green
           
 int pixel
           
 int red
           
 
Constructor Summary
Colormap.ColorItem(int pixel, int red, int green, int blue, boolean do_red, boolean do_green, boolean do_blue)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

pixel

public int pixel

red

public int red

green

public int green

blue

public int blue

do_red

public boolean do_red

do_green

public boolean do_green

do_blue

public boolean do_blue
Constructor Detail

Colormap.ColorItem

public Colormap.ColorItem(int pixel,
                          int red,
                          int green,
                          int blue,
                          boolean do_red,
                          boolean do_green,
                          boolean do_blue)