javalib.colors
Interface IColor

All Known Implementing Classes:
Black, Blue, Green, Red, Transparent, White, Yellow

public interface IColor

An interface to create a union of six basic colors used in ProfessorJ draw teachpack.

Since:
12 March 2008
Author:
Viera K. Proulx

Method Summary
 Color thisColor()
          Convert an IColor to java.awt.Color for use with standard Java libraries.
 

Method Detail

thisColor

Color thisColor()
Convert an IColor to java.awt.Color for use with standard Java libraries.