Revision 28367 trunk/libraries/libFMap/src/com/iver/cit/gvsig/fmap/core/symbols/SimpleLineSymbol.java

View differences:

SimpleLineSymbol.java
187 187
	}
188 188

  
189 189
	public void drawInsideRectangle(Graphics2D g,
190
			AffineTransform scaleInstance, Rectangle r) throws SymbolDrawingException {
190
			AffineTransform scaleInstance, Rectangle r, PrintRequestAttributeSet properties) throws SymbolDrawingException {
191 191
		g.setColor(getColor());
192 192
		g.setStroke(getLineStyle().getStroke());
193
		super.drawInsideRectangle(g, scaleInstance, r);
193
		super.drawInsideRectangle(g, scaleInstance, r, properties);
194 194
	}
195 195

  
196 196
	public String getClassName() {

Also available in: Unified diff