Uses of Interface
metricsOverlay.model.IEditable

Packages that use IEditable
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 IEditable in metricsOverlay.model.augmentation
 

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

Uses of IEditable in metricsOverlay.model.mappings
 

Classes in metricsOverlay.model.mappings that implement IEditable
 class Mapping
          This class provides a model implementation of a mapping.
 

Uses of IEditable in metricsOverlay.model.metrics
 

Classes in metricsOverlay.model.metrics that implement IEditable
 class ActualMetric
          This class represents and holds actual metrics data.
 class DerivedMetric
          This class represents a derived form of metric to allow displays to use the same metric sections.
 class Metric
          This abstract class Metric represents a metric in the overlay form.