Package org.processmining.lip.controller
Class TileLayoutStack
- java.lang.Object
-
- org.processmining.lip.controller.TileLayoutAbstract
-
- org.processmining.lip.controller.TileLayoutStack
-
- All Implemented Interfaces:
TileLayout
public class TileLayoutStack extends TileLayoutAbstract implements TileLayout
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedTileLayoutStack()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description TilescomputeTiles(org.deckfour.xes.model.XTrace trace, int x, int y, int width, int height, int tileSpace)static TileLayoutStackgetInstance()intgetTimeDur()voidsetTimeDur(int threshold)java.lang.StringtoString()-
Methods inherited from class org.processmining.lip.controller.TileLayoutAbstract
computeTiles, getClassifier, setClassifier
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.processmining.lip.controller.TileLayout
computeTiles, setClassifier
-
-
-
-
Method Detail
-
getInstance
public static TileLayoutStack getInstance()
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
computeTiles
public Tiles computeTiles(org.deckfour.xes.model.XTrace trace, int x, int y, int width, int height, int tileSpace)
- Specified by:
computeTilesin interfaceTileLayout
-
setTimeDur
public void setTimeDur(int threshold)
-
getTimeDur
public int getTimeDur()
-
-