Package org.processmining.lip.controller
Class TileLayoutSequential
- java.lang.Object
-
- org.processmining.lip.controller.TileLayoutAbstract
-
- org.processmining.lip.controller.TileLayoutSequential
-
- All Implemented Interfaces:
TileLayout
public class TileLayoutSequential extends TileLayoutAbstract implements TileLayout
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedTileLayoutSequential()
-
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 TileLayoutSequentialgetInstance()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 TileLayoutSequential getInstance()
-
computeTiles
public Tiles computeTiles(org.deckfour.xes.model.XTrace trace, int x, int y, int width, int height, int tileSpace)
- Specified by:
computeTilesin interfaceTileLayout
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-