public class OPTICSSteepAreaVisualization<D extends Distance<D>> extends AbstractOPTICSVisualization<D>
Modifier and Type | Class and Description |
---|---|
static class |
OPTICSSteepAreaVisualization.Factory
Factory class for OPTICS plot selections.
|
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
|
private static String |
NAME
A short name characterizing this Visualizer.
|
optics, plotheight, plotwidth
context, layer, pendingRedraw, svgp, task
Constructor and Description |
---|
OPTICSSteepAreaVisualization(VisualizationTask task)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
private void |
addCSSClasses()
Adds the required CSS-Classes
|
protected static OPTICSXi.SteepAreaResult |
findSteepAreaResult(ClusterOrderResult<?> co)
Find the OPTICS clustering child of a cluster order.
|
protected void |
redraw()
Perform a full redraw.
|
void |
resultChanged(Result current)
Notify that the current result has changed substantially.
|
getClusterOrder, makeLayerElement
contextChanged, destroy, getHeight, getLayer, getWidth, incrementalRedraw, resultAdded, resultRemoved, synchronizedRedraw, testRedraw
private static final String NAME
protected static final String CSS_STEEP_UP
protected static final String CSS_STEEP_DOWN
OPTICSXi.SteepAreaResult areas
public OPTICSSteepAreaVisualization(VisualizationTask task)
task
- Visualization taskprotected static OPTICSXi.SteepAreaResult findSteepAreaResult(ClusterOrderResult<?> co)
co
- Cluster orderprotected 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.