Uses of Interface
org.jfree.chart.labels.FlowLabelGenerator
Packages that use FlowLabelGenerator
Package
Description
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 -
Uses of FlowLabelGenerator in org.jfree.chart.plot.flow
Methods in org.jfree.chart.plot.flow that return FlowLabelGeneratorModifier 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.Methods in org.jfree.chart.plot.flow with parameters of type FlowLabelGeneratorModifier and TypeMethodDescriptionvoid
FlowPlot.setToolTipGenerator
(FlowLabelGenerator generator) Sets the tool tip generator and sends a change notification to all registered listeners.