Class PlotTicks


  • public class PlotTicks
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      PlotTicks()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static double calculateStep​(double range, int minNumTicks)  
      static java.util.ArrayList<java.lang.Double> getTicks​(double start, double stop, int count, boolean startStopFixed)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • PlotTicks

        public PlotTicks()
    • Method Detail

      • getTicks

        public static java.util.ArrayList<java.lang.Double> getTicks​(double start,
                                                                     double stop,
                                                                     int count,
                                                                     boolean startStopFixed)
      • calculateStep

        public static double calculateStep​(double range,
                                           int minNumTicks)