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

Method GetTopBorderOffset

Modules/Annotation/src/mitkScaleLegendAnnotation.cpp:165–170  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

163}
164
165int mitk::ScaleLegendAnnotation::GetTopBorderOffset() const
166{
167 int offset;
168 GetPropertyList()->GetIntProperty("ScaleLegendAnnotation.TopBorderOffset", offset);
169 return offset;
170}
171
172void mitk::ScaleLegendAnnotation::SetBottomBorderOffset(int offset)
173{

Callers 1

UpdateVtkAnnotationMethod · 0.95

Calls 1

GetIntPropertyMethod · 0.45

Tested by

no test coverage detected