Sets the horizontal position in cells.
Layer setX(int value) { x = value; _recomputeSize(); return this; }