Uses of Interface
org.jfree.chart.swing.SelectionZoomStrategy
-
Packages that use SelectionZoomStrategy Package Description org.jfree.chart.swing Classes that provide support for JFreeChart in Swing applications. -
-
Uses of SelectionZoomStrategy in org.jfree.chart.swing
Classes in org.jfree.chart.swing that implement SelectionZoomStrategy Modifier and Type Class Description classDefaultSelectionZoomStrategyThis implementation can be extended to override default behavior.Methods in org.jfree.chart.swing that return SelectionZoomStrategy Modifier and Type Method Description SelectionZoomStrategyChartPanel. getSelectionZoomStrategy()Returns a strategy used to control and draw zoom rectangle.Methods in org.jfree.chart.swing with parameters of type SelectionZoomStrategy Modifier and Type Method Description voidChartPanel. setSelectionZoomStrategy(SelectionZoomStrategy selectionZoomStrategy)A strategy used to control and draw zoom rectangle.
-