Frames | No Frames |
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. |
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. |
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. |