Class Debugger.DataEntry

  • Enclosing class:
    Debugger

    public static class Debugger.DataEntry
    extends java.lang.Object
    • Constructor Detail

      • DataEntry

        public DataEntry​(java.lang.String name,
                         double duration,
                         double estimatedProgress,
                         double remainingTimeEstimation,
                         int pixelCells,
                         int nPixels,
                         int nCells,
                         double layoutDuration)
    • Method Detail

      • getLayoutDuration

        public double getLayoutDuration()
      • getDuration

        public double getDuration()
      • getEstimatedProgress

        public double getEstimatedProgress()
      • getRemainingTimeEstimation

        public double getRemainingTimeEstimation()
      • getPixelCells

        public int getPixelCells()
      • getnPixels

        public int getnPixels()
      • getnCells

        public int getnCells()