summaryrefslogtreecommitdiff
path: root/src/de/lmu/ifi/dbs/elki/visualization/style/marker/MarkerLibrary.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/de/lmu/ifi/dbs/elki/visualization/style/marker/MarkerLibrary.java')
-rw-r--r--src/de/lmu/ifi/dbs/elki/visualization/style/marker/MarkerLibrary.java19
1 files changed, 10 insertions, 9 deletions
diff --git a/src/de/lmu/ifi/dbs/elki/visualization/style/marker/MarkerLibrary.java b/src/de/lmu/ifi/dbs/elki/visualization/style/marker/MarkerLibrary.java
index c45b9fe4..ccddba7d 100644
--- a/src/de/lmu/ifi/dbs/elki/visualization/style/marker/MarkerLibrary.java
+++ b/src/de/lmu/ifi/dbs/elki/visualization/style/marker/MarkerLibrary.java
@@ -4,7 +4,7 @@ package de.lmu.ifi.dbs.elki.visualization.style.marker;
This file is part of ELKI:
Environment for Developing KDD-Applications Supported by Index-Structures
- Copyright (C) 2011
+ Copyright (C) 2012
Ludwig-Maximilians-Universität München
Lehr- und Forschungseinheit für Datenbanksysteme
ELKI Development Team
@@ -28,20 +28,21 @@ import org.w3c.dom.Element;
import de.lmu.ifi.dbs.elki.visualization.svg.SVGPlot;
/**
- * A marker library is a class that can generate and draw various styles of markers.
- * Different uses might require different marker libraries (e.g. full screen, thumbnail, print)
+ * A marker library is a class that can generate and draw various styles of
+ * markers. Different uses might require different marker libraries (e.g. full
+ * screen, thumbnail, print)
*
* @author Erich Schubert
- *
+ *
* @apiviz.uses Element oneway - - «create»
*/
public interface MarkerLibrary {
/**
- * Insert a marker at the given coordinates.
- * Markers will be defined in the defs part of the document, and then SVG-"use"d at the
- * given coordinates. This supposedly is more efficient and significantly reduces file size.
- * Symbols will be named "s0", "s1" etc.; these names must not be used by other elements in
- * the SVG document!
+ * Insert a marker at the given coordinates. Markers will be defined in the
+ * defs part of the document, and then SVG-"use"d at the given coordinates.
+ * This supposedly is more efficient and significantly reduces file size.
+ * Symbols will be named "s0", "s1" etc.; these names must not be used by
+ * other elements in the SVG document!
*
* @param plot Plot to draw on
* @param parent parent node