Revision 11051 trunk/libraries/libFMap/src/com/iver/cit/gvsig/fmap/core/styles/SimpleLineStyle.java

View differences:

SimpleLineStyle.java
43 43
*
44 44
* $Id$
45 45
* $Log$
46
* Revision 1.2  2007-03-09 11:20:56  jaume
46
* Revision 1.3  2007-04-04 15:41:05  jaume
47
* *** empty log message ***
48
*
49
* Revision 1.2  2007/03/09 11:20:56  jaume
47 50
* Advanced symbology (start committing)
48 51
*
49 52
* Revision 1.1.2.4  2007/02/21 07:34:09  jaume
......
207 210
		}
208 211
	}
209 212

  
213
	public void drawOutline(Graphics2D g, Rectangle r) {
214
		drawInsideRectangle(g, r);
215
	}
210 216

  
211 217
}

Also available in: Unified diff