Class TitleEntity

java.lang.Object
org.jfree.chart.entity.ChartEntity
org.jfree.chart.entity.TitleEntity
All Implemented Interfaces:
Serializable, Cloneable, PublicCloneable

public class TitleEntity extends ChartEntity
A class that captures information about a Title of a chart.
See Also:
  • Field Details

    • serialVersionUID

      private static final long serialVersionUID
      For serialization.
      See Also:
    • title

      private Title title
      The Title for the entity.
  • Constructor Details

    • TitleEntity

      public TitleEntity(Shape area, Title title)
      Creates a new chart entity.
      Parameters:
      area - the area (null not permitted).
      title - the title (null not permitted).
    • TitleEntity

      public TitleEntity(Shape area, Title title, String toolTipText)
      Creates a new chart entity.
      Parameters:
      area - the area (null not permitted).
      title - the title (null not permitted).
      toolTipText - the tool tip text (null permitted).
    • TitleEntity

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