Class RendererJob


  • public class RendererJob
    extends Job
    • Field Detail

      • labelsOnly

        public boolean labelsOnly
      • textScale

        public final float textScale
    • Constructor Detail

      • RendererJob

        public RendererJob​(org.mapsforge.core.model.Tile tile,
                           MapDataStore mapFile,
                           RenderThemeFuture renderThemeFuture,
                           DisplayModel displayModel,
                           float textScale,
                           boolean isTransparent,
                           boolean labelsOnly)
    • Method Detail

      • equals

        public boolean equals​(java.lang.Object obj)
        Overrides:
        equals in class Job
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Job
      • otherTile

        public 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.
        Parameters:
        tile - the tile that changes
        Returns:
        a RendererJob based on the current one, only tile changes
      • setRetrieveLabelsOnly

        public void setRetrieveLabelsOnly()
        Indicates that for this job only the labels should be generated.