Package | Description |
---|---|
org.jfree.chart.fx |
Core classes that provide JavaFX support for JFreeChart.
|
org.jfree.chart.fx.interaction |
Contains classes that implement most of the interactivity for the
ChartViewer and
ChartCanvas components. |
Constructor and Description |
---|
ChartViewerSkin(ChartViewer control)
Creates a new instance.
|
Constructor and Description |
---|
ZoomHandlerFX(java.lang.String id,
ChartViewer parent)
Creates a new instance with no modifier keys required.
|
ZoomHandlerFX(java.lang.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.
|