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 voidMouseWheelHandler.handleZoomable(Zoomable zoomable, MouseWheelEvent e) Handle the case where a plot implements theZoomableinterface. -
Uses of Zoomable in org.jfree.chart.plot
Classes in org.jfree.chart.plot that implement ZoomableModifier and TypeClassDescriptionclassA general plotting class that uses data from aCategoryDatasetand renders each data item using aCategoryItemRenderer.classA combined category plot where the domain axis is shared.classAn extension ofXYPlotthat contains multiple subplots that share a common domain axis.classA combined category plot where the range axis is shared.classAn extension ofXYPlotthat contains multiple subplots that share a common range axis.classA fast scatter plot.classPlots data that is in (theta, radius) pairs where theta equal to zero is due north and increases clockwise.classA plot that displays a single value (from aValueDataset) in a thermometer type display.classA general class for plotting data in the form of (x, y) pairs.