metricsOverlay.model.augmentation
Class SectionAugmentation

java.lang.Object
  extended by metricsOverlay.model.augmentation.Augmentation
      extended by metricsOverlay.model.augmentation.SectionAugmentation
All Implemented Interfaces:
java.lang.Comparable<Augmentation>, IEditable, INameable, ITyped
Direct Known Subclasses:
BackgroundSectionAugmentation, UnderlineAugmentation

public abstract class SectionAugmentation
extends Augmentation


Constructor Summary
SectionAugmentation()
           
SectionAugmentation(java.lang.String augName)
           
 
Method Summary
 java.lang.String getType()
           
 
Methods inherited from class metricsOverlay.model.augmentation.Augmentation
addColor, canChangeEditableStatus, canEdit, compareTo, disable, getAugMax, getAugMin, getCManager, getColors, getImportance, getName, isAnnotated, isDiscrete, setAnnotations, setColors, setDiscrete, setEditable, setImportance, setName, toString, update
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SectionAugmentation

public SectionAugmentation()

SectionAugmentation

public SectionAugmentation(java.lang.String augName)
Method Detail

getType

public java.lang.String getType()
Specified by:
getType in interface ITyped
Overrides:
getType in class Augmentation
Returns:
A succinct String description of the object.