Revision 11104 trunk/libraries/libFMap/src/com/iver/cit/gvsig/fmap/rendering/styling/SimpleLabeling.java

View differences:

SimpleLabeling.java
43 43
*
44 44
* $Id$
45 45
* $Log$
46
* Revision 1.4  2007-04-02 16:34:56  jaume
46
* Revision 1.5  2007-04-10 16:34:01  jaume
47
* towards a styled labeling
48
*
49
* Revision 1.4  2007/04/02 16:34:56  jaume
47 50
* Styled labeling (start commiting)
48 51
*
49 52
* Revision 1.3  2007/03/28 16:48:01  jaume
......
80 83
*/
81 84
package com.iver.cit.gvsig.fmap.rendering.styling;
82 85

  
86
import java.awt.Color;
83 87
import java.awt.Graphics2D;
84 88
import java.awt.geom.AffineTransform;
85 89
import java.awt.geom.Rectangle2D;
......
181 185
					 for (int j = 0; j < places.length; j++) {
182 186
						 places[j].transform(viewPort.getAffineTransform());
183 187
						 lc.drawInsideRectangle(g, places[j].getBounds(), texts);
188
						 g.setColor(Color.BLUE);
189
						 g.draw(places[j]);
190

  
184 191
					 }
185 192
				 }
186 193
			 }

Also available in: Unified diff