Uses of Class
jjil.algorithm.RgbSelect2Gray.ColorClass

Packages that use RgbSelect2Gray.ColorClass
jjil.algorithm   
 

Uses of RgbSelect2Gray.ColorClass in jjil.algorithm
 

Fields in jjil.algorithm declared as RgbSelect2Gray.ColorClass
static RgbSelect2Gray.ColorClass RgbSelect2Gray.BLUE
          The class represents the color blue.
static RgbSelect2Gray.ColorClass RgbSelect2Gray.GREEN
          The class represents the color green.
static RgbSelect2Gray.ColorClass RgbSelect2Gray.RED
          The class represents the color red.
 

Methods in jjil.algorithm that return RgbSelect2Gray.ColorClass
static RgbSelect2Gray.ColorClass RgbSelect2Gray.ColorClass.Blue()
          Represents the color blue.
 RgbSelect2Gray.ColorClass RgbSelect2Gray.getColor()
          Returns the current color selected.
static RgbSelect2Gray.ColorClass RgbSelect2Gray.ColorClass.Green()
          Represents the color green.
static RgbSelect2Gray.ColorClass RgbSelect2Gray.ColorClass.Red()
          Represents the color red.
 

Methods in jjil.algorithm with parameters of type RgbSelect2Gray.ColorClass
 void RgbSelect2Gray.setColor(RgbSelect2Gray.ColorClass color)
          Changes the color selected.
 

Constructors in jjil.algorithm with parameters of type RgbSelect2Gray.ColorClass
RgbSelect2Gray(RgbSelect2Gray.ColorClass color)
          Creates a new instance of RgbSelect2Gray.