|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectHistogram
public class Histogram
Trida pro zobrazeni histrogramu
Constructor Summary | |
---|---|
Histogram()
Konstruktor |
Method Summary | |
---|---|
void |
printHistogram(int countGenNumbers,
int countIntervals,
double onePartSize,
java.util.ArrayList<java.lang.Double> arIntervals)
Vytiskne histogram |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Histogram()
Method Detail |
---|
public void printHistogram(int countGenNumbers, int countIntervals, double onePartSize, java.util.ArrayList<java.lang.Double> arIntervals)
countGenNumbers
- countIntervals
- onePartSize
- arIntervals
-
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |