MCPcopy Create free account
hub / github.com/MITK/MITK / GetCornerOffsetFactor

Method GetCornerOffsetFactor

Modules/Annotation/src/mitkScaleLegendAnnotation.cpp:189–194  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 1

UpdateVtkAnnotationMethod · 0.95

Calls 1

GetDoublePropertyMethod · 0.45

Tested by

no test coverage detected