Interface OverlayFX

All Superinterfaces:
org.jfree.chart.panel.Overlay
All Known Implementing Classes:
CrosshairOverlayFX

public interface OverlayFX
extends org.jfree.chart.panel.Overlay
An overlay that can be added to a ChartCanvas.
  • Method Summary

    Modifier and Type Method Description
    void paintOverlay​(Graphics2D g2, ChartCanvas chartCanvas)
    Paints the content of the overlay onto the specified chart canvas.

    Methods inherited from interface org.jfree.chart.panel.Overlay

    addChangeListener, paintOverlay, removeChangeListener
  • Method Details

    • paintOverlay

      void paintOverlay​(Graphics2D g2, ChartCanvas chartCanvas)
      Paints the content of the overlay onto the specified chart canvas.
      Parameters:
      g2 - the graphics target (null not permitted).
      chartCanvas - the chart canvas (null not permitted).