Package pi.actor
Interface TileMap
- All Known Implementing Classes:
Platform,TileRegistration
- Author:
- Michael Andonie, Niklas Keller
-
Method Summary
Modifier and TypeMethodDescriptionstatic TilecreateFromImage(BufferedImage image) static TilecreateFromImage(String path) static TileMapcreateFromImage(String path, int sizeX, int sizeY) tile(int x, int y)
-
Method Details
-
createFromImage
-
createFromImage
-
createFromImage
-
tile
-