Revision 379 trunk/libraries/libFMap/src/com/iver/cit/gvsig/fmap/core/ShapeFactory.java

View differences:

ShapeFactory.java
35 35
    }
36 36
    public static IGeometry createLabel(String text, boolean scaled, FPoint2D pos, int height) {
37 37
    	//TODO implementar bien
38
    	return null;
38
    	return new FGeometry(new FLabel(text,scaled,pos,height));
39 39
    }
40 40
}

Also available in: Unified diff