- fill(Sprite) - Method in class org.dishevelled.piccolo.tilemap.AbstractTileMap
-
Fill this tile map node with the specified tile.
- fillColumn(long, Sprite) - Method in class org.dishevelled.piccolo.tilemap.AbstractTileMap
-
Fill the specified column in this tile map node with the specified tile.
- fillRow(long, Sprite) - Method in class org.dishevelled.piccolo.tilemap.AbstractTileMap
-
Fill the specified row in this tile map node with the specified tile.
- fillRowColumn(long, long, long, long, Sprite) - Method in class org.dishevelled.piccolo.tilemap.AbstractTileMap
-
Fill the specified part of this tile map node with the specified tile.
- fillX(long, Sprite) - Method in class org.dishevelled.piccolo.tilemap.AbstractTileMap
-
Fill [x, 0]
to [x, getMapHeight()]
in this tile map node with the specified tile.
- fillXY(long, long, long, long, Sprite) - Method in class org.dishevelled.piccolo.tilemap.AbstractTileMap
-
Fill the specified part of this tile map node with the specified tile.
- fillY(long, Sprite) - Method in class org.dishevelled.piccolo.tilemap.AbstractTileMap
-
Fill [0, y]
to [getMapWidth(), y]
in this tile map node with the specified tile.
- FlixelTileMapReader - Class in org.dishevelled.piccolo.tilemap.io.impl
-
Flixel tile set + CSV file format tile map reader.
- FlixelTileMapReader(BufferedImage, int) - Constructor for class org.dishevelled.piccolo.tilemap.io.impl.FlixelTileMapReader
-
Create a new flixel tile map reader with the specified tile set image.
- FlixelTileMapReader(InputStream, int, int, int) - Constructor for class org.dishevelled.piccolo.tilemap.io.impl.FlixelTileMapReader
-
Create a new flixel tile map reader with the specified tile set image input stream.
- FlixelTileMapReader(File, int, int, int) - Constructor for class org.dishevelled.piccolo.tilemap.io.impl.FlixelTileMapReader
-
Create a new flixel tile map reader with the specified tile set image file.
- FlixelTileMapReader(URL, int, int, int) - Constructor for class org.dishevelled.piccolo.tilemap.io.impl.FlixelTileMapReader
-
Create a new flixel tile map reader with the specified tile set image URL.