Uses of Interface
metricsOverlay.model.ITyped

Packages that use ITyped
metricsOverlay.model.augmentation Provides the augmentation type descriptions for the model. 
metricsOverlay.model.mappings Dictates mapping and interpolation classes in the model. 
metricsOverlay.model.metrics Provides metrics and range classes for the model. 
 

Uses of ITyped in metricsOverlay.model.augmentation
 

Classes in metricsOverlay.model.augmentation that implement ITyped
 class Augmentation
          This class provides a representation of a display.
 class BackgroundLineAugmentation
           
 class BackgroundSectionAugmentation
           
 class MarginAugmentation
           
 class SectionAugmentation
           
 class UnderlineAugmentation
           
 

Uses of ITyped in metricsOverlay.model.mappings
 

Classes in metricsOverlay.model.mappings that implement ITyped
 class AugmentExponentialIStrategy
           
 class AugmentLogIStrategy
           
 class ExponentialIStrategy
           
 class InterpolationStrategy
          This class represents an abstract interpolation strategy for interpolating between a metric value and a display value.
 class LinearIStrategy
           
 class LogIStrategy
           
 class MetricExponentialIStrategy
           
 class MetricLogIStrategy
           
 

Uses of ITyped in metricsOverlay.model.metrics
 

Classes in metricsOverlay.model.metrics that implement ITyped
 class CompositeIntegerRange
          This class provides the ability to use complex range data that is composed of different integer ranges.
 class CompositeRealRange
          This class provides the ability to use complex range data that is composed of different real ranges.
 class IntegerRange
          An ordinal range using integer numbers.
 class MappedRange
          This abstract class provides functionality to create ranges that consist of named mappings.
 class OrderedNominalRange
          An ordered nominal range using a map.
 class Range
          This abstract class provides a superclass of different kinds of ranges.
 class RealRange
          An interval range using real numbers.