Uses of Class
elki.visualization.gui.overview.PlotItem
-
Packages that use PlotItem Package Description elki.result Result types, representation and handling.elki.visualization.gui.detail Classes for managing a detail view.elki.visualization.gui.overview Classes for managing the overview plot.elki.visualization.projector Projectors are responsible for finding appropriate projections for data relations. -
-
Uses of PlotItem in elki.result
Methods in elki.result with parameters of type PlotItem Modifier and Type Method Description private voidExportVisualizations. processItem(PlotItem item) -
Uses of PlotItem in elki.visualization.gui.detail
Fields in elki.visualization.gui.detail declared as PlotItem Modifier and Type Field Description private PlotItemDetailView. itemMeta information on the visualizers contained.Methods in elki.visualization.gui.detail that return PlotItem Modifier and Type Method Description PlotItemDetailView. getPlotItem()Get the item visualized by this view.Constructors in elki.visualization.gui.detail with parameters of type PlotItem Constructor Description DetailView(VisualizerContext context, PlotItem vis, double ratio)Constructor. -
Uses of PlotItem in elki.visualization.gui.overview
Fields in elki.visualization.gui.overview declared as PlotItem Modifier and Type Field Description (package private) PlotItemDetailViewSelectedEvent. itPlot item selected(package private) PlotItemPlotItem.ItmItr. nextFields in elki.visualization.gui.overview with type parameters of type PlotItem Modifier and Type Field Description (package private) java.util.Iterator<PlotItem>PlotItem.ItmItr. curprivate java.util.HashMap<Pair<PlotItem,VisualizationTask>,Pair<org.w3c.dom.Element,Visualization>>LayerMap. mapThe actual mapprotected RectangleArranger<PlotItem>OverviewPlot. plotmapMap of coordinates to plots.(package private) java.util.Iterator<PlotItem>PlotItem.ItmItr. subjava.util.Collection<PlotItem>PlotItem. subitemsSubitems to plotMethods in elki.visualization.gui.overview that return PlotItem Modifier and Type Method Description PlotItemPlotItem.ItmItr. next()Methods in elki.visualization.gui.overview that return types with arguments of type PlotItem Modifier and Type Method 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 objectMethods in elki.visualization.gui.overview with parameters of type PlotItem Modifier and Type Method Description private VisualizationOverviewPlot. 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 maporg.w3c.dom.ElementLayerMap. getContainer(PlotItem item, VisualizationTask task)Get the container element referenced by a item/key combination.VisualizationLayerMap. 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 objectDetailViewOverviewPlot. makeDetailView(PlotItem it)Event triggered when a plot was selected.voidLayerMap. put(PlotItem it, VisualizationTask task, Pair<org.w3c.dom.Element,Visualization> pair)Put a new item into the visualizationsvoidLayerMap. put(PlotItem it, VisualizationTask task, org.w3c.dom.Element elem, Visualization vis)Put a new combination into the map.Pair<org.w3c.dom.Element,Visualization>LayerMap. remove(PlotItem it, VisualizationTask task)Remove a combination.protected voidOverviewPlot. triggerSubplotSelectEvent(PlotItem it)When a subplot was selected, forward the event to listeners.Constructors in elki.visualization.gui.overview with parameters of type PlotItem Constructor Description DetailViewSelectedEvent(OverviewPlot source, int id, java.lang.String command, int modifiers, PlotItem it)Constructor.ItmItr(PlotItem start)Constructor.PlotItem(PlotItem vis)Clone constructor. -
Uses of PlotItem in elki.visualization.projector
Methods in elki.visualization.projector that return types with arguments of type PlotItem Modifier and Type Method Description java.util.Collection<PlotItem>HistogramProjector. arrange(VisualizerContext context)java.util.Collection<PlotItem>OPTICSProjector. arrange(VisualizerContext context)java.util.Collection<PlotItem>ParallelPlotProjector. arrange(VisualizerContext context)java.util.Collection<PlotItem>Projector. arrange(VisualizerContext context)Produce an arrangement of projections.java.util.Collection<PlotItem>ScatterPlotProjector. arrange(VisualizerContext context)java.util.Collection<PlotItem>SilhouettePlotProjector. arrange(VisualizerContext context)
-