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