javalib.colors
Class Transparent

java.lang.Object
  extended by 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

Constructor Summary
Transparent()
           
 
Method Summary
 Color thisColor()
          Provide the Color represented by this class
 String toString()
          Produce a String representation of this color
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Transparent

public Transparent()
Method Detail

thisColor

public Color thisColor()
Provide the Color represented by this class

Specified by:
thisColor in interface IColor
Returns:
black color

toString

public String toString()
Produce a String representation of this color

Overrides:
toString in class Object