|
||||||||||
| 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(java.lang.Comparable key,
java.awt.Shape area,
java.lang.String toolTipText,
java.lang.String urlText)
Creates a new entity. |
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object obj)
Tests this instance for equality with an arbitrary object. |
java.lang.Comparable |
getKey()
Returns the category key. |
int |
hashCode()
Returns a hash code for this instance. |
java.lang.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(java.lang.Comparable key,
java.awt.Shape area,
java.lang.String toolTipText,
java.lang.String urlText)
key - the category key.area - the hotspot.toolTipText - the tool tip text.urlText - the URL text.| Method Detail |
|---|
public java.lang.Comparable getKey()
public boolean equals(java.lang.Object obj)
equals in class ChartEntityobj - the object (null permitted).
public int hashCode()
hashCode in class ChartEntitypublic java.lang.String toString()
toString in class ChartEntity
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||