Class JavaFXScatterPlotMatrixComponent<Row,Column>
java.lang.Object
com.macrofocus.high_d.scatterplotmatrix.AbstractScatterPlotMatrixComponent<javafx.scene.Node,javafx.scene.paint.Color,Row,Column>
com.macrofocus.high_d.scatterplotmatrix.javafx.JavaFXScatterPlotMatrixComponent<Row,Column>
- All Implemented Interfaces:
com.macrofocus.crossplatform.CPComponent<javafx.scene.Node>
,ScatterPlotMatrixComponent<javafx.scene.Node,
javafx.scene.paint.Color, Row, Column>
public class JavaFXScatterPlotMatrixComponent<Row,Column>
extends AbstractScatterPlotMatrixComponent<javafx.scene.Node,javafx.scene.paint.Color,Row,Column>
Created by luc on 25/04/16.
-
Nested Class Summary
Nested classes/interfaces inherited from class com.macrofocus.high_d.scatterplotmatrix.AbstractScatterPlotMatrixComponent
AbstractScatterPlotMatrixComponent.AbstractVisualLayerIDrawing
-
Field Summary
Fields inherited from class com.macrofocus.high_d.scatterplotmatrix.AbstractScatterPlotMatrixComponent
canvas, model, timer
-
Constructor Summary
ConstructorsConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptionprotected int
javafx.scene.Node
protected int
getWidth()
protected void
repaint()
void
void
setStyleClass
(String... styleClasses) Methods inherited from class com.macrofocus.high_d.scatterplotmatrix.AbstractScatterPlotMatrixComponent
createOverplots, getClosestRow, getRows, refresh, setModel
-
Constructor Details
-
JavaFXScatterPlotMatrixComponent
-
-
Method Details
-
getWidth
protected int getWidth()- Specified by:
getWidth
in classAbstractScatterPlotMatrixComponent<javafx.scene.Node,
javafx.scene.paint.Color, Row, Column>
-
getHeight
protected int getHeight()- Specified by:
getHeight
in classAbstractScatterPlotMatrixComponent<javafx.scene.Node,
javafx.scene.paint.Color, Row, Column>
-
repaint
protected void repaint()- Specified by:
repaint
in classAbstractScatterPlotMatrixComponent<javafx.scene.Node,
javafx.scene.paint.Color, Row, Column>
-
scheduleUpdate
public void scheduleUpdate() -
getNativeComponent
public javafx.scene.Node getNativeComponent() -
setStyleClass
-