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