
public class ClusterMeanVisualization.Instance extends AbstractScatterplotVisualization
| Modifier and Type | Field and Description | 
|---|---|
| (package private) Clustering<Model> | clusteringClustering to visualize. | 
| private static String | CSS_MEANCSS class name for center of the means | 
| private static String | CSS_MEAN_CENTERCSS class name for center of the means | 
| private static String | CSS_MEAN_STARCSS class name for center of the means | 
proj, rel, samplecontext, layer, pendingRedraw, svgp, task| Constructor and Description | 
|---|
| ClusterMeanVisualization.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, synchronizedRedrawprivate static final String CSS_MEAN_CENTER
private static final String CSS_MEAN
private static final String CSS_MEAN_STAR
Clustering<Model> clustering
public ClusterMeanVisualization.Instance(VisualizationTask task)
task - Visualization taskprotected void redraw()
AbstractVisualizationredraw in class AbstractVisualizationprivate void addCSSClasses(SVGPlot svgp)
svgp - SVG-Plot