Environment for
DeveLoping
KDD-Applications
Supported by Index-Structures

Uses of Class
de.lmu.ifi.dbs.elki.visualization.svg.SVGPlot

Packages that use SVGPlot
de.lmu.ifi.dbs.elki.application.visualization Visualization applications in ELKI. 
de.lmu.ifi.dbs.elki.visualization Visualization package of ELKI. 
de.lmu.ifi.dbs.elki.visualization.batikutil Commonly used functionality useful for Apache Batik. 
de.lmu.ifi.dbs.elki.visualization.savedialog Save dialog for SVG plots. 
de.lmu.ifi.dbs.elki.visualization.svg Base SVG functionality (generation, markers, thumbnails, export, ...). 
 

Uses of SVGPlot in de.lmu.ifi.dbs.elki.application.visualization
 

Fields in de.lmu.ifi.dbs.elki.application.visualization declared as SVGPlot
(package private)  SVGPlot KNNExplorer.ExplorerWindow.plot
           
 

Uses of SVGPlot in de.lmu.ifi.dbs.elki.visualization
 

Fields in de.lmu.ifi.dbs.elki.visualization declared as SVGPlot
(package private)  SVGPlot ResultROCCurveVisualizer.ROCWindow.plot
           
 

Uses of SVGPlot in de.lmu.ifi.dbs.elki.visualization.batikutil
 

Fields in de.lmu.ifi.dbs.elki.visualization.batikutil declared as SVGPlot
private  SVGPlot NodeReplacer.plot
           
 

Constructors in de.lmu.ifi.dbs.elki.visualization.batikutil with parameters of type SVGPlot
NodeReplacer(Element newe, SVGPlot plot, String id)
          Setup a SVG node replacement.
 

Uses of SVGPlot in de.lmu.ifi.dbs.elki.visualization.savedialog
 

Methods in de.lmu.ifi.dbs.elki.visualization.savedialog with parameters of type SVGPlot
static int SVGSaveDialog.showSaveDialog(SVGPlot plot, int width, int height)
          Show a "Save as" dialog.
 

Uses of SVGPlot in de.lmu.ifi.dbs.elki.visualization.svg
 

Methods in de.lmu.ifi.dbs.elki.visualization.svg with parameters of type SVGPlot
static void SVGSimpleLinearAxis.drawAxis(SVGPlot plot, Element parent, LinearScale scale, double x1, double y1, double x2, double y2, boolean labels, boolean righthanded)
          Plot an axis with appropriate scales
 File Thumbnailer.thumbnail(SVGPlot plot, int thumbnailsize)
          Generate a thumbnail for a given plot.
 Element MarkerLibrary.useMarker(SVGPlot plot, Element parent, double x, double y, int style, double size)
          Insert a marker at the given coordinates.
 Element PrettyMarkers.useMarker(SVGPlot plot, Element parent, double x, double y, int style, double size)
           
 Element MinimalMarkers.useMarker(SVGPlot plot, Element parent, double x, double y, int style, double size)
          Use a given marker on the document.
 


Release 0.2 (2009-07-06_1820)