org.omegahat.Graphics.Plots.DataStructures
Interface DynamicHistogramBinInt

All Superinterfaces:
HistogramBinInt
All Known Implementing Classes:
HistogramBin

public interface DynamicHistogramBinInt
extends HistogramBinInt

Interface defining additional methods to allow adding data to a HistogramBinInt.


Fields inherited from interface org.omegahat.Graphics.Plots.DataStructures.HistogramBinInt
MAX, MIN
 
Method Summary
 double addValue()
          Increment the count for this bin, adjusting the height according to the scale (that is, count or frequency).
 
Methods inherited from interface org.omegahat.Graphics.Plots.DataStructures.HistogramBinInt
height, range
 

Method Detail

addValue

public double addValue()
Increment the count for this bin, adjusting the height according to the scale (that is, count or frequency).