edu.udo.cs.yale.gui.plotter
Class Bin
java.lang.Object
edu.udo.cs.yale.gui.plotter.Bin
public class Bin
- extends java.lang.Object
Used to collect values for, e.g., a histogram.
- Version:
- $Id: DistributionPlotter.java,v 2.12 2006/03/27 13:21:58 ingomierswa
Exp $
- Author:
- Ingo Mierswa
Constructor Summary |
Bin(double left,
double right)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
left
private double left
right
private double right
counter
private int counter
Bin
public Bin(double left,
double right)
contains
public boolean contains(double position)
addPoint
public int addPoint()
getCounter
public int getCounter()
getRight
public double getRight()
getLeft
public double getLeft()
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
Copyright © 2001-2006