edu.ksu.cis.viewer
Interface Colorizer


public interface Colorizer

An interface to encapsulate a mechanism for associating colors to Objects.

Author:
Rod Howell (howell@cis.ksu.edu)

Method Summary
 Color getColor(Object obj)
          Returns the Color associated with the given Object.
 

Method Detail

getColor

public Color getColor(Object obj)
Returns the Color associated with the given Object.