Uses of Interface
org.jfree.chart.fx.overlay.OverlayFX
| Package | Description |
|---|---|
| org.jfree.chart.fx |
Contains the key classes
ChartViewer and
ChartCanvas. |
| org.jfree.chart.fx.overlay |
Contains classes that implement overlay functionality.
|
-
Uses of OverlayFX in org.jfree.chart.fx
Methods in org.jfree.chart.fx with parameters of type OverlayFX Modifier and Type Method Description voidChartCanvas. addOverlay(OverlayFX overlay)Add an overlay to the canvas.voidChartCanvas. removeOverlay(OverlayFX overlay)Removes an overlay from the canvas. -
Uses of OverlayFX in org.jfree.chart.fx.overlay
Classes in org.jfree.chart.fx.overlay that implement OverlayFX Modifier and Type Class Description classCrosshairOverlayFXAn overlay for aChartViewerthat draws crosshairs on a plot.