Java org.jfree.chart.renderer LookupPaintScale fields, constructors, methods, implement or subclass

Example usage for Java org.jfree.chart.renderer LookupPaintScale fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.jfree.chart.renderer LookupPaintScale.

The text is from its open source code.

Constructor

LookupPaintScale(double lowerBound, double upperBound, Paint defaultPaint)
Creates a new paint scale with the specified default paint.
LookupPaintScale()
Creates a new paint scale.

Method

voidadd(Number value, Paint paint)
Adds an entry to the lookup table.
voidadd(double value, Paint paint)
Adds an entry to the lookup table.
PaintgetDefaultPaint()
Returns the default paint (never null).
doublegetLowerBound()
Returns the lower bound.
PaintgetPaint(double value)
Returns the paint associated with the specified value.
doublegetUpperBound()
Returns the upper bound.