|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object de.lmu.ifi.dbs.elki.visualization.visualizers.AbstractVisualization de.lmu.ifi.dbs.elki.visualization.visualizers.optics.AbstractOPTICSVisualization<D>
D
- public abstract class AbstractOPTICSVisualization<D extends Distance<D>>
Abstract base class for OPTICS visualizer
Field Summary | |
---|---|
protected OPTICSProjector<D> |
optics
The plot |
protected double |
plotheight
Height of plot (in display units) |
protected double |
plotwidth
Width of plot (in display units) |
Fields inherited from class de.lmu.ifi.dbs.elki.visualization.visualizers.AbstractVisualization |
---|
context, layer, pendingRedraw, svgp, task |
Constructor Summary | |
---|---|
AbstractOPTICSVisualization(VisualizationTask task)
Constructor. |
Method Summary | |
---|---|
protected List<ClusterOrderEntry<D>> |
getClusterOrder()
Access the raw cluster order |
protected void |
makeLayerElement()
Produce a new layer element. |
Methods inherited from class de.lmu.ifi.dbs.elki.visualization.visualizers.AbstractVisualization |
---|
contextChanged, destroy, getHeight, getLayer, getWidth, incrementalRedraw, redraw, resultAdded, resultChanged, resultRemoved, synchronizedRedraw, testRedraw |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected final OPTICSProjector<D extends Distance<D>> optics
protected double plotwidth
protected double plotheight
Constructor Detail |
---|
public AbstractOPTICSVisualization(VisualizationTask task)
task
- Visualization task.Method Detail |
---|
protected void makeLayerElement()
protected List<ClusterOrderEntry<D>> getClusterOrder()
|
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |