Class JFreeChartEntity

    • Constructor Detail

      • 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).