
public class OPTICSSteepAreaVisualization.Instance<D extends Distance<D>> extends AbstractOPTICSVisualization<D>
| Modifier and Type | Field and Description | 
|---|---|
(package private) OPTICSXi.SteepAreaResult | 
areas
Our clustering 
 | 
protected static String | 
CSS_STEEP_DOWN
CSS class for markers 
 | 
protected static String | 
CSS_STEEP_UP
CSS class for markers 
 | 
optics, plotheight, plotwidthcontext, layer, pendingRedraw, svgp, task| Constructor and Description | 
|---|
OPTICSSteepAreaVisualization.Instance(VisualizationTask task)
Constructor. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
private void | 
addCSSClasses()
Adds the required CSS-Classes 
 | 
protected void | 
redraw()
Perform a full redraw. 
 | 
void | 
resultChanged(Result current)
Notify that the current result has changed substantially. 
 | 
getClusterOrder, makeLayerElementcontentChanged, destroy, getHeight, getLayer, getWidth, incrementalRedraw, resultAdded, resultRemoved, synchronizedRedrawprotected static final String CSS_STEEP_UP
protected static final String CSS_STEEP_DOWN
OPTICSXi.SteepAreaResult areas
public OPTICSSteepAreaVisualization.Instance(VisualizationTask task)
task - Visualization taskprotected void redraw()
AbstractVisualizationredraw in class AbstractVisualizationprivate void addCSSClasses()
public void resultChanged(Result current)
ResultListenerresultChanged in interface ResultListenerresultChanged in class AbstractVisualizationcurrent - Result that has changed.