Revision 9919 trunk/libraries/libFMap/src/com/iver/cit/gvsig/fmap/core/symbols/CharacterMarkerSymbol.java

View differences:

CharacterMarkerSymbol.java
43 43
 *
44 44
 * $Id$
45 45
 * $Log$
46
 * Revision 1.4  2007-01-24 17:58:22  jaume
46
 * Revision 1.5  2007-01-25 16:25:23  jaume
47
 * *** empty log message ***
48
 *
49
 * Revision 1.4  2007/01/24 17:58:22  jaume
47 50
 * new features and architecture error fixes
48 51
 *
49 52
 * Revision 1.3  2007/01/16 11:50:44  jaume
......
117 120
import com.iver.cit.gvsig.fmap.core.SymbolFactory;
118 121
import com.iver.cit.gvsig.fmap.core.v02.FConstant;
119 122
import com.iver.cit.gvsig.fmap.core.v02.FConverter;
123
import com.iver.cit.gvsig.fmap.core.v02.FSymbol;
120 124
import com.iver.utiles.StringUtilities;
121 125
import com.iver.utiles.XMLEntity;
122 126
import com.vividsolutions.jts.geom.Geometry;
......
169 173
	public ISymbol getSymbolForSelection() {
170 174
		if (selectionSymbol == null) {
171 175
			XMLEntity xml = getXMLEntity();
172
			xml.putProperty("color", StringUtilities.color2String(Color.YELLOW));
176
			xml.putProperty("color", FSymbol.getSelectionColor());
173 177
			selectionSymbol = SymbolFactory.createFromXML(xml, getDescription() + " version for selection.");
174 178
		}
175 179
		return selectionSymbol;

Also available in: Unified diff