public class Tile extends Object
| Constructor | Description |
|---|---|
Tile() |
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
equals(Object o) |
|
Integer |
getHeight() |
The height of the tile in pixels
|
Integer |
getStartPointX() |
The X coordinate of the lowest left point on the drawing where the tile begins
|
Integer |
getStartPointY() |
The Y coordinate of the lowest left point on the drawing where the tile begins
|
Integer |
getWidth() |
The width of the tile in pixels
|
int |
hashCode() |
|
Tile |
height(Integer height) |
|
void |
setHeight(Integer height) |
|
void |
setStartPointX(Integer startPointX) |
|
void |
setStartPointY(Integer startPointY) |
|
void |
setWidth(Integer width) |
|
Tile |
startPointX(Integer startPointX) |
|
Tile |
startPointY(Integer startPointY) |
|
String |
toString() |
|
Tile |
width(Integer width) |
public Integer getStartPointX()
public void setStartPointX(Integer startPointX)
public Integer getStartPointY()
public void setStartPointY(Integer startPointY)
public Integer getWidth()
public void setWidth(Integer width)
public Integer getHeight()
public void setHeight(Integer height)
Copyright © 2025. All rights reserved.