public class ClusterMeanVisualization.Instance extends AbstractScatterplotVisualization
Modifier and Type | Field and Description |
---|---|
(package private) Clustering<Model> |
clustering
Clustering to visualize.
|
private static String |
CSS_MEAN
CSS class name for center of the means
|
private static String |
CSS_MEAN_CENTER
CSS class name for center of the means
|
private static String |
CSS_MEAN_STAR
CSS class name for center of the means
|
proj, rel, sample
context, 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, setupCanvas
contentChanged, destroy, getHeight, getLayer, getWidth, incrementalRedraw, resultAdded, resultRemoved, synchronizedRedraw
private 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()
AbstractVisualization
redraw
in class AbstractVisualization
private void addCSSClasses(SVGPlot svgp)
svgp
- SVG-Plot