org.jfree.chart.entity
Class TickLabelEntity

java.lang.Object
  extended byorg.jfree.chart.entity.ChartEntity
      extended byorg.jfree.chart.entity.TickLabelEntity
All Implemented Interfaces:
java.lang.Cloneable, java.io.Serializable

public class TickLabelEntity
extends ChartEntity
implements java.lang.Cloneable, java.io.Serializable

A chart entity representing a tick label.

See Also:
Serialized Form

Constructor Summary
TickLabelEntity(java.awt.Shape area, java.lang.String toolTipText, java.lang.String urlText)
          Creates a new entity.
 
Methods inherited from class org.jfree.chart.entity.ChartEntity
clone, equals, getArea, getImageMapAreaTag, getShapeCoords, getShapeType, getToolTipText, getURLText, setArea, setToolTipText, setURLText
 
Methods inherited from class java.lang.Object
finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TickLabelEntity

public TickLabelEntity(java.awt.Shape area,
                       java.lang.String toolTipText,
                       java.lang.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).