# HG changeset patch # User Felix Wolfsteller # Date 1328086355 0 # Node ID 637481aeae4335416e4ca1e06c25c9d00caf7b39 # Parent df11c4c8c5786b99e8a270ff3eeb511ff8095d7b javadoc flys-client/trunk@3848 c6561f87-3c4e-4783-a992-168aeb5c3f6f diff -r df11c4c8c578 -r 637481aeae43 flys-client/src/main/java/de/intevation/flys/client/client/ui/chart/ChartOutputTab.java --- 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 zoomStack; protected double[] zoom;