java.lang.Object
org.jfree.chart.entity.ChartEntity
org.jfree.chart.entity.FlowEntity
- All Implemented Interfaces:
Serializable
,Cloneable
,PublicCloneable
A chart entity representing the flow between two nodes in a
FlowPlot
.- Since:
- 1.5.3
- See Also:
-
Constructor Summary
ConstructorDescriptionFlowEntity
(FlowKey key, Shape area, String toolTipText, String urlText) Creates a new instance. -
Method Summary
Methods inherited from class org.jfree.chart.entity.ChartEntity
clone, getArea, getImageMapAreaTag, getShapeCoords, getShapeType, getToolTipText, getURLText, setArea, setToolTipText, setURLText
-
Constructor Details
-
FlowEntity
Creates a new instance.- Parameters:
key
- the key identifying the flow (null
not permitted).area
- the outline of the entity (null
not permitted).toolTipText
- the tool tip text.urlText
- the URL text.
-
-
Method Details
-
getKey
Returns the key identifying the flow.- Returns:
- The flow key (never
null
).
-
toString
Returns a string representation of this instance, primarily for debugging purposes.- Overrides:
toString
in classChartEntity
- Returns:
- A string.
-
equals
Tests this instance for equality with an arbitrary object.- Overrides:
equals
in classChartEntity
- Parameters:
obj
- the object (null
permitted).- Returns:
- A boolean.
-
hashCode
public int hashCode()Description copied from class:ChartEntity
Returns a hash code for this instance.- Overrides:
hashCode
in classChartEntity
- Returns:
- A hash code.
-