Revision 11009 trunk/libraries/libFMap/src/com/iver/cit/gvsig/fmap/rendering/styling/PolygonPlacementConstraints.java

View differences:

PolygonPlacementConstraints.java
43 43
*
44 44
* $Id$
45 45
* $Log$
46
* Revision 1.2  2007-03-09 08:33:43  jaume
46
* Revision 1.3  2007-04-02 16:34:56  jaume
47
* Styled labeling (start commiting)
48
*
49
* Revision 1.2  2007/03/09 08:33:43  jaume
47 50
* *** empty log message ***
48 51
*
49 52
* Revision 1.1.2.1  2007/02/21 07:34:08  jaume
......
61 64

  
62 65
public class PolygonPlacementConstraints extends AbstractPlacementConstraints {
63 66

  
64
	public FShape[] getLocationsFor(IGeometry geom, ITextSymbol label,
65
			MultiPolygon exclusionZone) {
67
	public FShape[] getLocationsFor(IGeometry geom, FShape labelShape, MultiPolygon exclusionZone) {
66 68
		// TODO Implement it
67 69
		throw new Error("Not yet implemented!");
68 70

  

Also available in: Unified diff