Sets the vertical position in cells.
Layer setY(int value) { y = value; _recomputeSize(); return this; }