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

Method GetBottomBorderOffset

Modules/Annotation/src/mitkScaleLegendAnnotation.cpp:177–182  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 1

UpdateVtkAnnotationMethod · 0.95

Calls 1

GetIntPropertyMethod · 0.45

Tested by

no test coverage detected