
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, plotwidthcontext, 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, makeLayerElementcontextChanged, destroy, getHeight, getLayer, getWidth, incrementalRedraw, resultAdded, resultRemoved, synchronizedRedraw, testRedrawprivate 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()
AbstractVisualizationredraw in class AbstractVisualizationprivate void addCSSClasses()
public void resultChanged(Result current)
ResultListenerresultChanged in interface ResultListenerresultChanged in class AbstractVisualizationcurrent - Result that has changed.