edu.princeton.plot
Class PlotTickMarks

java.lang.Object
  extended by edu.princeton.plot.PlotTickMarks

public class PlotTickMarks
extends java.lang.Object


Constructor Summary
PlotTickMarks()
           
 
Method Summary
static double[] getTickPositions(double min, double max, int maxHash, double minRange)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PlotTickMarks

public PlotTickMarks()
Method Detail

getTickPositions

public static double[] getTickPositions(double min,
                                        double max,
                                        int maxHash,
                                        double minRange)