Class HistogramOp


  • public class HistogramOp
    extends Operation
    Author:
    Fabrizio Giudici
    • Constructor Summary

      Constructors 
      Constructor Description
      HistogramOp()
      Remember that this operation can take a relatively long time, so don't call it from threads that can't be blocked.
    • Constructor Detail

      • HistogramOp

        public HistogramOp()
        Remember that this operation can take a relatively long time, so don't call it from threads that can't be blocked.
    • Method Detail

      • setHistogram

        public void setHistogram​(Histogram histogram)
      • getHistogram

        public Histogram getHistogram()
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object