Uses of Class
org.jfree.data.flow.FlowKey
-
Packages that use FlowKey Package Description org.jfree.chart.entity Classes representing components of (or entities in) a chart.org.jfree.chart.labels Generators and other classes used for the display of item labels and tooltips.org.jfree.data.flow Data interfaces and classes for flow plots (a type of Sankey chart). -
-
Uses of FlowKey in org.jfree.chart.entity
Methods in org.jfree.chart.entity that return FlowKey Modifier and Type Method Description FlowKeyFlowEntity. getKey()Returns the key identifying the flow.Constructors in org.jfree.chart.entity with parameters of type FlowKey Constructor Description FlowEntity(FlowKey key, Shape area, String toolTipText, String urlText)Creates a new instance. -
Uses of FlowKey in org.jfree.chart.labels
Methods in org.jfree.chart.labels with parameters of type FlowKey Modifier and Type Method Description StringFlowLabelGenerator. generateLabel(FlowDataset dataset, FlowKey key)Returns a label for the specified flow.StringStandardFlowLabelGenerator. generateLabel(FlowDataset dataset, FlowKey key)Returns a label for the specified flow. -
Uses of FlowKey in org.jfree.data.flow
Methods in org.jfree.data.flow that return types with arguments of type FlowKey Modifier and Type Method Description Set<FlowKey<K>>DefaultFlowDataset. getAllFlows()Returns a set of keys for all the flows in the dataset.Set<FlowKey<K>>FlowDataset. getAllFlows()Returns a set of keys for all the flows in the dataset.List<FlowKey<K>>DefaultFlowDataset. getInFlows(NodeKey nodeKey)Returns a list of flow keys for all the flows coming into this node.List<FlowKey>DefaultFlowDataset. getOutFlows(NodeKey nodeKey)Returns a list of flow keys for all the flows going out of this node.Methods in org.jfree.data.flow with parameters of type FlowKey Modifier and Type Method Description ObjectDefaultFlowDataset. getFlowProperty(FlowKey<K> flowKey, String propertyKey)Returns the value of a property, if specified, for the specified flow.ObjectFlowDataset. getFlowProperty(FlowKey<K> flowKey, String propertyKey)Returns the value of a property, if specified, for the specified flow.voidDefaultFlowDataset. setFlowProperty(FlowKey<K> flowKey, String propertyKey, Object value)Sets a property for the specified flow and notifies registered listeners that the dataset has changed.
-