Returns the number of major tick marks along the axis
()
| 652 | * Returns the number of major tick marks along the axis |
| 653 | */ |
| 654 | public int getMajorTickCount() { |
| 655 | if (!isCalibrated) |
| 656 | calibrate(); |
| 657 | return majorTickCount; |
| 658 | } |
| 659 | |
| 660 | /** |
| 661 | * Returns the number of minor tick marks within each major one |
no test coverage detected