Package | Description |
---|---|
org.jfree.chart.labels |
Generators and other classes used for the display of item labels and tooltips.
|
org.jfree.chart.plot |
Plot classes and related interfaces.
|
Modifier and Type | Class and Description |
---|---|
class |
StandardContourToolTipGenerator
Deprecated.
This class is no longer supported (as of version 1.0.4). If
you are creating contour plots, please try to use
XYPlot and
XYBlockRenderer . |
Modifier and Type | Method and Description |
---|---|
ContourToolTipGenerator |
ContourPlot.getToolTipGenerator()
Deprecated.
Returns the tool tip generator.
|
Modifier and Type | Method and Description |
---|---|
void |
ContourPlot.setToolTipGenerator(ContourToolTipGenerator generator)
Deprecated.
Sets the tool tip generator.
|