|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MappingState | |
---|---|
metricsOverlay.model | Provides the high level model classes and model interfaces. |
metricsOverlay.model.mappings | Dictates mapping and interpolation classes in the model. |
Uses of MappingState in metricsOverlay.model |
---|
Methods in metricsOverlay.model with parameters of type MappingState | |
---|---|
void |
MetricDocument.setAllMappingState(MappingState mState)
|
Uses of MappingState in metricsOverlay.model.mappings |
---|
Methods in metricsOverlay.model.mappings that return MappingState | |
---|---|
MappingState |
Mapping.getMappingState()
Gets the current state of this mapping. |
static MappingState |
MappingState.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static MappingState[] |
MappingState.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in metricsOverlay.model.mappings with parameters of type MappingState | |
---|---|
void |
Mapping.setMappingState(MappingState state)
Sets the current state of this mapping. |
Constructors in metricsOverlay.model.mappings with parameters of type MappingState | |
---|---|
Mapping(java.lang.String name,
Metric met,
Augmentation aug,
InterpolationStrategy iStrat,
MappingState state,
boolean editable)
Full Constructor. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |