Uses of Interface
org.jfree.chart.panel.Overlay
-
Packages that use Overlay Package Description org.jfree.chart Core classes, includingJFreeChart
andChartPanel
.org.jfree.chart.panel Classes related to theChartPanel
class. -
-
Uses of Overlay in org.jfree.chart
Fields in org.jfree.chart with type parameters of type Overlay Modifier and Type Field Description private java.util.List<Overlay>
ChartPanel. overlays
A list of overlays for the panel.Methods in org.jfree.chart with parameters of type Overlay Modifier and Type Method Description void
ChartPanel. addOverlay(Overlay overlay)
Add an overlay to the panel.void
ChartPanel. 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 class
CrosshairOverlay
An overlay for aChartPanel
that draws crosshairs on a chart.
-