Package 

Class ColorMappingPlain

  • All Implemented Interfaces:
    org.osmdroid.views.overlay.advancedpolyline.ColorMapping

    
    public class ColorMappingPlain
     implements ColorMapping
                        

    Color mapping with just one color. Not really a mapping.

    • Method Summary

      Modifier and Type Method Description
      int getColorForIndex(int pSegmentIndex)
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ColorMappingPlain

        ColorMappingPlain(int color)