Revision 29467

View differences:

branches/v2_0_0_prep/libraries/libFMap_mapcontext/src/org/gvsig/fmap/mapcontext/rendering/legend/styling/LabelClass.java
428 428
	}
429 429

  
430 430
	public Geometry getShape(LabelLocationMetrics llm) throws CreateGeometryException {
431
		if (llm==null)
432
			return null;
431 433
		Point2D anchor = llm.getAnchor();
432 434
		org.gvsig.fmap.geom.primitive.Point p = geomManager.createPoint(anchor.getX(), anchor.getY(), SUBTYPES.GEOM2D);
433 435
		double theta = llm.getRotation();

Also available in: Unified diff