diff flys-client/src/main/java/de/intevation/flys/client/client/ui/chart/ChartOutputTab.java @ 1579:637481aeae43

javadoc flys-client/trunk@3848 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Felix Wolfsteller <felix.wolfsteller@intevation.de>
date Wed, 01 Feb 2012 08:52:35 +0000
parents c057ef91b268
children 8bbaa0d173cf
line wrap: on
line diff
--- a/flys-client/src/main/java/de/intevation/flys/client/client/ui/chart/ChartOutputTab.java	Wed Feb 01 08:51:30 2012 +0000
+++ b/flys-client/src/main/java/de/intevation/flys/client/client/ui/chart/ChartOutputTab.java	Wed Feb 01 08:52:35 2012 +0000
@@ -72,6 +72,7 @@
     /** The collection view.*/
     protected CollectionView view;
 
+    /** The ThemePanel to expose control over themes (facettes). */
     protected ChartThemePanel ctp;
 
     /** The canvas that wraps the chart toolbar. */
@@ -89,6 +90,7 @@
     protected int[] xrange;
     protected int[] yrange;
 
+    /** Stack of ZoomObj to allow 'redo last zoom'-kind of actions. */
     protected Stack<ZoomObj> zoomStack;
     protected double[]       zoom;
 

http://dive4elements.wald.intevation.org