| 91 | } |
| 92 | |
| 93 | bool mitk::ScaleLegendAnnotation::GetLeftAxisVisibility() const |
| 94 | { |
| 95 | bool visibility; |
| 96 | GetPropertyList()->GetBoolProperty("ScaleLegendAnnotation.LeftAxisVisibility", visibility); |
| 97 | return visibility; |
| 98 | } |
| 99 | |
| 100 | void mitk::ScaleLegendAnnotation::SetTopAxisVisibility(bool visibility) |
| 101 | { |
no test coverage detected