public class BubbleVisualization.Instance extends AbstractScatterplotVisualization implements DataStoreListener
| Modifier and Type | Field and Description | 
|---|---|
protected OutlierResult | 
result
The outlier result to visualize 
 | 
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. 
 | 
protected double | 
getScaledForId(DBIDRef id)
Convenience method to apply scalings in the right order. 
 | 
private void | 
setupCSS(SVGPlot svgp,
        ClassStylingPolicy policy)
Registers the Bubble-CSS-Class at a SVGPlot. 
 | 
setupCanvas, setupCanvas, visualizationChangedaddListeners, contentChanged, destroy, getHeight, getLayer, getWidth, incrementalRedraw, resultAdded, resultChanged, resultRemovedclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcontentChangedprotected OutlierResult result
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 AbstractVisualizationprivate 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 forCopyright © 2019 ELKI Development Team. License information.