org.jfree.chart.entity
public class CategoryLabelEntity extends TickLabelEntity
Since: 1.0.3
Constructor Summary | |
---|---|
CategoryLabelEntity(Comparable key, Shape area, String toolTipText, String urlText)
Creates a new entity.
|
Method Summary | |
---|---|
boolean | equals(Object obj)
Tests this instance for equality with an arbitrary object.
|
Comparable | getKey()
Returns the category key.
|
int | hashCode()
Returns a hash code for this instance.
|
String | toString()
Returns a string representation of this entity. |
Parameters: key the category key. area the hotspot. toolTipText the tool tip text. urlText the URL text.
Parameters: obj the object (null
permitted).
Returns: A boolean.
Returns: The category key.
Returns: A hash code.
Returns: A string representation of this entity.