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, plotwidth
context, 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, makeLayerElement
contextChanged, destroy, getHeight, getLayer, getWidth, incrementalRedraw, resultAdded, resultChanged, resultRemoved, synchronizedRedraw, testRedraw
private static final String NAME
public OPTICSPlotVisualizer(VisualizationTask task)
task
- Visualization taskprotected void redraw()
AbstractVisualization
redraw
in class AbstractVisualization