Class JFreeChartEntity

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

public class JFreeChartEntity extends ChartEntity
A class that captures information about an entire chart.
See Also:
  • Field Details

    • serialVersionUID

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

      private JFreeChart chart
      The chart.
  • Constructor Details

    • JFreeChartEntity

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

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

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