public class ClusterMeanVisualization.Instance extends AbstractScatterplotVisualization
| Modifier and Type | Field and Description |
|---|---|
private static java.lang.String |
CSS_MEAN
CSS class name for center of the means
|
private static java.lang.String |
CSS_MEAN_CENTER
CSS class name for center of the means
|
proj, rel, samplecontext, layer, svgp, task| Constructor and Description |
|---|
Instance(VisualizerContext context,
VisualizationTask task,
VisualizationPlot plot,
double width,
double height,
Projection proj)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
fullRedraw()
Request a full redrawing of the visualization.
|
setupCanvas, setupCanvas, visualizationChangedaddListeners, contentChanged, destroy, getHeight, getLayer, getWidth, incrementalRedraw, resultAdded, resultChanged, resultRemovedprivate static final java.lang.String CSS_MEAN_CENTER
private static final java.lang.String CSS_MEAN
public Instance(VisualizerContext context, VisualizationTask task, VisualizationPlot plot, double width, double height, Projection proj)
context - Visualizer contexttask - Visualization taskplot - Plot to draw towidth - Embedding widthheight - Embedding heightproj - Projectionpublic void fullRedraw()
VisualizationfullRedraw in interface VisualizationfullRedraw in class AbstractVisualizationCopyright © 2019 ELKI Development Team. License information.