Class StaircaseExample


  • public class StaircaseExample
    extends java.lang.Object
    JUnit demo of the plot with 'staircase' data, including gaps, as it can be used for showing historic data.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private static int next_x  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void main​(java.lang.String[] args)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • next_x

        private static int next_x
    • Constructor Detail

      • StaircaseExample

        public StaircaseExample()
    • Method Detail

      • main

        public static void main​(java.lang.String[] args)