comparison gnv-artifacts/src/main/java/de/intevation/gnv/chart/VerticalCrossSectionChart.java @ 778:9a828e5a2390

Removed trailing whitespace gnv-artifacts/trunk@851 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Mon, 29 Mar 2010 07:58:51 +0000
parents 79401c871da4
children e8a9e84a0328
comparison
equal deleted inserted replaced
777:8009961db1cb 778:9a828e5a2390
73 * 73 *
74 * @param palette See {@link #palette} 74 * @param palette See {@link #palette}
75 * @param special See {@link #special} 75 * @param special See {@link #special}
76 */ 76 */
77 public PalettePaintLookup( 77 public PalettePaintLookup(
78 Palette palette, 78 Palette palette,
79 Map<Integer, Paint> special 79 Map<Integer, Paint> special
80 ) { 80 ) {
81 this.palette = palette; 81 this.palette = palette;
82 this.special = special; 82 this.special = special;
83 } 83 }
99 : palette.getColor(index); 99 : palette.getColor(index);
100 } 100 }
101 } // class PalettePaintLookup 101 } // class PalettePaintLookup
102 102
103 /** 103 /**
104 * This class is used to turn labels which represent a number into a 104 * This class is used to turn labels which represent a number into a
105 * specific format. 105 * specific format.
106 */ 106 */
107 public static class LocalizedLabelGenerator 107 public static class LocalizedLabelGenerator
108 extends PolygonRenderer.DefaultLabelGenerator 108 extends PolygonRenderer.DefaultLabelGenerator
109 { 109 {
118 */ 118 */
119 public LocalizedLabelGenerator() { 119 public LocalizedLabelGenerator() {
120 } 120 }
121 121
122 /** 122 /**
123 * Constructor 123 * Constructor
124 * 124 *
125 * @param format See {@link #format} 125 * @param format See {@link #format}
126 */ 126 */
127 public LocalizedLabelGenerator(NumberFormat format) { 127 public LocalizedLabelGenerator(NumberFormat format) {
128 this.format = format; 128 this.format = format;

http://dive4elements.wald.intevation.org