Revision 28090

View differences:

branches/v2_0_0_prep/libraries/libFMap_mapcontext/src/org/gvsig/fmap/mapcontext/rendering/legend/VectorialIntervalLegend.java
113 113
            }
114 114
        }
115 115

  
116
        xml.putProperty("shapeType", shapeType);
117

  
116 118
        xml.putProperty("startColor", StringUtilities.color2String(startColor));
117 119
        xml.putProperty("endColor", StringUtilities.color2String(endColor));
118 120

  
......
156 158
            }
157 159
        }
158 160

  
161
        shapeType = xml.getIntProperty("shapeType");
162

  
159 163
        startColor = StringUtilities.string2Color(xml.getStringProperty(
160 164
                    "startColor"));
161 165
        endColor = StringUtilities.string2Color(xml.getStringProperty(

Also available in: Unified diff