Environment for
DeveLoping
KDD-Applications
Supported by Index-Structures

de.lmu.ifi.dbs.elki.visualization.visualizers.visunproj
Class SettingsVisualizer

java.lang.Object
  extended by de.lmu.ifi.dbs.elki.logging.AbstractLoggable
      extended by de.lmu.ifi.dbs.elki.visualization.visualizers.AbstractVisualizer
          extended by de.lmu.ifi.dbs.elki.visualization.visualizers.visunproj.SettingsVisualizer
All Implemented Interfaces:
Parameterizable, UnprojectedVisualizer, Visualizer

public class SettingsVisualizer
extends AbstractVisualizer
implements UnprojectedVisualizer

Pseudo-Visualizer, that lists the settings of the algorithm-

Author:
Erich Schubert

Field Summary
private static String NAME
          Name for this visualizer.
 
Fields inherited from class de.lmu.ifi.dbs.elki.visualization.visualizers.AbstractVisualizer
context, metadata
 
Fields inherited from class de.lmu.ifi.dbs.elki.logging.AbstractLoggable
debug, logger
 
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
 
Constructor Summary
SettingsVisualizer()
          Constructor, Parameterizable style - does nothing.
 
Method Summary
 void init(VisualizerContext context)
          Initialization.
 Element visualize(SVGPlot svgp, double width, double height)
          Returns an Element representing a visualization.
 
Methods inherited from class de.lmu.ifi.dbs.elki.visualization.visualizers.AbstractVisualizer
addRedrawListener, fireRedrawEvent, getMetadata, init, removeRedrawListener, requestRedraw, setLevel
 
Methods inherited from class de.lmu.ifi.dbs.elki.logging.AbstractLoggable
debugFine, debugFiner, debugFinest, exception, progress, verbose, warning
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface de.lmu.ifi.dbs.elki.visualization.visualizers.Visualizer
addRedrawListener, getMetadata, removeRedrawListener
 

Field Detail

NAME

private static final String NAME
Name for this visualizer.

See Also:
Constant Field Values
Constructor Detail

SettingsVisualizer

public SettingsVisualizer()
Constructor, Parameterizable style - does nothing.

Method Detail

init

public void init(VisualizerContext context)
Initialization.

Parameters:
context - context.

visualize

public Element visualize(SVGPlot svgp,
                         double width,
                         double height)
Description copied from interface: UnprojectedVisualizer
Returns an Element representing a visualization.

Specified by:
visualize in interface UnprojectedVisualizer
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)