public interface Layer
Modifier and Type | Method and Description |
---|---|
BoundingBox |
boundingBox()
The bounding box of this Layer
|
String |
getName()
Gets the name of this Layer
|
void |
paint(Graphics g,
Tile screenTile)
Paints the Layer on the given Graphics
|
void paint(Graphics g, Tile screenTile)
g
- a Graphics Object to paint onscreenTile
- the screen tileBoundingBox boundingBox()
String getName()