com.WorldLibAndroid
Interface IColor

All Known Implementing Classes:
Color

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
 int thisColor()
          Provides the color represented by this class.
 

Method Detail

thisColor

int thisColor()
Provides the color represented by this class.

Returns:
int representation of the color.