Constructor and Description |
---|
CoolMapLayer(CoolMapObject object) |
Modifier and Type | Method and Description |
---|---|
void |
render(java.awt.Graphics2D g2D,
CoolMapObject<BASE,VIEW> coolMapObject,
int fromRow,
int toRow,
int fromCol,
int toCol,
float zoomX,
float zoomY,
int width,
int height)
render the sub region of coolMapObject into [minRow, minCol, maxRow, maxCol)
from 0,0 to width, height, with the minRow maxRow minCol maxCol
|
public CoolMapLayer(CoolMapObject object)
public void render(java.awt.Graphics2D g2D, CoolMapObject<BASE,VIEW> coolMapObject, int fromRow, int toRow, int fromCol, int toCol, float zoomX, float zoomY, int width, int height)
MapLayer