Class TickLabelEntity

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Cloneable, org.jfree.util.PublicCloneable
    Direct Known Subclasses:
    CategoryLabelEntity

    public class TickLabelEntity
    extends ChartEntity
    implements java.lang.Cloneable, java.io.Serializable
    A chart entity representing a tick label.
    See Also:
    Serialized Form
    • 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).