
public class VoronoiVisualization.Instance extends AbstractScatterplotVisualization
| Modifier and Type | Field and Description | 
|---|---|
(package private) Clustering<Model> | 
clustering
The result we work on. 
 | 
(package private) Element | 
voronoi
The Voronoi diagram. 
 | 
proj, rel, samplecontext, layer, pendingRedraw, svgp, task| Constructor and Description | 
|---|
VoronoiVisualization.Instance(VisualizationTask task)
Constructor. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
private void | 
addCSSClasses(SVGPlot svgp)
Adds the required CSS-Classes. 
 | 
protected void | 
redraw()
Perform a full redraw. 
 | 
resultChanged, setupCanvascontentChanged, destroy, getHeight, getLayer, getWidth, incrementalRedraw, resultAdded, resultRemoved, synchronizedRedrawClustering<Model> clustering
Element voronoi
public VoronoiVisualization.Instance(VisualizationTask task)
task - VisualizationTaskprotected void redraw()
AbstractVisualizationredraw in class AbstractVisualizationprivate void addCSSClasses(SVGPlot svgp)
svgp - SVG-Plot