|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object gnu.x11.Colormap.ColorItem
public static class Colormap.ColorItem
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 |
---|
public int pixel
public int red
public int green
public int blue
public boolean do_red
public boolean do_green
public boolean do_blue
Constructor Detail |
---|
public Colormap.ColorItem(int pixel, int red, int green, int blue, boolean do_red, boolean do_green, boolean do_blue)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |