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 | |
---|---|
Comparable | getKey()
Returns the category key.
|
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.
Returns: The category key.
Returns: A string representation of this entity.