Package | Description |
---|---|
de.lmu.ifi.dbs.elki.database.datastore |
General data store layer API (along the lines of
Map<DBID, T> - use everywhere!) |
de.lmu.ifi.dbs.elki.visualization |
Visualization package of ELKI.
|
de.lmu.ifi.dbs.elki.visualization.gui |
Package to provide a visualization GUI.
|
de.lmu.ifi.dbs.elki.visualization.visualizers.thumbs |
Thumbnail "Visualizers" (that take care of refreshing thumbnails)
|
de.lmu.ifi.dbs.elki.visualization.visualizers.vis2d |
Visualizers based on 2D projections.
|
Modifier and Type | Method and Description |
---|---|
void |
DataStoreListener.contentChanged(DataStoreEvent e)
Invoked after objects of the datastore have been updated, inserted or
removed in some way.
|
Modifier and Type | Method and Description |
---|---|
void |
VisualizerContext.contentChanged(DataStoreEvent e)
Proxy datastore event to child listeners.
|
Modifier and Type | Method and Description |
---|---|
void |
SelectionTableWindow.contentChanged(DataStoreEvent e) |
Modifier and Type | Method and Description |
---|---|
void |
ThumbnailVisualization.contentChanged(DataStoreEvent e) |
Modifier and Type | Method and Description |
---|---|
void |
TreeMBRVisualization.contentChanged(DataStoreEvent e) |
void |
SelectionConvexHullVisualization.contentChanged(DataStoreEvent e) |
void |
SelectionDotVisualization.contentChanged(DataStoreEvent e) |
void |
PolygonVisualization.contentChanged(DataStoreEvent e) |
void |
ClusteringVisualization.contentChanged(DataStoreEvent e) |
void |
AbstractTooltipVisualization.contentChanged(DataStoreEvent e) |
void |
ClusterOrderVisualization.contentChanged(DataStoreEvent e) |
void |
BubbleVisualization.contentChanged(DataStoreEvent e) |
void |
DotVisualization.contentChanged(DataStoreEvent e) |
void |
TreeSphereVisualization.contentChanged(DataStoreEvent e) |