| 127 | } |
| 128 | |
| 129 | bool mitk::ScaleLegendAnnotation::GetLegendVisibility() const |
| 130 | { |
| 131 | bool visibility; |
| 132 | GetPropertyList()->GetBoolProperty("ScaleLegendAnnotation.SetLegendVisibility", visibility); |
| 133 | return visibility; |
| 134 | } |
| 135 | |
| 136 | void mitk::ScaleLegendAnnotation::SetRightBorderOffset(int offset) |
| 137 | { |
no test coverage detected