javalib.colors
Class Blue
java.lang.Object
   javalib.colors.Blue
javalib.colors.Blue
- All Implemented Interfaces: 
- IColor
- public class Blue 
- extends Object- implements IColor
To represent the blue color -- in the style of
 ProfessorJ draw package.
- Since:
- March 12, 2008
- Author:
- Viera K. Proulx
| Constructor Summary | 
| Blue()
 | 
 
| Method Summary | 
|  Color | thisColor()Provide the
 Colorrepresented by this class | 
|  String | toString()Produce a
 Stringrepresentation of this color | 
 
 
Blue
public Blue()
thisColor
public Color thisColor()
- Provide the Colorrepresented by this class
 
- 
- Specified by:
- thisColorin interface- IColor
 
- 
- Returns:
- blue color
 
toString
public String toString()
- Produce a Stringrepresentation of this color
 
- 
- Overrides:
- toStringin class- Object
 
-