ResInsight/doc/legends.plantuml

22 lines
536 B
Plaintext
Raw Permalink Normal View History

2018-04-11 01:20:22 -05:00
@startuml
package Legends {
OverlayItem <|-- OverlayScalarMapperLegend
ScalarMapper <|-- ScalarMapperRangeBased
ScalarMapperRangeBased <|-- ScalarMapperContinuousLinear
ScalarMapperRangeBased <|-- ScalarMapperDiscreteLinear
RimStimPlanColors --> RimLegendConfig
Rim2dIntersectionView --> RimLegendConfig
RimEclipseCellColors --> RimLegendConfig
RimLegendConfig --> ScalarMapper
RimLegendConfig --> OverlayScalarMapperLegend
OverlayScalarMapperLegend --> ScalarMapper
}
@enduml