|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ScatterMatrixElement | |
---|---|
org.knime.base.node.viz.plotter.scattermatrix | A scatter matrix plot is a matrix of scatter plots, where each selected column is plotted against each selected column. |
Uses of ScatterMatrixElement in org.knime.base.node.viz.plotter.scattermatrix |
---|
Methods in org.knime.base.node.viz.plotter.scattermatrix that return ScatterMatrixElement | |
---|---|
ScatterMatrixElement[][] |
ScatterMatrixDrawingPane.getMatrixElements()
|
Methods in org.knime.base.node.viz.plotter.scattermatrix with parameters of type ScatterMatrixElement | |
---|---|
protected void |
ScatterMatrixDrawingPane.paintHorizontalCoordinate(Graphics g,
ScatterMatrixElement element,
int y,
boolean top)
Paints the horizontal coordinates of the matrix elements at the border of the drawing pane. |
protected void |
ScatterMatrixDrawingPane.paintVerticalCoordinate(Graphics g,
ScatterMatrixElement element,
int x,
boolean left)
Paints the vertical coordinates at the border of the drawing pane. |
void |
ScatterMatrixDrawingPane.setScatterMatrixElements(ScatterMatrixElement[][] elements)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |