hex
Class Histogram.Bins

java.lang.Object
  extended by water.Iced
      extended by hex.Histogram.Bins
All Implemented Interfaces:
java.lang.Cloneable, Freezable
Enclosing class:
Histogram

public static class Histogram.Bins
extends Iced


Method Summary
static Histogram.Bins makePrettyBins(double start, double end, int n)
           
 Histogram.Bins read(AutoBuffer bb)
          Deserialize from the AutoBuffer into a pre-existing 'this' object.
 AutoBuffer write(AutoBuffer bb)
          Serialize the 'this' object into the AutoBuffer, returning the AutoBuffer.
 
Methods inherited from class water.Iced
clone, frozenType, init, newInstance, toDocField, writeJSON, writeJSONFields
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

write

public AutoBuffer write(AutoBuffer bb)
Description copied from interface: Freezable
Serialize the 'this' object into the AutoBuffer, returning the AutoBuffer.

Specified by:
write in interface Freezable
Overrides:
write in class Iced

read

public Histogram.Bins read(AutoBuffer bb)
Description copied from interface: Freezable
Deserialize from the AutoBuffer into a pre-existing 'this' object.

Specified by:
read in interface Freezable
Overrides:
read in class Iced

makePrettyBins

public static Histogram.Bins makePrettyBins(double start,
                                            double end,
                                            int n)