
D - Distance typepublic class OPTICSPlotVisualizer<D extends Distance<D>> extends AbstractOPTICSVisualization<D>
| Modifier and Type | Class and Description |
|---|---|
static class |
OPTICSPlotVisualizer.Factory
Factory class for OPTICS plot.
|
| Modifier and Type | Field and Description |
|---|---|
private static String |
NAME
Name for this visualizer.
|
optics, plotheight, plotwidthcontext, layer, pendingRedraw, svgp, task| Constructor and Description |
|---|
OPTICSPlotVisualizer(VisualizationTask task)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
redraw()
Perform a full redraw.
|
getClusterOrder, makeLayerElementcontentChanged, destroy, getHeight, getLayer, getWidth, incrementalRedraw, resultAdded, resultChanged, resultRemoved, synchronizedRedrawprivate static final String NAME
public OPTICSPlotVisualizer(VisualizationTask task)
task - Visualization taskprotected void redraw()
AbstractVisualizationredraw in class AbstractVisualization