|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.keridwen.modelling.monitoring.util.TickMarkUtil
public class TickMarkUtil
This class is used to change automatically the number of tick marks on the x axis and the y axis.
Method Summary | |
---|---|
static void |
updateDomainTickMarckCount(org.jfree.chart.axis.NumberAxis xAxis)
Set the number of tick marks on the x axis to 5 |
static void |
updateRangeTickMarkCount(org.jfree.chart.axis.NumberAxis yAxis)
Set the number of tick marks on the y axis to 11 |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static void updateRangeTickMarkCount(org.jfree.chart.axis.NumberAxis yAxis)
yAxis
- the y axis which must be have this number of tick marks changed.public static void updateDomainTickMarckCount(org.jfree.chart.axis.NumberAxis xAxis)
xAxis
- the x axis which must be have this number of tick marks changed.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |