Environment for
DeveLoping
KDD-Applications
Supported by Index-Structures

de.lmu.ifi.dbs.elki.visualization.visualizers
Interface UnprojectedVisualizer

All Superinterfaces:
Parameterizable, Visualizer
All Known Implementing Classes:
CurveVisualizer, HistogramVisualizer, KeyVisualizer, OPTICSPlotVisualizer, SettingsVisualizer

public interface UnprojectedVisualizer
extends Visualizer

An unprojected Visualizer can run stand-alone.

Author:
Erich Schubert

Field Summary
 
Fields inherited from interface de.lmu.ifi.dbs.elki.visualization.visualizers.Visualizer
LEVEL_BACKGROUND, LEVEL_FOREGROUND, LEVEL_INTERACTIVE, LEVEL_STATIC, META_LEVEL, META_NAME, META_NOTHUMB, META_VISIBLE, META_VISIBLE_DEFAULT
 
Method Summary
 Element visualize(SVGPlot svgp, double width, double height)
          Returns an Element representing a visualization.
 
Methods inherited from interface de.lmu.ifi.dbs.elki.visualization.visualizers.Visualizer
addRedrawListener, getMetadata, removeRedrawListener
 

Method Detail

visualize

Element visualize(SVGPlot svgp,
                  double width,
                  double height)
Returns an Element representing a visualization.

Parameters:
svgp - the SVGPlot which will act as owner for the returned Element.
width - Width of plot
height - Height of plot
Returns:
an Element representing a 2-dimensional visualization.

Release 0.3 (2010-03-31_1612)