Uses of Class
org.jfree.chart.fx.ChartViewer
| Package | Description |
|---|---|
| org.jfree.chart.fx.interaction |
Contains classes that implement most of the interactivity for the
ChartViewer and
ChartCanvas components. |
-
Uses of ChartViewer in org.jfree.chart.fx.interaction
Constructors in org.jfree.chart.fx.interaction with parameters of type ChartViewer Constructor Description ZoomHandlerFX(String id, ChartViewer parent)Creates a new instance with no modifier keys required.ZoomHandlerFX(String id, ChartViewer parent, boolean altKey, boolean ctrlKey, boolean metaKey, boolean shiftKey)Creates a new instance that will be activated using the specified combination of modifier keys.