|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use InterpolationStrategy | |
|---|---|
| metricsOverlay | Provides initialisation functionality and registrys. |
| metricsOverlay.model.mappings | Dictates mapping and interpolation classes in the model. |
| Uses of InterpolationStrategy in metricsOverlay |
|---|
| Methods in metricsOverlay that return InterpolationStrategy | |
|---|---|
InterpolationStrategy |
OverlayRegistry.getInterpolation(java.lang.String string)
|
| Method parameters in metricsOverlay with type arguments of type InterpolationStrategy | |
|---|---|
void |
OverlayRegistry.addInterpolation(java.lang.Class<? extends InterpolationStrategy> interClass)
|
| Uses of InterpolationStrategy in metricsOverlay.model.mappings |
|---|
| Subclasses of InterpolationStrategy in metricsOverlay.model.mappings | |
|---|---|
class |
AugmentExponentialIStrategy
|
class |
AugmentLogIStrategy
|
class |
ExponentialIStrategy
|
class |
LinearIStrategy
|
class |
LogIStrategy
|
class |
MetricExponentialIStrategy
|
class |
MetricLogIStrategy
|
| Methods in metricsOverlay.model.mappings that return InterpolationStrategy | |
|---|---|
InterpolationStrategy |
Mapping.getInterpolationType()
Gets the currently used interpolation strategy. |
| Methods in metricsOverlay.model.mappings with parameters of type InterpolationStrategy | |
|---|---|
void |
Mapping.setInterpolationType(InterpolationStrategy is)
Sets a new interpolation strategy. |
| Constructors in metricsOverlay.model.mappings with parameters of type InterpolationStrategy | |
|---|---|
Mapping(java.lang.String name,
Metric met,
Augmentation aug,
InterpolationStrategy iStrat,
MappingState state,
boolean editable)
Full Constructor. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||