
public class BubbleVisualization.Instance extends AbstractScatterplotVisualization implements DataStoreListener
| Modifier and Type | Field and Description | 
|---|---|
| protected OutlierResult | resultThe outlier result to visualize | 
proj, rel, samplecontext, layer, pendingRedraw, svgp, task| Constructor and Description | 
|---|
| BubbleVisualization.Instance(VisualizationTask task)Constructor. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | destroy()Destroy the visualization. | 
| protected double | getScaledForId(DBIDRef id)Convenience method to apply scalings in the right order. | 
| void | redraw()Perform a full redraw. | 
| void | resultChanged(Result current)Notify that the current result has changed substantially. | 
| private void | setupCSS(SVGPlot svgp,
        ClassStylingPolicy policy)Registers the Bubble-CSS-Class at a SVGPlot. | 
setupCanvascontentChanged, getHeight, getLayer, getWidth, incrementalRedraw, resultAdded, resultRemoved, synchronizedRedrawclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcontentChangedprotected OutlierResult result
public BubbleVisualization.Instance(VisualizationTask task)
task - Visualization taskpublic void destroy()
Visualizationdestroy in interface Visualizationdestroy in class AbstractVisualizationpublic void redraw()
AbstractVisualizationredraw in class AbstractVisualizationpublic void resultChanged(Result current)
ResultListenerresultChanged in interface ResultListenerresultChanged in class AbstractScatterplotVisualizationcurrent - Result that has changed.private void setupCSS(SVGPlot svgp, ClassStylingPolicy policy)
svgp - the SVGPlot to register the Tooltip-CSS-Class.policy - Clustering to useprotected double getScaledForId(DBIDRef id)
id - object ID to get scaled score for