Package org.jfree.data.flow
package org.jfree.data.flow
Data interfaces and classes for flow plots (a type of Sankey chart).
-
ClassDescriptionDefaultFlowDataset<K extends Comparable<K>>A dataset representing flows between source and destination nodes.FlowDataset<K extends Comparable<K>>A dataset representing value flows from a set of source nodes to a set of destination nodes.Utility methods related to
FlowDataset
.FlowKey<K extends Comparable<K>>A key that identifies a flow within a dataset.NodeKey<K extends Comparable<K>>A key that identifies a node in aFlowDataset
.