
public class COPVectorVisualization.Instance extends AbstractScatterplotVisualization implements DataStoreListener
| Modifier and Type | Field and Description |
|---|---|
protected Relation<Vector> |
result
The outlier result to visualize
|
static String |
VEC
Generic tag to indicate the type of element.
|
proj, rel, samplecontext, layer, pendingRedraw, svgp, task| Constructor and Description |
|---|
COPVectorVisualization.Instance(VisualizationTask task)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
destroy()
Destroy the visualization.
|
void |
redraw()
Perform a full redraw.
|
void |
resultChanged(Result current)
Notify that the current result has changed substantially.
|
private void |
setupCSS(SVGPlot svgp)
Registers the COP error vector-CSS-Class at a SVGPlot.
|
setupCanvascontentChanged, getHeight, getLayer, getWidth, incrementalRedraw, resultAdded, resultRemoved, synchronizedRedrawclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcontentChangedpublic static final String VEC
public COPVectorVisualization.Instance(VisualizationTask task)
task - Visualization taskpublic void destroy()
Visualizationdestroy in interface Visualizationdestroy in class AbstractVisualizationpublic void redraw()
AbstractVisualizationredraw in class AbstractVisualizationpublic void resultChanged(Result current)
ResultListenerresultChanged in interface ResultListenerresultChanged in class AbstractScatterplotVisualizationcurrent - Result that has changed.private void setupCSS(SVGPlot svgp)
svgp - the SVGPlot to register the Tooltip-CSS-Class.