Class SwingScatterPlotMatrixComponent<Row,Column>
java.lang.Object
com.macrofocus.high_d.scatterplotmatrix.AbstractScatterPlotMatrixComponent<JComponent,Color,Row,Column>
com.macrofocus.high_d.scatterplotmatrix.swing.SwingScatterPlotMatrixComponent<Row,Column>
- All Implemented Interfaces:
com.macrofocus.crossplatform.CPComponent<JComponent>
,ScatterPlotMatrixComponent<JComponent,
Color, Row, Column>
public class SwingScatterPlotMatrixComponent<Row,Column>
extends AbstractScatterPlotMatrixComponent<JComponent,Color,Row,Column>
-
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
protected int
getWidth()
protected void
refresh()
protected void
repaint()
void
void
setStyleClass
(String... styleClasses) Methods inherited from class com.macrofocus.high_d.scatterplotmatrix.AbstractScatterPlotMatrixComponent
createOverplots, getClosestRow, getRows, setModel
-
Constructor Details
-
SwingScatterPlotMatrixComponent
-
-
Method Details
-
getNativeComponent
-
setStyleClass
-
scheduleUpdate
public void scheduleUpdate() -
getWidth
protected int getWidth()- Specified by:
getWidth
in classAbstractScatterPlotMatrixComponent<JComponent,
Color, Row, Column>
-
getHeight
protected int getHeight()- Specified by:
getHeight
in classAbstractScatterPlotMatrixComponent<JComponent,
Color, Row, Column>
-
repaint
protected void repaint()- Specified by:
repaint
in classAbstractScatterPlotMatrixComponent<JComponent,
Color, Row, Column>
-
refresh
protected void refresh()- Overrides:
refresh
in classAbstractScatterPlotMatrixComponent<JComponent,
Color, Row, Column>
-