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

    Fields
    Modifier and Type Field Description
    double x  
    double y  
  • 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

      public int compareTo​(Histogram.Bin bin)
      Specified by:
      compareTo in interface java.lang.Comparable<Histogram.Bin>