
D - public abstract class AbstractOPTICSVisualization<D extends Distance<D>> extends AbstractVisualization
| Modifier and Type | Field and Description | 
|---|---|
| protected OPTICSProjection<D> | opticsThe plot | 
| protected double | plotheightHeight of plot (in display units) | 
| protected double | plotwidthWidth of plot (in display units) | 
context, layer, pendingRedraw, svgp, task| Constructor and Description | 
|---|
| AbstractOPTICSVisualization(VisualizationTask task)Constructor. | 
| Modifier and Type | Method and Description | 
|---|---|
| protected List<ClusterOrderEntry<D>> | getClusterOrder()Access the raw cluster order | 
| protected void | makeLayerElement()Produce a new layer element. | 
contentChanged, destroy, getHeight, getLayer, getWidth, incrementalRedraw, redraw, resultAdded, resultChanged, resultRemoved, synchronizedRedrawprotected final OPTICSProjection<D extends Distance<D>> optics
protected double plotwidth
protected double plotheight
public AbstractOPTICSVisualization(VisualizationTask task)
task - Visualization task.protected void makeLayerElement()
protected List<ClusterOrderEntry<D>> getClusterOrder()