Environment for
DeveLoping
KDD-Applications
Supported by Index-Structures

Package de.lmu.ifi.dbs.elki.visualization.svg

Base SVG functionality (generation, markers, thumbnails, export, ...).

See:
          Description

Interface Summary
MarkerLibrary A marker library is a class that can generate and draw various styles of markers.
UpdateSynchronizer API to synchronize updates
 

Class Summary
MinimalMarkers Simple marker library that just draws colored crosses at the given coordinates.
PrettyMarkers Marker library achieving a larger number of styles by combining different shapes with different colors.
SVGPath Element used for building an SVG path using a string buffer.
SVGPlot Base class for SVG plots.
SVGSimpleLinearAxis Class to draw a simple axis with tick marks on the plot.
SVGUtil Utility class for SVG processing.
Thumbnailer Class that will render a SVGPlot into a File as thumbnail.
UpdateRunner Class to handle updates to an SVG plot, in particular when used in an Apache Batik UI.
 

Enum Summary
SVGSimpleLinearAxis.ALIGNMENT Flag for axis label position.
 

Package de.lmu.ifi.dbs.elki.visualization.svg Description

Base SVG functionality (generation, markers, thumbnails, export, ...).


Release 0.3 (2010-03-31_1612)