public class TileLayoutStack extends TileLayoutAbstract implements TileLayout
Modifier | Constructor and Description |
---|---|
protected |
TileLayoutStack() |
Modifier and Type | Method and Description |
---|---|
Tiles |
computeTiles(org.deckfour.xes.model.XTrace trace,
int x,
int y,
int width,
int height,
int tileSpace) |
static TileLayoutStack |
getInstance() |
int |
getTimeDur() |
void |
setTimeDur(int threshold) |
java.lang.String |
toString() |
computeTiles, getClassifier, setClassifier
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
computeTiles, setClassifier
public static TileLayoutStack getInstance()
public java.lang.String toString()
toString
in class java.lang.Object
public Tiles computeTiles(org.deckfour.xes.model.XTrace trace, int x, int y, int width, int height, int tileSpace)
computeTiles
in interface TileLayout
public void setTimeDur(int threshold)
public int getTimeDur()