Revision 28367 trunk/libraries/libFMap/src/com/iver/cit/gvsig/fmap/rendering/styling/labeling/LabelClass.java

View differences:

LabelClass.java
419 419
					Rectangle textRect = new Rectangle(x, y, width, height);
420 420
					Shape oldClip = graphics.getClip();
421 421
					graphics.setClip(textRect);
422
					getTextSymbol().drawInsideRectangle(graphics, null, textRect);
422
					getTextSymbol().drawInsideRectangle(graphics, null, textRect, null);
423 423
					graphics.setClip(oldClip);
424 424
				}
425 425
			}
......
427 427

  
428 428
			if (texts != null && texts.length>0)
429 429
				getTextSymbol().setText(texts[0]);
430
			getTextSymbol().drawInsideRectangle(graphics, null, bounds);
430
			getTextSymbol().drawInsideRectangle(graphics, null, bounds, null);
431 431
		}
432 432
	}
433 433

  

Also available in: Unified diff