Sets the column, row, width, and height; uses default alignments.
Examples:
cc.xywh(1, 3, 2, 1); cc.xywh(1, 3, 7, 3);
@param col the new column index
@param row the new row index
@param colSpan the column span or grid width
@param rowSpan the row span or grid height
@return this
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.