- 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 voidpaintOverlay(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
Paints the content of the overlay onto the specified chart canvas.- Parameters:
g2- the graphics target (nullnot permitted).chartCanvas- the chart canvas (nullnot permitted).
-