| 139 | } |
| 140 | |
| 141 | int mitk::ScaleLegendAnnotation::GetRightBorderOffset() const |
| 142 | { |
| 143 | int offset; |
| 144 | GetPropertyList()->GetIntProperty("ScaleLegendAnnotation.RightBorderOffset", offset); |
| 145 | return offset; |
| 146 | } |
| 147 | |
| 148 | void mitk::ScaleLegendAnnotation::SetLeftBorderOffset(int offset) |
| 149 | { |
no test coverage detected