javalib.colors
Class Transparent
java.lang.Object
   javalib.colors.Transparent
javalib.colors.Transparent
- All Implemented Interfaces: 
- IColor
- public class Transparent 
- extends Object- implements IColor
To represent the entirely-transparent color.
- Version:
- Dec. 2012
- Author:
- Stephen Bloch
 
| Method Summary | 
|  Color | thisColor()Provide the
 Colorrepresented by this class | 
|  String | toString()Produce a
 Stringrepresentation of this color | 
 
 
Transparent
public Transparent()
thisColor
public Color thisColor()
- Provide the Colorrepresented by this class
 
- 
- Specified by:
- thisColorin interface- IColor
 
- 
- Returns:
- black color
 
toString
public String toString()
- Produce a Stringrepresentation of this color
 
- 
- Overrides:
- toStringin class- Object
 
-