public class ClusterOutlineVisualization.Instance extends AbstractParallelVisualization<NumberVector> implements DataStoreListener
Modifier and Type | Field and Description |
---|---|
static String |
CLUSTERAREA
Generic tags to indicate the type of element.
|
private StyleResult |
style
The result we visualize
|
axsep, proj, relation
context, layer, pendingRedraw, svgp, task
Constructor and Description |
---|
Instance(VisualizationTask task)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
private void |
addCSSClasses(SVGPlot svgp,
int clusterID,
double opac)
Adds the required CSS-Classes
|
void |
destroy()
Destroy the visualization.
|
protected void |
redraw()
Perform a full redraw.
|
getAxisSep, getMarginLeft, getMarginTop, getSizeX, getSizeY, getVisibleAxisX, resultChanged, setupCanvas
contentChanged, getHeight, getLayer, getWidth, incrementalRedraw, resultAdded, resultRemoved, synchronizedRedraw
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
contentChanged
public static final String CLUSTERAREA
private StyleResult style
public Instance(VisualizationTask task)
task
- VisualizationTaskpublic void destroy()
Visualization
destroy
in interface Visualization
destroy
in class AbstractVisualization
protected void redraw()
AbstractVisualization
redraw
in class AbstractVisualization
private void addCSSClasses(SVGPlot svgp, int clusterID, double opac)
svgp
- SVG-PlotclusterID
- Cluster ID to styleopac
- OpacityCopyright © 2014 ELKI Development Team, Lehr- und Forschungseinheit für Datenbanksysteme, Ludwig-Maximilians-Universität München. License information.