Mercurial > dive4elements > gnv-client
comparison gnv-artifacts/src/main/java/de/intevation/gnv/raster/Palette.java @ 779:b1f5f2a8840f
Ordered imports. Removed needless imports. Removed empty headers.
gnv-artifacts/trunk@854 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Sascha L. Teichmann <sascha.teichmann@intevation.de> |
---|---|
date | Mon, 29 Mar 2010 08:51:20 +0000 |
parents | 9a828e5a2390 |
children | c4156275c1e1 |
comparison
equal
deleted
inserted
replaced
778:9a828e5a2390 | 779:b1f5f2a8840f |
---|---|
1 package de.intevation.gnv.raster; | 1 package de.intevation.gnv.raster; |
2 | |
3 import de.intevation.gnv.raster.Raster.ValueToIndex; | |
4 | |
5 import java.awt.Color; | |
6 | |
7 import java.util.Arrays; | |
8 | |
9 import org.apache.log4j.Logger; | |
2 | 10 |
3 import org.w3c.dom.Document; | 11 import org.w3c.dom.Document; |
4 import org.w3c.dom.Element; | 12 import org.w3c.dom.Element; |
5 import org.w3c.dom.NodeList; | 13 import org.w3c.dom.NodeList; |
6 | |
7 import java.util.Arrays; | |
8 | |
9 import java.awt.Color; | |
10 | |
11 import org.apache.log4j.Logger; | |
12 | |
13 import de.intevation.gnv.raster.Raster.ValueToIndex; | |
14 | 14 |
15 /** | 15 /** |
16 * @author Sascha L. Teichmann (sascha.teichmann@intevation.de) | 16 * @author Sascha L. Teichmann (sascha.teichmann@intevation.de) |
17 */ | 17 */ |
18 public class Palette | 18 public class Palette |