Package org.jfree.chart.entity
Class TickLabelEntity
java.lang.Object
org.jfree.chart.entity.ChartEntity
org.jfree.chart.entity.TickLabelEntity
- All Implemented Interfaces:
Serializable,Cloneable,PublicCloneable
- Direct Known Subclasses:
CategoryLabelEntity
A chart entity representing a tick label.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionTickLabelEntity(Shape area, String toolTipText, String urlText) Creates a new entity. -
Method Summary
Methods inherited from class org.jfree.chart.entity.ChartEntity
canEqual, clone, equals, getArea, getImageMapAreaTag, getShapeCoords, getShapeType, getToolTipText, getURLText, hashCode, setArea, setToolTipText, setURLText, toString
-
Constructor Details
-
TickLabelEntity
Creates a new entity.- Parameters:
area- the area (nullnot permitted).toolTipText- the tool tip text (nullpermitted).urlText- the URL text for HTML image maps (nullpermitted).
-