| 115 | } |
| 116 | |
| 117 | int mitk::ColorBarAnnotation::GetOrientation() const |
| 118 | { |
| 119 | int orientation; |
| 120 | GetPropertyList()->GetIntProperty("ColorBarAnnotation.Orientation", orientation); |
| 121 | return orientation; |
| 122 | } |
| 123 | |
| 124 | void mitk::ColorBarAnnotation::SetDrawTickLabels(bool ticks) |
| 125 | { |
no test coverage detected