Package mgui.stats
Class Histogram.Bin
java.lang.Object
mgui.stats.Histogram.Bin
- All Implemented Interfaces:
java.lang.Comparable<Histogram.Bin>
- Enclosing class:
- Histogram
public class Histogram.Bin extends java.lang.Object implements java.lang.Comparable<Histogram.Bin>
-
Field Summary
-
Constructor Summary
Constructors Constructor Description Bin(double x, double y)
-
Method Summary
Modifier and Type Method Description int
compareTo(Histogram.Bin bin)
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
x
public double x -
y
public double y
-
-
Constructor Details
-
Bin
public Bin(double x, double y)
-
-
Method Details
-
compareTo
- Specified by:
compareTo
in interfacejava.lang.Comparable<Histogram.Bin>
-