Package | Description |
---|---|
de.lmu.ifi.dbs.elki.result |
Result types, representation and handling
|
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 | Method and Description |
---|---|
private void |
ExportVisualizations.processItem(PlotItem item) |
Modifier and Type | Field and Description |
---|---|
private PlotItem |
DetailView.item
Meta information on the visualizers contained.
|
Modifier and Type | Method and Description |
---|---|
PlotItem |
DetailView.getPlotItem()
Get the item visualized by this view.
|
Constructor and Description |
---|
DetailView(VisualizerContext context,
PlotItem vis,
double ratio)
Constructor.
|
Modifier and Type | Field and Description |
---|---|
(package private) PlotItem |
DetailViewSelectedEvent.it
Plot item selected
|
(package private) PlotItem |
PlotItem.ItmItr.next |
Modifier and Type | Field and Description |
---|---|
(package private) java.util.Iterator<PlotItem> |
PlotItem.ItmItr.cur |
private java.util.HashMap<Pair<PlotItem,VisualizationTask>,Pair<org.w3c.dom.Element,Visualization>> |
LayerMap.map
The actual map
|
protected RectangleArranger<PlotItem> |
OverviewPlot.plotmap
Map of coordinates to plots.
|
(package private) java.util.Iterator<PlotItem> |
PlotItem.ItmItr.sub |
java.util.Collection<PlotItem> |
PlotItem.subitems
Subitems to plot
|
Modifier and Type | Method and Description |
---|---|
PlotItem |
PlotItem.ItmItr.next() |
Modifier and Type | Method and Description |
---|---|
private RectangleArranger<PlotItem> |
OverviewPlot.arrangeVisualizations(double width,
double height)
Recompute the layout of visualizations.
|
java.util.Iterator<PlotItem> |
PlotItem.itemIterator()
Iterate (recursively) over all plot items, including itself.
|
private Pair<PlotItem,VisualizationTask> |
LayerMap.key(PlotItem item,
VisualizationTask task)
Helper function for building a key object
|
Modifier and Type | Method and Description |
---|---|
private Visualization |
OverviewPlot.embedOrThumbnail(int thumbsize,
PlotItem it,
VisualizationTask task,
org.w3c.dom.Element parent)
Produce thumbnail for a visualizer.
|
Pair<org.w3c.dom.Element,Visualization> |
LayerMap.get(PlotItem it,
VisualizationTask task)
Get a pair from the map
|
org.w3c.dom.Element |
LayerMap.getContainer(PlotItem item,
VisualizationTask task)
Get the container element referenced by a item/key combination.
|
Visualization |
LayerMap.getVisualization(PlotItem item,
VisualizationTask task)
Get the visualization referenced by a item/key combination.
|
private Pair<PlotItem,VisualizationTask> |
LayerMap.key(PlotItem item,
VisualizationTask task)
Helper function for building a key object
|
DetailView |
OverviewPlot.makeDetailView(PlotItem it)
Event triggered when a plot was selected.
|
void |
LayerMap.put(PlotItem it,
VisualizationTask task,
org.w3c.dom.Element elem,
Visualization vis)
Put a new combination into the map.
|
void |
LayerMap.put(PlotItem it,
VisualizationTask task,
Pair<org.w3c.dom.Element,Visualization> pair)
Put a new item into the visualizations
|
Pair<org.w3c.dom.Element,Visualization> |
LayerMap.remove(PlotItem it,
VisualizationTask task)
Remove a combination.
|
protected void |
OverviewPlot.triggerSubplotSelectEvent(PlotItem it)
When a subplot was selected, forward the event to listeners.
|
Constructor and Description |
---|
DetailViewSelectedEvent(OverviewPlot source,
int id,
java.lang.String command,
int modifiers,
PlotItem it)
Constructor.
|
PlotItem(PlotItem vis)
Clone constructor.
|
Modifier and Type | Method and Description |
---|---|
java.util.Collection<PlotItem> |
ParallelPlotProjector.arrange(VisualizerContext context) |
java.util.Collection<PlotItem> |
HistogramProjector.arrange(VisualizerContext context) |
java.util.Collection<PlotItem> |
OPTICSProjector.arrange(VisualizerContext context) |
java.util.Collection<PlotItem> |
ScatterPlotProjector.arrange(VisualizerContext context) |
java.util.Collection<PlotItem> |
Projector.arrange(VisualizerContext context)
Produce an arrangement of projections.
|
Copyright © 2019 ELKI Development Team. License information.