Class HistogramSimple

    • Field Summary

      • Fields inherited from interface net.sourceforge.plantuml.project.core3.TimeLine

        MAX_TIME
    • Constructor Summary

      Constructors 
      Constructor Description
      HistogramSimple()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      long getNext​(long moment)  
      long getPrevious​(long moment)  
      long getValueAt​(long moment)  
      void put​(long event, long value)  
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • HistogramSimple

        public HistogramSimple()
    • Method Detail

      • getNext

        public long getNext​(long moment)
        Specified by:
        getNext in interface TimeLine
      • getPrevious

        public long getPrevious​(long moment)
        Specified by:
        getPrevious in interface TimeLine
      • put

        public void put​(long event,
                        long value)
      • toString

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

        public long getValueAt​(long moment)
        Specified by:
        getValueAt in interface Histogram