Uses of Interface
org.jfree.chart.panel.Overlay
| Package | Description |
|---|---|
| org.jfree.chart |
Core classes, including
JFreeChart and
ChartPanel. |
| org.jfree.chart.panel |
Classes related to the
ChartPanel class. |
-
Uses of Overlay in org.jfree.chart
Methods in org.jfree.chart with parameters of type Overlay Modifier and Type Method Description voidChartPanel. addOverlay(Overlay overlay)Add an overlay to the panel.voidChartPanel. removeOverlay(Overlay overlay)Removes an overlay from the panel. -
Uses of Overlay in org.jfree.chart.panel
Classes in org.jfree.chart.panel that implement Overlay Modifier and Type Class Description classCrosshairOverlayAn overlay for aChartPanelthat draws crosshairs on a chart.