
public class ClusterHullVisualization.Instance extends AbstractScatterplotVisualization
| Modifier and Type | Field and Description |
|---|---|
static String |
CLUSTERHULL
Generic tags to indicate the type of element.
|
(package private) Clustering<Model> |
clustering
The result we work on
|
proj, rel, samplecontext, layer, pendingRedraw, svgp, task| Constructor and Description |
|---|
ClusterHullVisualization.Instance(VisualizationTask task)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
private void |
addCSSClasses(SVGPlot svgp,
int clusterID,
double opac)
Adds the required CSS-Classes
|
protected void |
redraw()
Perform a full redraw.
|
resultChanged, setupCanvascontentChanged, destroy, getHeight, getLayer, getWidth, incrementalRedraw, resultAdded, resultRemoved, synchronizedRedrawpublic static final String CLUSTERHULL
Clustering<Model> clustering
public ClusterHullVisualization.Instance(VisualizationTask task)
task - VisualizationTaskprotected void redraw()
AbstractVisualizationredraw in class AbstractVisualizationprivate void addCSSClasses(SVGPlot svgp, int clusterID, double opac)
svgp - SVG-Plot