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

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

Introduction

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

The text is from its open source code.

Implementation

org.jfree.chart.renderer.PaintScale has the following implementations.
Click this link to see all its implementation.

Method

doublegetLowerBound()
Returns the lower bound for the scale.
PaintgetPaint(double value)
Returns a Paint instance for the specified value.
doublegetUpperBound()
Returns the upper bound for the scale.