comparison 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
comparison
equal deleted inserted replaced
1578:df11c4c8c578 1579:637481aeae43
70 protected Transform2D[] transformer; 70 protected Transform2D[] transformer;
71 71
72 /** The collection view.*/ 72 /** The collection view.*/
73 protected CollectionView view; 73 protected CollectionView view;
74 74
75 /** The ThemePanel to expose control over themes (facettes). */
75 protected ChartThemePanel ctp; 76 protected ChartThemePanel ctp;
76 77
77 /** The canvas that wraps the chart toolbar. */ 78 /** The canvas that wraps the chart toolbar. */
78 protected Canvas tbarPanel; 79 protected Canvas tbarPanel;
79 80
87 88
88 /** Chart zoom options. */ 89 /** Chart zoom options. */
89 protected int[] xrange; 90 protected int[] xrange;
90 protected int[] yrange; 91 protected int[] yrange;
91 92
93 /** Stack of ZoomObj to allow 'redo last zoom'-kind of actions. */
92 protected Stack<ZoomObj> zoomStack; 94 protected Stack<ZoomObj> zoomStack;
93 protected double[] zoom; 95 protected double[] zoom;
94 96
95 97
96 /** 98 /**

http://dive4elements.wald.intevation.org