Package com.treemap.swing.voronoi.debug
Class Debugger.DataEntry
java.lang.Object
com.treemap.swing.voronoi.debug.Debugger.DataEntry
- Enclosing class:
- Debugger
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondouble
double
double
int
int
int
double
-
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()
-