Class JavaFXScatterPlotPanel
java.lang.Object
com.macrofocus.high_d.scatterplot.AbstractScatterPlotPanel<javafx.scene.Node>
com.macrofocus.high_d.scatterplot.javafx.JavaFXScatterPlotPanel
- All Implemented Interfaces:
com.macrofocus.crossplatform.CPComponent<javafx.scene.Node>
,ScatterPlotPanel<javafx.scene.Node>
-
Constructor Summary
ConstructorsConstructorDescriptionJavaFXScatterPlotPanel
(com.macrofocus.plot.AxisPlotPanel<javafx.scene.Node> axisPlotPanel, ScatterPlot<javafx.scene.Node, ?, ?, ?, ?> scatterPlot) -
Method Summary
Methods inherited from class com.macrofocus.high_d.scatterplot.AbstractScatterPlotPanel
getNativeComponent, setStyleClass, setYPanelVisible
-
Constructor Details
-
JavaFXScatterPlotPanel
public JavaFXScatterPlotPanel(com.macrofocus.plot.AxisPlotPanel<javafx.scene.Node> axisPlotPanel, ScatterPlot<javafx.scene.Node, ?, ?, ?, ?> scatterPlot)
-