Package | Description |
---|---|
org.jfree.chart.renderer |
Core support for the plug-in renderers used by the
CategoryPlot and XYPlot classes. |
org.jfree.chart.renderer.xy |
Plug-in renderers for the
XYPlot class. |
org.jfree.chart.title |
Classes used to display chart titles and subtitles.
|
org.jfree.data.general |
Data interfaces and classes.
|
Modifier and Type | Class and Description |
---|---|
class |
GrayPaintScale
A paint scale that returns shades of gray.
|
class |
LookupPaintScale
A paint scale that uses a lookup table to associate paint instances
with data value ranges.
|
Modifier and Type | Method and Description |
---|---|
PaintScale |
XYShapeRenderer.getPaintScale()
Returns the paint scale used by the renderer.
|
PaintScale |
XYBlockRenderer.getPaintScale()
Returns the paint scale used by the renderer.
|
Modifier and Type | Method and Description |
---|---|
void |
XYShapeRenderer.setPaintScale(PaintScale scale)
Sets the paint scale used by the renderer and sends a
RendererChangeEvent to all registered listeners. |
void |
XYBlockRenderer.setPaintScale(PaintScale scale)
Sets the paint scale used by the renderer and sends a
RendererChangeEvent to all registered listeners. |
Modifier and Type | Method and Description |
---|---|
PaintScale |
PaintScaleLegend.getScale()
Returns the scale used to convert values to colors.
|
Modifier and Type | Method and Description |
---|---|
void |
PaintScaleLegend.setScale(PaintScale scale)
Sets the scale and sends a
TitleChangeEvent to all registered
listeners. |
Constructor and Description |
---|
PaintScaleLegend(PaintScale scale,
ValueAxis axis)
Creates a new instance.
|
Modifier and Type | Method and Description |
---|---|
static java.awt.image.BufferedImage |
HeatMapUtilities.createHeatMapImage(HeatMapDataset dataset,
PaintScale paintScale)
Creates an image that displays the values from the specified dataset.
|