public interface TiledObjectGroupRenderer
TiledObjectGroup
rendering implementationsModifier and Type | Method and Description |
---|---|
void |
dispose() |
void |
drawObjectGroup(Graphics g,
TiledObjectGroup objectGroup,
int renderX,
int renderY,
int startTileX,
int startTileY,
int widthInTiles,
int heightInTiles)
Renders a
TiledObjectGroup |
void drawObjectGroup(Graphics g, TiledObjectGroup objectGroup, int renderX, int renderY, int startTileX, int startTileY, int widthInTiles, int heightInTiles)
TiledObjectGroup
g
- The Graphics
contextobjectGroup
- The TiledObjectGroup
to renderrenderX
- The screen x coordinate to render atrenderY
- The screen y coordinate to render atstartTileX
- The tile x coordinate to start atstartTileY
- The tile y coordinate to start atwidthInTiles
- The width to render in tilesheightInTiles
- The height to render in tilesvoid dispose()