Sets the length of the major tick in pixels. Call update() thereafter to make the change visible (if the image is shown already).
(int tickLength)
| 702 | /** Sets the length of the major tick in pixels. |
| 703 | * Call update() thereafter to make the change visible (if the image is shown already). */ |
| 704 | public void setTickLength(int tickLength) { |
| 705 | this.tickLength = tickLength; |
| 706 | } |
| 707 | |
| 708 | /** Sets the length of the minor tick in pixels. */ |
| 709 | public void setMinorTickLength(int minorTickLength) { |