org.opensha.commons.gui.plot.jfreechart
Class MyTickUnits
java.lang.Object
org.opensha.commons.gui.plot.jfreechart.MyTickUnits
public class MyTickUnits
- extends Object
Title: MyTickUnits
Description: This class has been made to generate the small tick units for the
JFreechart class TickUnit's function setStandardTickUnit size, which allows
the programmer to set the tick unit
- Version:
- 1.0
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MyTickUnits
public MyTickUnits()
createStandardTickUnits
public static org.jfree.chart.axis.TickUnits createStandardTickUnits()
- Creates the standard tick units.
If you don't like these defaults, create your own instance of TickUnits and then pass it to
the setStandardTickUnits(...) method in the NumberAxis class.