Uses of Class
metricsOverlay.model.augmentation.other.UnderlineType

Packages that use UnderlineType
metricsOverlay.model.augmentation Provides the augmentation type descriptions for the model. 
metricsOverlay.model.augmentation.other Gives additional functionality to the augmentation classes. 
 

Uses of UnderlineType in metricsOverlay.model.augmentation
 

Methods in metricsOverlay.model.augmentation that return UnderlineType
 UnderlineType UnderlineAugmentation.getUnderlineType()
           
 

Methods in metricsOverlay.model.augmentation with parameters of type UnderlineType
 void UnderlineAugmentation.setUnderlineType(UnderlineType uType)
           
 

Uses of UnderlineType in metricsOverlay.model.augmentation.other
 

Methods in metricsOverlay.model.augmentation.other that return UnderlineType
static UnderlineType UnderlineType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static UnderlineType[] UnderlineType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.