Class JavaFXDistributionsComponent<Row,Column,Value,Bin>
java.lang.Object
com.macrofocus.high_d.distributions.AbstractDistributionsComponent<javafx.scene.Node,javafx.scene.paint.Color,Row,Column,Value,Bin>
com.macrofocus.high_d.distributions.javafx.JavaFXDistributionsComponent<Row,Column,Value,Bin>
- All Implemented Interfaces:
com.macrofocus.crossplatform.CPComponent<javafx.scene.Node>,DistributionsComponent<javafx.scene.Node,javafx.scene.paint.Color, Row, Column, Value, Bin>
public class JavaFXDistributionsComponent<Row,Column,Value,Bin>
extends AbstractDistributionsComponent<javafx.scene.Node,javafx.scene.paint.Color,Row,Column,Value,Bin>
Created by luc on 14/06/16.
-
Nested Class Summary
Nested classes/interfaces inherited from class com.macrofocus.high_d.distributions.AbstractDistributionsComponent
AbstractDistributionsComponent.State -
Field Summary
Fields inherited from class com.macrofocus.high_d.distributions.AbstractDistributionsComponent
canvas, model, timer, view -
Constructor Summary
ConstructorsConstructorDescriptionJavaFXDistributionsComponent(DistributionsView<? extends javafx.scene.Node, javafx.scene.paint.Color, Row, Column, Value, Bin> view) -
Method Summary
Modifier and TypeMethodDescriptionprotected intjavafx.scene.Nodeprotected intgetWidth()protected voidrepaint()voidvoidsetStyleClass(String... styleClasses) Methods inherited from class com.macrofocus.high_d.distributions.AbstractDistributionsComponent
clearCache, createOverplots, getBins, getClosestBin, getClosestDistribution, getClosestRow, getState, refresh, setModel
-
Constructor Details
-
JavaFXDistributionsComponent
public JavaFXDistributionsComponent(DistributionsView<? extends javafx.scene.Node, javafx.scene.paint.Color, Row, Column, Value, Bin> view)
-
-
Method Details
-
getWidth
protected int getWidth() -
getHeight
protected int getHeight() -
repaint
protected void repaint() -
scheduleUpdate
public void scheduleUpdate() -
getNativeComponent
public javafx.scene.Node getNativeComponent() -
setStyleClass
-