Class TickLabelEntity

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Cloneable, 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
    • Field Detail

      • serialVersionUID

        private static final long serialVersionUID
        For serialization.
        See Also:
        Constant Field Values
    • 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).