Example usage for org.jfree.chart.renderer LookupPaintScale LookupPaintScale

List of usage examples for org.jfree.chart.renderer LookupPaintScale LookupPaintScale

Introduction

In this page you can find the example usage for org.jfree.chart.renderer LookupPaintScale LookupPaintScale.

Prototype

public LookupPaintScale() 

Source Link

Document

Creates a new paint scale.

Usage

From source file:anl.verdi.plot.jfree.XYBlockRenderer.java

/**
 * Creates a new <code>XYBlockRenderer</code> instance with default
 * attributes./*from  w  w  w.  ja v  a2s  .  c o m*/
 */
public XYBlockRenderer() {
    updateOffsets();
    this.paintScale = new LookupPaintScale();
}