Package org.jfree.chart.labels
Interface FlowLabelGenerator
- All Known Implementing Classes:
StandardFlowLabelGenerator
public interface FlowLabelGenerator
A label generator for a flow in a flow dataset.
- Since:
- 1.5.3
-
Method Summary
Modifier and TypeMethodDescriptiongenerateLabel
(FlowDataset dataset, FlowKey key) Returns a label for the specified flow.
-
Method Details
-
generateLabel
Returns a label for the specified flow.- Parameters:
dataset
- the flow dataset (null
not permitted).key
- the flow key (null
not permitted).- Returns:
- The label (possibly
null
).
-