Class LookupPaintScale

    • Constructor Detail

      • LookupPaintScale

        public LookupPaintScale​(double lowerBound,
                                double upperBound,
                                Paint defaultPaint)
        Creates a new paint scale with the specified default paint.
        Parameters:
        lowerBound - the lower bound.
        upperBound - the upper bound.
        defaultPaint - the default paint (null not permitted).