| Package | Description |
|---|---|
| org.jfree.chart.fx.interaction |
Contains classes that implement most of the interactivity for the
ChartViewer and
ChartCanvas components. |
| Constructor and 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.
|
Copyright © 2017 JFree.org. All rights reserved.