diff src/java/de/intevation/mxd/writer/MarkerStyleWriter.java @ 181:0bde090506f9

Added comments.
author Raimund Renkert <rrenkert@intevation.de>
date Mon, 11 Jul 2011 14:28:38 +0200
parents b2c5a66022f1
children 17b4aaa159ec
line wrap: on
line diff
--- a/src/java/de/intevation/mxd/writer/MarkerStyleWriter.java	Mon Jul 11 12:11:08 2011 +0200
+++ b/src/java/de/intevation/mxd/writer/MarkerStyleWriter.java	Mon Jul 11 14:28:38 2011 +0200
@@ -25,10 +25,19 @@
      */
     private static final Logger logger = Logger.getLogger(MarkerStyleWriter.class);
 
+    /**
+     * Private member.
+     */
     private mapObj map;
     private classObj cl;
     private styleObj style;
 
+    /**
+     * Contructor with map object and class object.
+     *
+     * @param map The map object.
+     * @param cl  The class object containing the style.
+     */
     public MarkerStyleWriter (mapObj map, classObj cl) {
         this.map = map;
         this.cl = cl;
@@ -37,6 +46,8 @@
 
     /**
      * Write the content.
+     *
+     * @param symbolElement DOM element containing style attributes.
      */
     public boolean write(Element symbolElement) {
         logger.debug("write(Element)");
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)