Mercurial > dive4elements > river
changeset 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 | df11c4c8c578 |
children | 0dad8ab80005 |
files | flys-client/src/main/java/de/intevation/flys/client/client/ui/chart/ChartOutputTab.java |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
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;