de.lmu.ifi.dbs.elki.visualization.projector
Interface Projector

All Superinterfaces:
HierarchicalResult, Result
All Known Implementing Classes:
HistogramProjector, OPTICSProjector, ScatterPlotProjector

public interface Projector
extends HierarchicalResult

A projector is responsible for adding projections to the visualization.


Method Summary
 Collection<PlotItem> arrange()
          Produce an arrangement of projections.
 
Methods inherited from interface de.lmu.ifi.dbs.elki.result.HierarchicalResult
getHierarchy, setHierarchy
 
Methods inherited from interface de.lmu.ifi.dbs.elki.result.Result
getLongName, getShortName
 

Method Detail

arrange

Collection<PlotItem> arrange()
Produce an arrangement of projections.

Returns:
Arrangement.

Release 0.4.0 (2011-09-20_1324)