de.lmu.ifi.dbs.elki.visualization.visualizers.vis2d
Class ClusterOrderVisualization<NV extends NumberVector<NV,?>>
java.lang.Object
de.lmu.ifi.dbs.elki.visualization.visualizers.AbstractVisualization
de.lmu.ifi.dbs.elki.visualization.visualizers.vis2d.P2DVisualization<NV>
de.lmu.ifi.dbs.elki.visualization.visualizers.vis2d.ClusterOrderVisualization<NV>
- All Implemented Interfaces:
- DataStoreListener, ResultListener, ContextChangeListener, Visualization, EventListener
public class ClusterOrderVisualization<NV extends NumberVector<NV,?>>
- extends P2DVisualization<NV>
- implements DataStoreListener
Cluster order visualizer.
Method Summary |
void |
contentChanged(DataStoreEvent e)
Invoked after objects of the datastore have been updated, inserted or
removed in some way. |
void |
destroy()
Destroy the visualization. |
void |
redraw()
Perform a full redraw. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NAME
private static final String NAME
- A short name characterizing this Visualizer.
- See Also:
- Constant Field Values
CSSNAME
private static final String CSSNAME
- CSS class name
- See Also:
- Constant Field Values
result
protected ClusterOrderResult<?> result
- The result we visualize
ClusterOrderVisualization
public ClusterOrderVisualization(VisualizationTask task)
destroy
public void destroy()
- Description copied from interface:
Visualization
- Destroy the visualization. Called after the elements have been removed from the document.
Implementations should remove their listeners etc.
- Specified by:
destroy
in interface Visualization
- Overrides:
destroy
in class AbstractVisualization
redraw
public void redraw()
- Description copied from class:
AbstractVisualization
- Perform a full redraw.
- Specified by:
redraw
in class AbstractVisualization
contentChanged
public void contentChanged(DataStoreEvent e)
- Description copied from interface:
DataStoreListener
- Invoked after objects of the datastore have been updated, inserted or
removed in some way.
- Specified by:
contentChanged
in interface DataStoreListener
- Parameters:
e
- the update event