Index: trunk/src/org/openstreetmap/josm/gui/mappaint/ElemStyle.java
===================================================================
--- trunk/src/org/openstreetmap/josm/gui/mappaint/ElemStyle.java	(revision 6283)
+++ trunk/src/org/openstreetmap/josm/gui/mappaint/ElemStyle.java	(revision 6284)
@@ -15,4 +15,7 @@
 
 abstract public class ElemStyle implements StyleKeys {
+
+    protected static final String[] ICON_KEYS = {"icon-image", "icon-width", "icon-height", "icon-opacity"};
+    protected static final String[] REPEAT_IMAGE_KEYS = {"repeat-image", "repeat-image-width", "repeat-image-height", "repeat-image-opacity"};
 
     public float major_z_index;
Index: trunk/src/org/openstreetmap/josm/gui/mappaint/StyleKeys.java
===================================================================
--- trunk/src/org/openstreetmap/josm/gui/mappaint/StyleKeys.java	(revision 6283)
+++ trunk/src/org/openstreetmap/josm/gui/mappaint/StyleKeys.java	(revision 6284)
@@ -32,5 +32,3 @@
     int ICON_HEIGHT_IDX = 2;
     int ICON_OPACITY_IDX = 3;
-    String[] ICON_KEYS = {"icon-image", "icon-width", "icon-height", "icon-opacity"};
-    String[] REPEAT_IMAGE_KEYS = {"repeat-image", "repeat-image-width", "repeat-image-height", "repeat-image-opacity"};
 }
