metricsOverlay.colorManagers
Interface IColorManager

All Known Implementing Classes:
ContinuousListColorManager, DiscreteListColorManager, OneColorManager, TwoColorManager

public interface IColorManager


Method Summary
 org.eclipse.swt.graphics.Color getColor(int value)
           
 int getNumColors()
           
 int getRange()
           
 

Method Detail

getColor

org.eclipse.swt.graphics.Color getColor(int value)

getNumColors

int getNumColors()

getRange

int getRange()