| 204 | } |
| 205 | |
| 206 | int mitk::Annotation::GetFontSize() const |
| 207 | { |
| 208 | int fontSize = 1; |
| 209 | GetIntProperty("FontSize", fontSize); |
| 210 | return fontSize; |
| 211 | } |
| 212 | |
| 213 | bool mitk::Annotation::GetVisibility(bool &visible, const std::string &propertyKey) const |
| 214 | { |