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
Constructors Constructor Description JavaFXScatterPlotMatrixComponent(JavaFXScatterPlotMatrixView<Row,Column> view)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected int
getHeight()
javafx.scene.Node
getNativeComponent()
protected int
getWidth()
protected void
repaint()
void
scheduleUpdate()
void
setStyleClass(java.lang.String... styleClasses)
-
Methods inherited from class com.macrofocus.high_d.scatterplotmatrix.AbstractScatterPlotMatrixComponent
createOverplots, getClosestRow, getRows, refresh, setModel
-
-
-
-
Constructor Detail
-
JavaFXScatterPlotMatrixComponent
public JavaFXScatterPlotMatrixComponent(JavaFXScatterPlotMatrixView<Row,Column> view)
-
-
Method Detail
-
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
public void setStyleClass(java.lang.String... styleClasses)
-
-