org.jfree.chart.entity

Class TickLabelEntity

Implemented Interfaces:
Cloneable, PublicCloneable, Serializable
Known Direct Subclasses:
CategoryLabelEntity

public class TickLabelEntity
extends ChartEntity
implements Cloneable, Serializable

A chart entity representing a tick label.

Constructor Summary

TickLabelEntity(Shape area, String toolTipText, String urlText)
Creates a new entity.

Method Summary

Methods inherited from class org.jfree.chart.entity.ChartEntity

clone, equals, getArea, getImageMapAreaTag, getShapeCoords, getShapeType, getToolTipText, getURLText, setArea, setToolTipText, setURLText, toString

Constructor Details

TickLabelEntity

public TickLabelEntity(Shape area,
                       String toolTipText,
                       String urlText)
Creates a new entity.
Parameters:
area - the area (null not permitted).
toolTipText - the tool tip text (null permitted).
urlText - the URL text for HTML image maps (null permitted).