Class Debugger.DataEntry

java.lang.Object
com.treemap.swing.voronoi.debug.Debugger.DataEntry
Enclosing class:
Debugger

public static class Debugger.DataEntry extends Object
  • Constructor Details

    • DataEntry

      public DataEntry(String name, double duration, double estimatedProgress, double remainingTimeEstimation, int pixelCells, int nPixels, int nCells, double layoutDuration)
  • Method Details

    • 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()