Class Hillshading


  • public class Hillshading
    extends java.lang.Object
    Represents hillshading on a painter algorithm layer/level in the parsed rendertheme (but without a rule, we don't need to increase waymatching complexity here)
    • Constructor Summary

      Constructors 
      Constructor Description
      Hillshading​(byte minZoom, byte maxZoom, short magnitude, byte layer, boolean always, int level, org.mapsforge.core.graphics.GraphicFactory graphicFactory)  
    • Constructor Detail

      • Hillshading

        public Hillshading​(byte minZoom,
                           byte maxZoom,
                           short magnitude,
                           byte layer,
                           boolean always,
                           int level,
                           org.mapsforge.core.graphics.GraphicFactory graphicFactory)