
public class ClusterParallelMeanVisualization.Instance extends AbstractParallelVisualization<NumberVector<?>> implements DataStoreListener
| Modifier and Type | Field and Description | 
|---|---|
| private Clustering<MeanModel<? extends NumberVector<?>>> | clusteringThe result we visualize. | 
| static String | CLUSTERMEANGeneric tags to indicate the type of element. | 
axsep, proj, relationcontext, layer, pendingRedraw, svgp, task| Constructor and Description | 
|---|
| ClusterParallelMeanVisualization.Instance(VisualizationTask task)Constructor. | 
| Modifier and Type | Method and Description | 
|---|---|
| private void | addCSSClasses(SVGPlot svgp)Adds the required CSS-Classes. | 
| void | destroy()Destroy the visualization. | 
| protected void | redraw()Perform a full redraw. | 
getAxisSep, getMarginLeft, getMarginTop, getSizeX, getSizeY, getVisibleAxisX, resultChanged, setupCanvascontentChanged, getHeight, getLayer, getWidth, incrementalRedraw, resultAdded, resultRemoved, synchronizedRedrawclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcontentChangedpublic static final String CLUSTERMEAN
private Clustering<MeanModel<? extends NumberVector<?>>> clustering
public ClusterParallelMeanVisualization.Instance(VisualizationTask task)
task - VisualizationTaskpublic void destroy()
Visualizationdestroy in interface Visualizationdestroy in class AbstractVisualizationprotected void redraw()
AbstractVisualizationredraw in class AbstractVisualizationprivate void addCSSClasses(SVGPlot svgp)
svgp - SVG-Plot