Revision 12728 trunk/libraries/libFMap/src/com/iver/cit/gvsig/fmap/core/symbols/MultiLayerFillSymbol.java

View differences:

MultiLayerFillSymbol.java
1
/* gvSIG. Sistema de Informaci?n Geogr?fica de la Generalitat Valenciana
1
/* gvSIG. Sistema de Informaci�n Geogr�fica de la Generalitat Valenciana
2 2
 *
3 3
 * Copyright (C) 2005 IVER T.I. and Generalitat Valenciana.
4 4
 *
......
20 20
 *
21 21
 *  Generalitat Valenciana
22 22
 *   Conselleria d'Infraestructures i Transport
23
 *   Av. Blasco Ib??ez, 50
23
 *   Av. Blasco Ib��ez, 50
24 24
 *   46010 VALENCIA
25 25
 *   SPAIN
26 26
 *
......
43 43
*
44 44
* $Id$
45 45
* $Log$
46
* Revision 1.7  2007-07-03 10:58:29  jaume
46
* Revision 1.8  2007-07-23 06:52:25  jaume
47
* default selection color refactored, moved to MapContext
48
*
49
* Revision 1.7  2007/07/03 10:58:29  jaume
47 50
* first refactor on CartographicSupport
48 51
*
49 52
* Revision 1.6  2007/06/29 13:07:01  jaume
......
84 87
import javax.print.attribute.PrintRequestAttributeSet;
85 88

  
86 89
import com.hardcode.gdbms.driver.exceptions.ReadDriverException;
90
import com.iver.cit.gvsig.fmap.MapContext;
87 91
import com.iver.cit.gvsig.fmap.core.FShape;
88 92
import com.iver.cit.gvsig.fmap.core.IGeometry;
89 93
import com.iver.cit.gvsig.fmap.core.SymbologyFactory;
......
166 170
				selectionSymbol.addLayer(layers[i].getSymbolForSelection());
167 171
			}
168 172
			SimpleFillSymbol selLayer = new SimpleFillSymbol();
169
			Color c = FSymbol.getSelectionColor();
173
			Color c = MapContext.getSelectionColor();
170 174
			c = new Color(
171 175
					c.getRed(),
172 176
					c.getGreen(),

Also available in: Unified diff