edu.jhu.pha.sdss.fits
Class Histogram.Bounds

java.lang.Object
  extended byedu.jhu.pha.sdss.fits.Histogram.Bounds
Enclosing class:
Histogram

public static class Histogram.Bounds
extends java.lang.Object

A container class used by the calculateBounds method.


Field Summary
 double high
           
 double low
           
 
Constructor Summary
Histogram.Bounds(double low, double high)
           
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

low

public double low

high

public double high
Constructor Detail

Histogram.Bounds

public Histogram.Bounds(double low,
                        double high)
Method Detail

toString

public java.lang.String toString()