Uses of Interface
org.jfree.chart.plot.Zoomable
-
Packages that use Zoomable Package Description org.jfree.chart Core classes, includingJFreeChartandChartPanel.org.jfree.chart.plot Plot classes and related interfaces. -
-
Uses of Zoomable in org.jfree.chart
Methods in org.jfree.chart with parameters of type Zoomable Modifier and Type Method Description private voidMouseWheelHandler. handleZoomable(Zoomable zoomable, java.awt.event.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 Zoomable Modifier and Type Class Description classCategoryPlotA general plotting class that uses data from aCategoryDatasetand renders each data item using aCategoryItemRenderer.classCombinedDomainCategoryPlotA combined category plot where the domain axis is shared.classCombinedDomainXYPlotAn extension ofXYPlotthat contains multiple subplots that share a common domain axis.classCombinedRangeCategoryPlotA combined category plot where the range axis is shared.classCombinedRangeXYPlotAn extension ofXYPlotthat contains multiple subplots that share a common range axis.classFastScatterPlotA fast scatter plot.classPolarPlotPlots data that is in (theta, radius) pairs where theta equal to zero is due north and increases clockwise.classThermometerPlotA plot that displays a single value (from aValueDataset) in a thermometer type display.classXYPlotA general class for plotting data in the form of (x, y) pairs.
-