| 103 | } |
| 104 | |
| 105 | bool mitk::ScaleLegendAnnotation::GetTopAxisVisibility() const |
| 106 | { |
| 107 | bool visibility; |
| 108 | GetPropertyList()->GetBoolProperty("ScaleLegendAnnotation.TopAxisVisibility", visibility); |
| 109 | return visibility; |
| 110 | } |
| 111 | |
| 112 | void mitk::ScaleLegendAnnotation::SetBottomAxisVisibility(bool visibility) |
| 113 | { |
no test coverage detected