jjil.algorithm
Class RgbSelect2Gray.ColorClass

java.lang.Object
  extended by jjil.algorithm.RgbSelect2Gray.ColorClass
Enclosing class:
RgbSelect2Gray

public static class RgbSelect2Gray.ColorClass
extends java.lang.Object

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

Red

public static RgbSelect2Gray.ColorClass Red()
Represents the color red.

Returns:
A ColorClass object that represents the color red.

Green

public static RgbSelect2Gray.ColorClass Green()
Represents the color green.

Returns:
A ColorClass object that represents the color green.

Blue

public static RgbSelect2Gray.ColorClass Blue()
Represents the color blue.

Returns:
A ColorClass object that represents the color blue.

toString

public java.lang.String toString()
Returns a string representation of the RgbSelect2Gray operation.

Overrides:
toString in class java.lang.Object
Returns:
a String representing the RgbSelect2Gray operation.