Interface OverlayFX
- All Superinterfaces:
org.jfree.chart.panel.Overlay
- All Known Implementing Classes:
CrosshairOverlayFX
An overlay that can be added to a
ChartCanvas.-
Method Summary
Modifier and TypeMethodDescriptionvoidpaintOverlay(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).
-