|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjview.CountHistogram.CountBounds
protected static class CountHistogram.CountBounds
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 |
|---|
private double low
private double high
| Constructor Detail |
|---|
public CountHistogram.CountBounds(double low,
double high)
| Method Detail |
|---|
public String toString()
toString in class Objectpublic double getLow()
JHistogram.Bounds
getLow in interface JHistogram.Boundspublic double getHigh()
JHistogram.Bounds
getHigh in interface JHistogram.Bounds
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||