Uses of Interface
org.jfree.chart.labels.FlowLabelGenerator
Package
Description
Generators and other classes used for the display of item labels and tooltips.
Classes for creating flow plots (a type of Sankey chart).
-
Uses of FlowLabelGenerator in org.jfree.chart.labels
-
Uses of FlowLabelGenerator in org.jfree.chart.plot.flow
Modifier and TypeMethodDescriptionFlowPlot.getToolTipGenerator()
Returns the tool tip generator that creates the strings that are displayed as tool tips for the flows displayed in the plot.Modifier and TypeMethodDescriptionvoid
FlowPlot.setToolTipGenerator
(FlowLabelGenerator generator) Sets the tool tip generator and sends a change notification to all registered listeners.