com.rapidminer.gui.tools
Class CellColorProviderScaled

java.lang.Object
  extended by com.rapidminer.gui.tools.CellColorProviderScaled
All Implemented Interfaces:
CellColorProvider

public class CellColorProviderScaled
extends java.lang.Object
implements CellColorProvider

Delivers a color based on the given value scaled.

Author:
Ingo Mierswa

Constructor Summary
CellColorProviderScaled(ExtendedJTable table, boolean absolute, double min, double max)
           
 
Method Summary
 java.awt.Color getCellColor(int row, int column)
          Deliver the color for the specified cell.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CellColorProviderScaled

public CellColorProviderScaled(ExtendedJTable table,
                               boolean absolute,
                               double min,
                               double max)
Method Detail

getCellColor

public java.awt.Color getCellColor(int row,
                                   int column)
Description copied from interface: CellColorProvider
Deliver the color for the specified cell.

Specified by:
getCellColor in interface CellColorProvider


Copyright © 2001-2009 by Rapid-I