Sets the length of the minor tick in pixels.
(int minorTickLength)
| 707 | |
| 708 | /** Sets the length of the minor tick in pixels. */ |
| 709 | public void setMinorTickLength(int minorTickLength) { |
| 710 | this.minorTickLength = minorTickLength; |
| 711 | } |
| 712 | |
| 713 | /** Sets the flags that control the axes format. |
| 714 | * Does not modify the flags for logarithmic axes on/off and the FORCE2GRID flags. |