-
- All Implemented Interfaces:
-
org.osmdroid.views.overlay.PaintList
public class PolychromaticPaintList implements PaintList
A real PaintList with potentially different colors for each segment, and linear gradients
-
-
Constructor Summary
Constructors Constructor Description PolychromaticPaintList(Paint pPaint, ColorMapping pColorMapping, boolean pUseGradient)
-
Method Summary
-
-
Constructor Detail
-
PolychromaticPaintList
PolychromaticPaintList(Paint pPaint, ColorMapping pColorMapping, boolean pUseGradient)
- Parameters:
pPaint- Basis PaintpColorMapping- from where we get the color to use for each geo segmentpUseGradient- should we use a gradient from this segment's color to the next segment's
-
-
-
-