| 79 | } |
| 80 | |
| 81 | bool mitk::ScaleLegendAnnotation::GetRightAxisVisibility() const |
| 82 | { |
| 83 | bool visibility; |
| 84 | GetPropertyList()->GetBoolProperty("ScaleLegendAnnotation.RightAxisVisibility", visibility); |
| 85 | return visibility; |
| 86 | } |
| 87 | |
| 88 | void mitk::ScaleLegendAnnotation::SetLeftAxisVisibility(bool visibility) |
| 89 | { |
no test coverage detected