Uses of Class
org.jfree.data.flow.NodeKey
Packages that use NodeKey
Package
Description
Classes representing components of (or entities in) a chart.
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
Fields in org.jfree.chart.entity declared as NodeKeyMethods in org.jfree.chart.entity that return NodeKeyConstructors in org.jfree.chart.entity with parameters of type NodeKeyModifierConstructorDescriptionNodeEntity
(NodeKey key, Shape area, String toolTipText) Creates a new instance. -
Uses of NodeKey in org.jfree.chart.plot.flow
Fields in org.jfree.chart.plot.flow with type parameters of type NodeKeyModifier and TypeFieldDescriptionFlowPlot.nodeColorMap
Stores colors for specific nodes - if there isn't a color in here for the node, the default node color will be used (unless the color swatch is active).Methods in org.jfree.chart.plot.flow with parameters of type NodeKeyModifier 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
Fields in org.jfree.data.flow with type parameters of type NodeKeyMethods in org.jfree.data.flow that return types with arguments of type NodeKeyModifier 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.Methods in org.jfree.data.flow with parameters of type NodeKeyModifier 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.