public class TileLayoutSequential extends TileLayoutAbstract implements TileLayout
Modifier | Constructor and Description |
---|---|
protected |
TileLayoutSequential() |
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 TileLayoutSequential |
getInstance() |
java.lang.String |
toString() |
computeTiles, getClassifier, setClassifier
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
computeTiles, setClassifier
public static TileLayoutSequential getInstance()
public Tiles computeTiles(org.deckfour.xes.model.XTrace trace, int x, int y, int width, int height, int tileSpace)
computeTiles
in interface TileLayout
public java.lang.String toString()
toString
in class java.lang.Object