Package | Description |
---|---|
de.lmu.ifi.dbs.elki.visualization.gui.detail |
Classes for managing a detail view.
|
de.lmu.ifi.dbs.elki.visualization.gui.overview |
Classes for managing the overview plot.
|
de.lmu.ifi.dbs.elki.visualization.projector |
Projectors are responsible for finding appropriate projections for data relations.
|
Modifier and Type | Field and Description |
---|---|
(package private) PlotItem |
DetailView.visi
Meta information on the visualizers contained.
|
Constructor and Description |
---|
DetailView(VisualizerContext context,
PlotItem vis,
double ratio)
Constructor.
|
Modifier and Type | Field and Description |
---|---|
(package private) PlotItem |
OverviewPlot.SelectPlotEvent.it
Plot item clicked
|
(package private) PlotItem |
DetailViewSelectedEvent.it
Plot item selected
|
(package private) PlotItem |
PlotItem.ItmItr.next |
Modifier and Type | Field and Description |
---|---|
(package private) Iterator<PlotItem> |
PlotItem.ItmItr.cur |
protected RectangleArranger<PlotItem> |
OverviewPlot.plotmap
Map of coordinates to plots.
|
(package private) Iterator<PlotItem> |
PlotItem.VisItr.sub |
(package private) Iterator<PlotItem> |
PlotItem.ItmItr.sub |
Collection<PlotItem> |
PlotItem.subitems
Subitems to plot
|
private HashMap<Pair<PlotItem,VisualizationTask>,Element> |
OverviewPlot.vistoelem
Lookup
|
Modifier and Type | Method and Description |
---|---|
PlotItem |
PlotItem.ItmItr.next() |
Modifier and Type | Method and Description |
---|---|
Iterator<PlotItem> |
PlotItem.itemIterator()
Iterate (recursively) over all plot items, including itself.
|
Modifier and Type | Method and Description |
---|---|
DetailView |
OverviewPlot.makeDetailView(PlotItem it)
Event triggered when a plot was selected.
|
private void |
OverviewPlot.makeThumbnail(int thumbsize,
PlotItem it,
VisualizationTask task,
Element parent)
Produce thumbnail for a visualizer.
|
protected void |
OverviewPlot.triggerSubplotSelectEvent(PlotItem it)
When a subplot was selected, forward the event to listeners.
|
Constructor and Description |
---|
DetailViewSelectedEvent(OverviewPlot source,
int id,
String command,
int modifiers,
PlotItem it)
Constructor.
|
OverviewPlot.SelectPlotEvent(PlotItem it)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
Collection<PlotItem> |
ScatterPlotProjector.arrange() |
Collection<PlotItem> |
HistogramProjector.arrange() |
Collection<PlotItem> |
Projector.arrange()
Produce an arrangement of projections.
|
Collection<PlotItem> |
OPTICSProjector.arrange() |