comparison flys-client/src/main/java/de/intevation/flys/client/client/ui/chart/ChartOutputTab.java @ 1551:cfe88143ee89

Display edited manual points next time the point editor is opened. flys-client/trunk@3782 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Felix Wolfsteller <felix.wolfsteller@intevation.de>
date Fri, 27 Jan 2012 09:38:13 +0000
parents 9bf1ffd53dfb
children c057ef91b268
comparison
equal deleted inserted replaced
1550:9bf1ffd53dfb 1551:cfe88143ee89
421 421
422 return zoom; 422 return zoom;
423 } 423 }
424 424
425 425
426 /** Get Collection from ChartThemePanel. .*/
427 public Collection getCtpCollection() {
428 return this.ctp.getCollection();
429 }
430
431
426 /** 432 /**
427 * Updates the Transform2D object using the chart info service. 433 * Updates the Transform2D object using the chart info service.
428 */ 434 */
429 public void updateChartInfo() { 435 public void updateChartInfo() {
430 Config config = Config.getInstance(); 436 Config config = Config.getInstance();

http://dive4elements.wald.intevation.org