Mercurial > dive4elements > river
changeset 2542:c48e3df12c4a
Cosmetics.
flys-client/trunk@4495 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Felix Wolfsteller <felix.wolfsteller@intevation.de> |
---|---|
date | Thu, 24 May 2012 05:25:38 +0000 |
parents | f0191dedee49 |
children | d632a6526ad9 |
files | flys-client/ChangeLog flys-client/src/main/java/de/intevation/flys/client/client/ui/chart/ChartOutputTab.java |
diffstat | 2 files changed, 9 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/flys-client/ChangeLog Wed May 23 12:55:46 2012 +0000 +++ b/flys-client/ChangeLog Thu May 24 05:25:38 2012 +0000 @@ -1,3 +1,8 @@ +2012-05-24 Felix Wolfsteller <felix.wolfsteller@intevation.de> + + * src/main/java/de/intevation/flys/client/client/ui/chart/ChartOutputTab.java: + Cosmetics. + 2012-05-23 Raimund Renkert <raimund.renkert@intevation.de> * src/main/java/de/intevation/flys/client/shared/model/FixAnalysisArtifact.java:
--- a/flys-client/src/main/java/de/intevation/flys/client/client/ui/chart/ChartOutputTab.java Wed May 23 12:55:46 2012 +0000 +++ b/flys-client/src/main/java/de/intevation/flys/client/client/ui/chart/ChartOutputTab.java Thu May 24 05:25:38 2012 +0000 @@ -367,11 +367,10 @@ /** - * This method is used to zoom out. Zooming out is realizied with a stacked + * This method is used to zoom out. Zooming out is realized with a stacked * logic. Initially, you cannot zoom out. For each time you start a zoom-in * action, the extent of the chart is stored and pushed onto a stack. A - * zoom-out will now lead you to the last extent that is poped from stack. - * + * zoom-out will now lead you to the last extent that is popped from stack. */ public void zoomOut() { if (!zoomStack.empty()) { @@ -523,7 +522,7 @@ /** - * Returns the Transform2D count + * Returns the Transform2D count. * * @return the Transformer2D count */ @@ -620,6 +619,7 @@ } + /** Get link to export image in given dimension and format. */ public String getExportUrl(int width, int height, String format) { String url = getImgUrl(width, height); url += "&format=" + format;