Java org.jfree.chart.fx ChartViewer fields, constructors, methods, implement or subclass

Example usage for Java org.jfree.chart.fx ChartViewer fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.jfree.chart.fx ChartViewer.

The text is from its open source code.

Subclass

org.jfree.chart.fx.ChartViewer has subclasses.
Click this link to see all its subclasses.

Constructor

ChartViewer(JFreeChart chart)
Creates a new viewer to display the supplied chart in JavaFX.

Method

voidaddChartMouseListener(ChartMouseListenerFX listener)
Registers a listener to receive ChartMouseEvent notifications from this viewer.
JFreeChartgetChart()
Returns the chart that is being displayed by this node.
doublegetHeight()
ChartRenderingInfogetRenderingInfo()
Returns the rendering info from the most recent drawing of the chart.
ScenegetScene()
doublegetWidth()
voidsetMaxHeight(double value)
voidsetMaxWidth(double value)
voidsetMinHeight(double value)
voidsetMinWidth(double value)
voidsetPrefSize(double prefWidth, double prefHeight)
Convenience method for overriding the region's computed preferred width and height.
WritableImagesnapshot(SnapshotParameters params, WritableImage image)
Takes a snapshot of this node and returns the rendered image when it is ready.