| 163 | } |
| 164 | |
| 165 | int mitk::ScaleLegendAnnotation::GetTopBorderOffset() const |
| 166 | { |
| 167 | int offset; |
| 168 | GetPropertyList()->GetIntProperty("ScaleLegendAnnotation.TopBorderOffset", offset); |
| 169 | return offset; |
| 170 | } |
| 171 | |
| 172 | void mitk::ScaleLegendAnnotation::SetBottomBorderOffset(int offset) |
| 173 | { |
no test coverage detected