jview
Interface JHistogram.Bounds

All Known Implementing Classes:
CountHistogram.CountBounds
Enclosing interface:
JHistogram

public static interface JHistogram.Bounds

Represents an upper and lower level in intensity.


Method Summary
 double getHigh()
          Returns the higher bound, the higher intensity.
 double getLow()
          Returns the lower bound, the lower intensity.
 

Method Detail

getLow

double getLow()
Returns the lower bound, the lower intensity.


getHigh

double getHigh()
Returns the higher bound, the higher intensity.