| 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. |
| Modifier and Type | Method and Description |
|---|---|
private BorderPane |
ChartViewerSkin.createNode(ChartViewer control)
Creates the node representing this control.
|
| Constructor and Description |
|---|
ChartViewerSkin(ChartViewer control)
Creates a new instance.
|
| Modifier and Type | Field and Description |
|---|---|
private ChartViewer |
ZoomHandlerFX.viewer
The viewer is used to overlay the zoom rectangle.
|
| 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.
|