Class AbstractScatterPlotPanel<Component>
java.lang.Object
com.macrofocus.high_d.scatterplot.AbstractScatterPlotPanel<Component>
- All Implemented Interfaces:
com.macrofocus.crossplatform.CPComponent<Component>
,ScatterPlotPanel<Component>
- Direct Known Subclasses:
JavaFXScatterPlotPanel
public class AbstractScatterPlotPanel<Component>
extends Object
implements ScatterPlotPanel<Component>
-
Constructor Summary
ConstructorsConstructorDescriptionAbstractScatterPlotPanel
(com.macrofocus.crossplatform.CPFactory<Component, ?, ?, ?> factory, com.macrofocus.plot.AxisPlotPanel<Component> axisPlotPanel, ScatterPlot<Component, ?, ?, ?, ?> scatterPlot) -
Method Summary
Modifier and TypeMethodDescriptionvoid
setStyleClass
(String... styleClasses) void
setYPanelVisible
(boolean b)
-
Constructor Details
-
AbstractScatterPlotPanel
public AbstractScatterPlotPanel(com.macrofocus.crossplatform.CPFactory<Component, ?, ?, ?> factory, com.macrofocus.plot.AxisPlotPanel<Component> axisPlotPanel, ScatterPlot<Component, ?, ?, ?, ?> scatterPlot)
-
-
Method Details
-
setYPanelVisible
public void setYPanelVisible(boolean b) - Specified by:
setYPanelVisible
in interfaceScatterPlotPanel<Component>
-
setStyleClass
- Specified by:
setStyleClass
in interfacecom.macrofocus.crossplatform.CPComponent<Component>
-
getNativeComponent
- Specified by:
getNativeComponent
in interfacecom.macrofocus.crossplatform.CPComponent<Component>
-