Uses of Interface
metricsOverlay.colorManagers.IColorManager

Packages that use IColorManager
metricsOverlay.colorManagers Colour managers which are used by the system to provide colour information. 
metricsOverlay.model.augmentation Provides the augmentation type descriptions for the model. 
 

Uses of IColorManager in metricsOverlay.colorManagers
 

Classes in metricsOverlay.colorManagers that implement IColorManager
 class ContinuousListColorManager
          This colour manager takes in a list of colours, and then provides an interpolated result between the each of the colours specified.
 class DiscreteListColorManager
           
 class OneColorManager
           
 class TwoColorManager
           
 

Uses of IColorManager in metricsOverlay.model.augmentation
 

Methods in metricsOverlay.model.augmentation that return IColorManager
 IColorManager Augmentation.getCManager()