| 187 | } |
| 188 | |
| 189 | double mitk::ScaleLegendAnnotation::GetCornerOffsetFactor() const |
| 190 | { |
| 191 | double offsetFactor; |
| 192 | GetPropertyList()->GetDoubleProperty("ScaleLegendAnnotation.CornerOffsetFactor", offsetFactor); |
| 193 | return offsetFactor; |
| 194 | } |
| 195 | |
| 196 | void mitk::ScaleLegendAnnotation::SetFontFactor(double fontFactor) |
| 197 | { |
no test coverage detected