Uses of Interface
org.jfree.chart.labels.FlowLabelGenerator
| Package | Description |
|---|---|
| org.jfree.chart.labels |
Generators and other classes used for the display of item labels and tooltips.
|
| org.jfree.chart.plot.flow |
Classes for creating flow plots (a type of Sankey chart).
|
-
Uses of FlowLabelGenerator in org.jfree.chart.labels
Classes in org.jfree.chart.labels that implement FlowLabelGenerator Modifier and Type Class Description classStandardFlowLabelGeneratorStandard flow label generator. -
Uses of FlowLabelGenerator in org.jfree.chart.plot.flow
Methods in org.jfree.chart.plot.flow that return FlowLabelGenerator Modifier and Type Method Description FlowLabelGeneratorFlowPlot. getToolTipGenerator()Returns the tool tip generator that creates the strings that are displayed as tool tips for the flows displayed in the plot.Methods in org.jfree.chart.plot.flow with parameters of type FlowLabelGenerator Modifier and Type Method Description voidFlowPlot. setToolTipGenerator(FlowLabelGenerator generator)Sets the tool tip generator and sends a change notification to all registered listeners.