sdt.gui
Class BarGraphData

java.lang.Object
  |
  +--sdt.gui.BarGraphData

public class BarGraphData
extends java.lang.Object


Constructor Summary
BarGraphData(int dataset, double y)
           
 
Method Summary
 boolean equals(java.lang.Object b)
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BarGraphData

public BarGraphData(int dataset,
                    double y)
Method Detail

equals

public boolean equals(java.lang.Object b)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object