[Schmitzm-commits] r2091 - trunk/schmitzm-gt/src/main/java/de/schmitzm/geotools/gui
scm-commit at wald.intevation.org
scm-commit at wald.intevation.org
Wed Oct 3 13:29:30 CEST 2012
Author: mojays
Date: 2012-10-03 13:29:29 +0200 (Wed, 03 Oct 2012)
New Revision: 2091
Modified:
trunk/schmitzm-gt/src/main/java/de/schmitzm/geotools/gui/ColorMapPanel.java
Log:
ColorMapPanel: deprecated flag removed as long as AtlasStylerRaster is not yet portable to SCHMITZM
Modified: trunk/schmitzm-gt/src/main/java/de/schmitzm/geotools/gui/ColorMapPanel.java
===================================================================
--- trunk/schmitzm-gt/src/main/java/de/schmitzm/geotools/gui/ColorMapPanel.java 2012-10-03 10:53:07 UTC (rev 2090)
+++ trunk/schmitzm-gt/src/main/java/de/schmitzm/geotools/gui/ColorMapPanel.java 2012-10-03 11:29:29 UTC (rev 2091)
@@ -44,11 +44,14 @@
/**
* Besides a {@linkplain ColorMapTable table} for the color map entries
* this panel contains components to controll other {@link ColorMap}
- * properties.
+ * properties.
+ * <br><br>
+ * <i>For more comfortable raster styling the <b>Wikisquare AtlasStyler</b>
+ * contains the {@code AtlasStylerRaster}, which unfortunately is not yet generic
+ * enough to be ported to SCHMITZM.</i>
* @author <a href="mailto:martin.schmitz at koeln.de">Martin Schmitz</a>
*
*/
- at Deprecated
public class ColorMapPanel extends JPanel {
/** Holds the color map table. */
protected ColorMapTable colMapTable = null;
More information about the Schmitzm-commits
mailing list