uk.ac.man.bioinf.gui.color
Interface ThreadableColorMap
- All Superinterfaces:
- ColorMap
- All Known Implementing Classes:
- PercentIDVarianceColorMap
- public interface ThreadableColorMap
- extends ColorMap
ThreadableColorMap.java
Defines a color map that can perform any necessary calculations to
in a thread safe manner. The class is not required to perform the
threading, but it is required to perform the calculation in a
thread safe way. In other words the getColorAt() method should
function safely even whilst calculate method is being called.
Created: Fri Dec 1 14:45:34 2000
- Version:
- $Id: ThreadableColorMap.java,v 1.2 2001/04/11 17:04:42 lord Exp $
- Author:
- Phillip Lord
calculate
public void calculate()