public class RendererJob extends Job
Modifier and Type | Field and Description |
---|---|
DisplayModel |
displayModel |
boolean |
labelsOnly |
MapDataStore |
mapDataStore |
RenderThemeFuture |
renderThemeFuture |
float |
textScale |
Constructor and Description |
---|
RendererJob(org.mapsforge.core.model.Tile tile,
MapDataStore mapFile,
RenderThemeFuture renderThemeFuture,
DisplayModel displayModel,
float textScale,
boolean isTransparent,
boolean labelsOnly) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
int |
hashCode() |
RendererJob |
otherTile(org.mapsforge.core.model.Tile tile)
Just a way of generating a hash key for a tile if only the RendererJob is known.
|
void |
setRetrieveLabelsOnly()
Indicates that for this job only the labels should be generated.
|
composeKey, getKey
public final DisplayModel displayModel
public boolean labelsOnly
public final MapDataStore mapDataStore
public final RenderThemeFuture renderThemeFuture
public final float textScale
public RendererJob(org.mapsforge.core.model.Tile tile, MapDataStore mapFile, RenderThemeFuture renderThemeFuture, DisplayModel displayModel, float textScale, boolean isTransparent, boolean labelsOnly)
public RendererJob otherTile(org.mapsforge.core.model.Tile tile)
tile
- the tile that changespublic void setRetrieveLabelsOnly()