jview
Class CountHistogram.CountBounds

java.lang.Object
  extended by jview.CountHistogram.CountBounds
All Implemented Interfaces:
JHistogram.Bounds
Enclosing class:
CountHistogram

protected static class CountHistogram.CountBounds
extends Object
implements JHistogram.Bounds

A container class used by the #method.


Field Summary
private  double high
          A high intensity value.
private  double low
          Lower intensity value.
 
Constructor Summary
CountHistogram.CountBounds(double low, double high)
           
 
Method Summary
 double getHigh()
          Returns the higher bound, the higher intensity.
 double getLow()
          Returns the lower bound, the lower intensity.
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

low

private double low
Lower intensity value.


high

private double high
A high intensity value.

Constructor Detail

CountHistogram.CountBounds

public CountHistogram.CountBounds(double low,
                                  double high)
Method Detail

toString

public String toString()
Overrides:
toString in class Object

getLow

public double getLow()
Description copied from interface: JHistogram.Bounds
Returns the lower bound, the lower intensity.

Specified by:
getLow in interface JHistogram.Bounds

getHigh

public double getHigh()
Description copied from interface: JHistogram.Bounds
Returns the higher bound, the higher intensity.

Specified by:
getHigh in interface JHistogram.Bounds