Uses of Interface
org.jfree.chart.swing.Overlay
-
Packages that use Overlay Package Description org.jfree.chart.swing Classes that provide support for JFreeChart in Swing applications. -
-
Uses of Overlay in org.jfree.chart.swing
Classes in org.jfree.chart.swing that implement Overlay Modifier and Type Class Description classCrosshairOverlayAn overlay for aChartPanelthat draws crosshairs on a chart.Fields in org.jfree.chart.swing with type parameters of type Overlay Modifier and Type Field Description protected List<Overlay>ChartPanel. overlaysA list of overlays for the panel.Methods in org.jfree.chart.swing 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.
-