mirror of
https://github.com/OPM/ResInsight.git
synced 2024-12-28 01:41:42 -06:00
22 lines
536 B
Plaintext
22 lines
536 B
Plaintext
@startuml
|
|
|
|
package Legends {
|
|
|
|
OverlayItem <|-- OverlayScalarMapperLegend
|
|
|
|
ScalarMapper <|-- ScalarMapperRangeBased
|
|
ScalarMapperRangeBased <|-- ScalarMapperContinuousLinear
|
|
ScalarMapperRangeBased <|-- ScalarMapperDiscreteLinear
|
|
|
|
RimStimPlanColors --> RimLegendConfig
|
|
Rim2dIntersectionView --> RimLegendConfig
|
|
RimEclipseCellColors --> RimLegendConfig
|
|
|
|
RimLegendConfig --> ScalarMapper
|
|
RimLegendConfig --> OverlayScalarMapperLegend
|
|
|
|
OverlayScalarMapperLegend --> ScalarMapper
|
|
}
|
|
|
|
@enduml
|