comparison gnv-artifacts/src/main/java/de/intevation/gnv/chart/ChartLabels.java @ 171:7fb9441dd8af

Format Code to max 80 Chars per Row and Cleanup gnv-artifacts/trunk@208 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Tim Englich <tim.englich@intevation.de>
date Fri, 09 Oct 2009 07:54:48 +0000
parents 5d4f5d26bb7a
children 1c427acb6c76
comparison
equal deleted inserted replaced
170:7be22e76c270 171:7fb9441dd8af
11 * modified at: $Date: 2007/12/10 13:57:13 $ 11 * modified at: $Date: 2007/12/10 13:57:13 $
12 */ 12 */
13 package de.intevation.gnv.chart; 13 package de.intevation.gnv.chart;
14 14
15 /** 15 /**
16 * @author drewnak 16 * @author drewnak
17 * @author Tim Englich <tim.englich@intevation.de> 17 * @author Tim Englich <tim.englich@intevation.de> Changes and codecleanup
18 * Changes and codecleanup
19 */ 18 */
20 public class ChartLabels { 19 public class ChartLabels {
21 /** 20 /**
22 * 21 *
23 */ 22 */
27 */ 26 */
28 private String domainAxisLabel; 27 private String domainAxisLabel;
29 28
30 /** 29 /**
31 * Constructor 30 * Constructor
31 *
32 * @param title 32 * @param title
33 * @param domainAxisLabel 33 * @param domainAxisLabel
34 */ 34 */
35 public ChartLabels(String title, String domainAxisLabel) { 35 public ChartLabels(String title, String domainAxisLabel) {
36 this.title = title; 36 this.title = title;
42 */ 42 */
43 public String getTitle() { 43 public String getTitle() {
44 return this.title; 44 return this.title;
45 } 45 }
46 46
47
48 /** 47 /**
49 * @return the timeAxisLabel 48 * @return the timeAxisLabel
50 */ 49 */
51 public String getDomainAxisLabel() { 50 public String getDomainAxisLabel() {
52 return this.domainAxisLabel; 51 return this.domainAxisLabel;

http://dive4elements.wald.intevation.org