| 127 | } |
| 128 | |
| 129 | bool mitk::ColorBarAnnotation::GetDrawTickLabels() const |
| 130 | { |
| 131 | bool ticks; |
| 132 | GetPropertyList()->GetBoolProperty("ColorBarAnnotation.DrawTicks", ticks); |
| 133 | return ticks; |
| 134 | } |
| 135 | |
| 136 | void mitk::ColorBarAnnotation::SetOrientationToHorizontal() |
| 137 | { |
no test coverage detected