| 149 | } |
| 150 | |
| 151 | int mitk::ColorBarAnnotation::GetMaxNumberOfColors() const |
| 152 | { |
| 153 | int numberOfColors; |
| 154 | GetPropertyList()->GetIntProperty("ColorBarAnnotation.MaximumNumberOfColors", numberOfColors); |
| 155 | return numberOfColors; |
| 156 | } |
| 157 | |
| 158 | void mitk::ColorBarAnnotation::SetNumberOfLabels(int numberOfLabels) |
| 159 | { |
no test coverage detected