Uses of Interface
org.jfree.chart.plot.Zoomable
Packages that use Zoomable
Package
Description
Core classes, including
JFreeChart
and
ChartPanel
.Plot classes and related interfaces.
-
Uses of Zoomable in org.jfree.chart
Methods in org.jfree.chart with parameters of type ZoomableModifier and TypeMethodDescriptionprivate void
MouseWheelHandler.handleZoomable
(Zoomable zoomable, MouseWheelEvent e) Handle the case where a plot implements theZoomable
interface. -
Uses of Zoomable in org.jfree.chart.plot
Classes in org.jfree.chart.plot that implement ZoomableModifier and TypeClassDescriptionclass
A general plotting class that uses data from aCategoryDataset
and renders each data item using aCategoryItemRenderer
.class
A combined category plot where the domain axis is shared.class
An extension ofXYPlot
that contains multiple subplots that share a common domain axis.class
A combined category plot where the range axis is shared.class
An extension ofXYPlot
that contains multiple subplots that share a common range axis.class
A fast scatter plot.class
Plots data that is in (theta, radius) pairs where theta equal to zero is due north and increases clockwise.class
A plot that displays a single value (from aValueDataset
) in a thermometer type display.class
A general class for plotting data in the form of (x, y) pairs.