Uses of Class
org.jfree.data.flow.FlowKey
Package
Description
Data interfaces and classes for flow plots (a type of Sankey chart).
-
Uses of FlowKey in org.jfree.chart.entity
ModifierConstructorDescriptionFlowEntity
(FlowKey key, Shape area, String toolTipText, String urlText) Creates a new instance. -
Uses of FlowKey in org.jfree.chart.labels
Modifier and TypeMethodDescriptionFlowLabelGenerator.generateLabel
(FlowDataset dataset, FlowKey key) Returns a label for the specified flow.StandardFlowLabelGenerator.generateLabel
(FlowDataset dataset, FlowKey key) Returns a label for the specified flow. -
Uses of FlowKey in org.jfree.data.flow
Modifier and TypeMethodDescriptionDefaultFlowDataset.getAllFlows()
Returns a set of keys for all the flows in the dataset.FlowDataset.getAllFlows()
Returns a set of keys for all the flows in the dataset.DefaultFlowDataset.getInFlows
(NodeKey nodeKey) Returns a list of flow keys for all the flows coming into this node.DefaultFlowDataset.getOutFlows
(NodeKey nodeKey) Returns a list of flow keys for all the flows going out of this node.Modifier and TypeMethodDescriptionDefaultFlowDataset.getFlowProperty
(FlowKey<K> flowKey, String propertyKey) Returns the value of a property, if specified, for the specified flow.FlowDataset.getFlowProperty
(FlowKey<K> flowKey, String propertyKey) Returns the value of a property, if specified, for the specified flow.void
DefaultFlowDataset.setFlowProperty
(FlowKey<K> flowKey, String propertyKey, Object value) Sets a property for the specified flow and notifies registered listeners that the dataset has changed.