| 151 | } |
| 152 | |
| 153 | int mitk::ScaleLegendAnnotation::GetLeftBorderOffset() const |
| 154 | { |
| 155 | int offset; |
| 156 | GetPropertyList()->GetIntProperty("ScaleLegendAnnotation.LeftBorderOffset", offset); |
| 157 | return offset; |
| 158 | } |
| 159 | |
| 160 | void mitk::ScaleLegendAnnotation::SetTopBorderOffset(int offset) |
| 161 | { |
no test coverage detected