Revision 28367 trunk/libraries/libFMap/src/com/iver/cit/gvsig/fmap/core/v02/FSymbol.java

View differences:

FSymbol.java
1236 1236
		return true;
1237 1237
	}
1238 1238

  
1239
	public void drawInsideRectangle(Graphics2D g2, AffineTransform scaleInstance, Rectangle r) throws SymbolDrawingException {
1239
	public void drawInsideRectangle(Graphics2D g2, AffineTransform scaleInstance, Rectangle r, PrintRequestAttributeSet properties) throws SymbolDrawingException {
1240 1240
		FGraphicUtilities.DrawSymbol(g2, scaleInstance, r, this);
1241 1241
	}
1242 1242

  

Also available in: Unified diff