Uses of Class
org.jfree.chart.fx.ChartViewer
Packages that use ChartViewer
Package
Description
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 ChartViewerModifierConstructorDescriptionZoomHandlerFX(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.