setTileWidth method

void setTileWidth(
  1. int tileWidth
)

Implementation

void setTileWidth(int tileWidth) {
  this.tileWidth = tileWidth;
}