| 175 | } |
| 176 | |
| 177 | int mitk::ScaleLegendAnnotation::GetBottomBorderOffset() const |
| 178 | { |
| 179 | int offset; |
| 180 | GetPropertyList()->GetIntProperty("ScaleLegendAnnotation.BottomBorderOffset", offset); |
| 181 | return offset; |
| 182 | } |
| 183 | |
| 184 | void mitk::ScaleLegendAnnotation::SetCornerOffsetFactor(double offsetFactor) |
| 185 | { |
no test coverage detected