|
JFreeChart 1.0.14-redhat-2 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jfree.chart.entity.ChartEntity
org.jfree.chart.entity.TickLabelEntity
org.jfree.chart.entity.CategoryLabelEntity
public class CategoryLabelEntity
An entity to represent the labels on a CategoryAxis
.
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. |
Methods inherited from class org.jfree.chart.entity.ChartEntity |
---|
clone, getArea, getImageMapAreaTag, getShapeCoords, getShapeType, getToolTipText, getURLText, setArea, setToolTipText, setURLText |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public CategoryLabelEntity(Comparable key, Shape area, String toolTipText, String urlText)
key
- the category key.area
- the hotspot.toolTipText
- the tool tip text.urlText
- the URL text.Method Detail |
---|
public Comparable getKey()
public boolean equals(Object obj)
equals
in class ChartEntity
obj
- the object (null
permitted).
public int hashCode()
hashCode
in class ChartEntity
public String toString()
toString
in class ChartEntity
|
JFreeChart 1.0.14-redhat-2 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |