Interface Overlay

  • All Known Implementing Classes:
    CrosshairOverlay

    public interface Overlay
    An Overlay is anything that can be drawn over top of a chart to add additional information to the chart. This interface defines the operations that must be supported for an overlay that can be added to a ChartPanel in Swing.

    Note: if you are using JavaFX rather than Swing, then you need to look at the OverlayFX interface in the JFreeChart-FX project.