D
- public abstract class AbstractOPTICSVisualization<D extends Distance<D>> extends AbstractVisualization
Modifier and Type | Field and Description |
---|---|
protected OPTICSProjector<D> |
optics
The plot
|
protected double |
plotheight
Height of plot (in display units)
|
protected double |
plotwidth
Width 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.
|
contextChanged, destroy, getHeight, getLayer, getWidth, incrementalRedraw, redraw, resultAdded, resultChanged, resultRemoved, synchronizedRedraw, testRedraw
protected final OPTICSProjector<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()