public interface OverlayFX extends org.jfree.chart.panel.Overlay
ChartCanvas.| Modifier and Type | Method and Description |
|---|---|
void |
paintOverlay(Graphics2D g2,
ChartCanvas chartCanvas)
Paints the content of the overlay onto the specified chart canvas.
|
void paintOverlay(Graphics2D g2, ChartCanvas chartCanvas)
g2 - the graphics target (null not permitted).chartCanvas - the chart canvas (null not permitted).Copyright © 2017 JFree.org. All rights reserved.