| 115 | } |
| 116 | |
| 117 | bool mitk::ScaleLegendAnnotation::GetBottomAxisVisibility() const |
| 118 | { |
| 119 | bool visibility; |
| 120 | GetPropertyList()->GetBoolProperty("ScaleLegendAnnotation.BottomAxisVisibility", visibility); |
| 121 | return visibility; |
| 122 | } |
| 123 | |
| 124 | void mitk::ScaleLegendAnnotation::SetLegendVisibility(bool visibility) |
| 125 | { |
no test coverage detected