Class PlotEntity

    • Constructor Detail

      • PlotEntity

        public PlotEntity​(Shape area,
                          Plot plot)
        Creates a new plot entity.
        Parameters:
        area - the area (null not permitted).
        plot - the plot (null not permitted).
      • PlotEntity

        public PlotEntity​(Shape area,
                          Plot plot,
                          String toolTipText)
        Creates a new plot entity.
        Parameters:
        area - the area (null not permitted).
        plot - the plot (null not permitted).
        toolTipText - the tool tip text (null permitted).
      • PlotEntity

        public PlotEntity​(Shape area,
                          Plot plot,
                          String toolTipText,
                          String urlText)
        Creates a new plot entity.
        Parameters:
        area - the area (null not permitted).
        plot - the plot (null not permitted).
        toolTipText - the tool tip text (null permitted).
        urlText - the URL text for HTML image maps (null permitted).