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

View differences:

LinePlacementConstraints.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/09 07:47:05  jaume
......
60 63
import com.iver.cit.gvsig.fmap.core.symbols.ITextSymbol;
61 64

  
62 65
public class LinePlacementConstraints extends AbstractPlacementConstraints {
63

  
64
	public FShape[] getLocationsFor(IGeometry geom, ITextSymbol label, MultiPolygon exclusionZone) {
66
	public FShape[] getLocationsFor(IGeometry geom, FShape labelShape, MultiPolygon exclusionZone) {
65 67
		return new FShape[] { (FShape) geom.getInternalShape() };
66 68
	}
67 69

  

Also available in: Unified diff