| 161 | } |
| 162 | |
| 163 | int mitk::ColorBarAnnotation::GetNumberOfLabels() const |
| 164 | { |
| 165 | int numberOfLabels; |
| 166 | GetPropertyList()->GetIntProperty("ColorBarAnnotation.NumberOfLabels", numberOfLabels); |
| 167 | return numberOfLabels; |
| 168 | } |
| 169 | |
| 170 | void mitk::ColorBarAnnotation::SetAnnotationTextScaling(bool scale) |
| 171 | { |
no test coverage detected