Uses of Class
de.lmu.ifi.dbs.elki.visualization.gui.overview.PlotItem

Packages that use PlotItem
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. 
 

Uses of PlotItem in de.lmu.ifi.dbs.elki.visualization.gui.detail
 

Fields in de.lmu.ifi.dbs.elki.visualization.gui.detail declared as PlotItem
(package private)  PlotItem DetailView.visi
          Meta information on the visualizers contained.
 

Constructors in de.lmu.ifi.dbs.elki.visualization.gui.detail with parameters of type PlotItem
DetailView(VisualizerContext context, PlotItem vis, double ratio)
          Constructor.
 

Uses of PlotItem in de.lmu.ifi.dbs.elki.visualization.gui.overview
 

Fields in de.lmu.ifi.dbs.elki.visualization.gui.overview declared as PlotItem
(package private)  PlotItem OverviewPlot.SelectPlotEvent.it
          Plot item clicked
(package private)  PlotItem DetailViewSelectedEvent.it
          Plot item selected
(package private)  PlotItem PlotItem.ItmItr.next
           
 

Fields in de.lmu.ifi.dbs.elki.visualization.gui.overview with type parameters of type PlotItem
(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
 

Methods in de.lmu.ifi.dbs.elki.visualization.gui.overview that return PlotItem
 PlotItem PlotItem.ItmItr.next()
           
 

Methods in de.lmu.ifi.dbs.elki.visualization.gui.overview that return types with arguments of type PlotItem
 Iterator<PlotItem> PlotItem.itemIterator()
          Iterate (recursively) over all plot items, including itself.
 

Methods in de.lmu.ifi.dbs.elki.visualization.gui.overview with parameters of type PlotItem
 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.
 

Constructors in de.lmu.ifi.dbs.elki.visualization.gui.overview with parameters of type PlotItem
DetailViewSelectedEvent(OverviewPlot source, int id, String command, int modifiers, PlotItem it)
          Constructor.
OverviewPlot.SelectPlotEvent(PlotItem it)
          Constructor.
 

Uses of PlotItem in de.lmu.ifi.dbs.elki.visualization.projector
 

Methods in de.lmu.ifi.dbs.elki.visualization.projector that return types with arguments of type PlotItem
 Collection<PlotItem> ScatterPlotProjector.arrange()
           
 Collection<PlotItem> HistogramProjector.arrange()
           
 Collection<PlotItem> Projector.arrange()
          Produce an arrangement of projections.
 Collection<PlotItem> OPTICSProjector.arrange()
           
 


Release 0.4.0 (2011-09-20_1324)