return show label for first tick flag
()
| 161 | * return show label for first tick flag |
| 162 | */ |
| 163 | public boolean getLabelFirst() { |
| 164 | if (getMinorTickCount(-1)==0) // The first tick is a label anyway |
| 165 | return false; |
| 166 | else |
| 167 | return labelFirst; |
| 168 | } |
| 169 | |
| 170 | /** |
| 171 | * return show label for last tick flag |
no test coverage detected