Uses of Class
org.jfree.data.flow.NodeKey
Package
Description
Classes for creating flow plots (a type of Sankey chart).
Data interfaces and classes for flow plots (a type of Sankey chart).
-
Uses of NodeKey in org.jfree.chart.entity
ModifierConstructorDescriptionNodeEntity
(NodeKey key, Shape area, String toolTipText) Creates a new instance. -
Uses of NodeKey in org.jfree.chart.plot.flow
Modifier and TypeMethodDescriptionFlowPlot.getNodeFillColor
(NodeKey nodeKey) Returns the fill color for the specified node.protected Color
FlowPlot.lookupNodeColor
(NodeKey nodeKey) Performs a lookup on the color for the specified node.void
FlowPlot.setNodeFillColor
(NodeKey nodeKey, Color color) Sets the fill color for the specified node and sends a change notification to all registered listeners. -
Uses of NodeKey in org.jfree.data.flow
Modifier and TypeMethodDescriptionDefaultFlowDataset.getAllNodes()
Returns the set of keys for all the nodes in the dataset.FlowDataset.getAllNodes()
Returns the set of keys for all the nodes in the dataset.Modifier and TypeMethodDescriptionDefaultFlowDataset.getInFlows
(NodeKey nodeKey) Returns a list of flow keys for all the flows coming into this node.DefaultFlowDataset.getNodeProperty
(NodeKey<K> nodeKey, String propertyKey) Returns the value of a property, if specified, for the specified node.FlowDataset.getNodeProperty
(NodeKey<K> nodeKey, String propertyKey) Returns the value of a property, if specified, for the specified node.DefaultFlowDataset.getOutFlows
(NodeKey nodeKey) Returns a list of flow keys for all the flows going out of this node.void
DefaultFlowDataset.setNodeProperty
(NodeKey<K> nodeKey, String propertyKey, Object value) Sets a property for the specified node and notifies registered listeners that the dataset has changed.