|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Augmentation | |
---|---|
metricsOverlay | Provides initialisation functionality and registrys. |
metricsOverlay.model | Provides the high level model classes and model interfaces. |
metricsOverlay.model.augmentation | Provides the augmentation type descriptions for the model. |
metricsOverlay.model.mappings | Dictates mapping and interpolation classes in the model. |
metricsOverlay.preferences | Provides the preference window pane controls and GUI elements. |
Uses of Augmentation in metricsOverlay |
---|
Methods in metricsOverlay that return Augmentation | |
---|---|
Augmentation |
OverlayRegistry.getAugmentation(java.lang.String string)
|
Methods in metricsOverlay that return types with arguments of type Augmentation | |
---|---|
static java.util.Set<Augmentation> |
DefaultAugmentations.getDefaultAugmentations()
|
Method parameters in metricsOverlay with type arguments of type Augmentation | |
---|---|
void |
OverlayRegistry.addAugmentation(java.lang.Class<? extends Augmentation> augClass)
|
Uses of Augmentation in metricsOverlay.model |
---|
Methods in metricsOverlay.model that return Augmentation | |
---|---|
Augmentation |
MetricDocument.getAugmentation(java.lang.String displayName)
|
Methods in metricsOverlay.model that return types with arguments of type Augmentation | |
---|---|
java.util.Set<Augmentation> |
MetricDocument.getAllAugmentations()
|
Methods in metricsOverlay.model with parameters of type Augmentation | |
---|---|
void |
MetricDocument.addAugmentation(Augmentation augmentation)
|
Uses of Augmentation in metricsOverlay.model.augmentation |
---|
Subclasses of Augmentation in metricsOverlay.model.augmentation | |
---|---|
class |
BackgroundLineAugmentation
|
class |
BackgroundSectionAugmentation
|
class |
MarginAugmentation
|
class |
SectionAugmentation
|
class |
UnderlineAugmentation
|
Methods in metricsOverlay.model.augmentation with parameters of type Augmentation | |
---|---|
int |
Augmentation.compareTo(Augmentation o)
|
Uses of Augmentation in metricsOverlay.model.mappings |
---|
Methods in metricsOverlay.model.mappings that return Augmentation | |
---|---|
Augmentation |
Mapping.getAugmentation()
Gets the current augmentation that is in use with this mapping. |
Methods in metricsOverlay.model.mappings with parameters of type Augmentation | |
---|---|
void |
Mapping.setAugmentation(Augmentation augmentation)
Sets a particular augmentation to use with this mapping. |
Constructors in metricsOverlay.model.mappings with parameters of type Augmentation | |
---|---|
AugmentationInterpolator(Augmentation dStrat)
Main constructor. |
|
Mapping(java.lang.String name,
Metric met,
Augmentation aug,
InterpolationStrategy iStrat,
MappingState state,
boolean editable)
Full Constructor. |
Uses of Augmentation in metricsOverlay.preferences |
---|
Methods in metricsOverlay.preferences with parameters of type Augmentation | |
---|---|
void |
AugmentationPrefController.setActiveAugmentation(Augmentation aug)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |