Uses of Interface org.jfree.chart.renderer.PaintScale

Uses in package org.jfree.chart.title

Constructors with parameter type org.jfree.chart.renderer.PaintScale

Creates a new instance.

Methods with parameter type org.jfree.chart.renderer.PaintScale

void
Sets the scale and sends a TitleChangeEvent to all registered listeners.

Methods with return type org.jfree.chart.renderer.PaintScale

PaintScale
Returns the scale used to convert values to colors.

Uses in package org.jfree.chart.renderer

Classes implementing org.jfree.chart.renderer.PaintScale

class
A paint scale that returns shades of gray.
class
A paint scale that uses a lookup table to associate paint instances with data value ranges.

Uses in package org.jfree.chart.renderer.xy

Methods with parameter type org.jfree.chart.renderer.PaintScale

void
Sets the paint scale used by the renderer.

Methods with return type org.jfree.chart.renderer.PaintScale

PaintScale
Returns the paint scale used by the renderer.