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, plotwidth
context, 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, makeLayerElement
contentChanged, destroy, getHeight, getLayer, getWidth, incrementalRedraw, resultAdded, resultRemoved, synchronizedRedraw
protected 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()
AbstractVisualization
redraw
in class AbstractVisualization
private void addCSSClasses()
public void resultChanged(Result current)
ResultListener
resultChanged
in interface ResultListener
resultChanged
in class AbstractVisualization
current
- Result that has changed.