public class ResourcesExporter extends AbstractLayerExporter<Resources> implements FirstPassLayerExporter
| Modifier and Type | Class and Description |
|---|---|
static class |
ResourcesExporter.ResourcesExporterSettings |
AbstractLayerExporter.ChunksInTilesVisitor| Constructor and Description |
|---|
ResourcesExporter(Dimension dimension,
Platform platform,
ExporterSettings settings) |
| Modifier and Type | Method and Description |
|---|---|
void |
render(Tile tile,
Chunk chunk)
Render the chunk.
|
getDimension, getLayer, visitChunksForLayerInAreaForEditingclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetLayerpublic ResourcesExporter(Dimension dimension, Platform platform, ExporterSettings settings)
public void render(Tile tile, Chunk chunk)
FirstPassLayerExporterrender in interface FirstPassLayerExportertile - The tile that is currently being rendered.chunk - The chunk that is currently being rendered.