# HG changeset patch # User Felix Wolfsteller # Date 1337837138 0 # Node ID c48e3df12c4aad47230f652c0ef448848c85daf5 # Parent f0191dedee4907e7bc2118a815f78cb098602550 Cosmetics. flys-client/trunk@4495 c6561f87-3c4e-4783-a992-168aeb5c3f6f diff -r f0191dedee49 -r c48e3df12c4a flys-client/ChangeLog --- 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 + + * src/main/java/de/intevation/flys/client/client/ui/chart/ChartOutputTab.java: + Cosmetics. + 2012-05-23 Raimund Renkert * src/main/java/de/intevation/flys/client/shared/model/FixAnalysisArtifact.java: diff -r f0191dedee49 -r c48e3df12c4a 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 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;