Environment for
DeveLoping
KDD-Applications
Supported by Index-Structures

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

All Superinterfaces:
Parameterizable, Visualizer
All Known Implementing Classes:
AxisVisualizer, BubbleVisualizer, ClusteringVisualizer, ClusterOrderVisualizer, DataDotVisualizer, Projection1DHistogramVisualizer, Projection1DVisualizer, Projection2DVisualizer, ReferencePointsVisualizer, TooltipVisualizer, TreeMBRVisualizer

public interface ProjectedVisualizer
extends Visualizer

A projected visualizer needs a projection for visualization.

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, VisualizationProjection proj, 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,
                  VisualizationProjection proj,
                  double width,
                  double height)
Returns an Element representing a visualization.

Parameters:
svgp - plot to contain the returned Element.
proj - projection to use
width - Width of plot
height - Height of plot
Returns:
an Element representing a 2-dimensional visualization.

Release 0.3 (2010-03-31_1612)