Example usage for org.jfree.chart.fx.interaction MouseHandlerFX interface-usage

List of usage examples for org.jfree.chart.fx.interaction MouseHandlerFX interface-usage

Introduction

In this page you can find the example usage for org.jfree.chart.fx.interaction MouseHandlerFX interface-usage.

Usage

From source file net.sf.mzmine.chartbasics.gui.javafx.ChartGestureMouseAdapterFX.java

/**
 * Handles drag zooming of charts on a {@link ChartCanvas}. This handler should be configured with
 * the required modifier keys and installed as a live handler (not an auxiliary handler). This
 * handler only works for a <b>ChartCanvas</b> that is embedded in a {@link ChartViewer}, since it
 * relies on the <b>ChartViewer</b> for drawing the zoom rectangle.
 */