|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjjil.algorithm.RgbSelect2Gray.ColorClass
public static class RgbSelect2Gray.ColorClass
Used to represent the three colors red, green, or blue.
Method Summary | |
---|---|
static RgbSelect2Gray.ColorClass |
Blue()
Represents the color blue. |
static RgbSelect2Gray.ColorClass |
Green()
Represents the color green. |
static RgbSelect2Gray.ColorClass |
Red()
Represents the color red. |
java.lang.String |
toString()
Returns a string representation of the RgbSelect2Gray operation. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Method Detail |
---|
public static RgbSelect2Gray.ColorClass Red()
public static RgbSelect2Gray.ColorClass Green()
public static RgbSelect2Gray.ColorClass Blue()
public java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |