Package 

Class ColorMappingForScalarContainer


  • 
    public class ColorMappingForScalarContainer
    
                        

    Scalar container on top of any ColorMappingForScalar Typical use: * create the ColorMappingForScalar you need * create a ColorMappingForScalarContainer on top of it * add your scalars to the container If you need to adjust your color mapping because you have a better idea of the actual scalar range * first adjust the settings (e.g. with init) * then call refresh and the colors (getColorForIndex) will reflect the new set-up cf. https://github.com/osmdroid/osmdroid/issues/1551