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

View differences:

IPlacementConstraints.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.2  2007/02/15 16:23:44  jaume
......
115 118
	 * @param MultiPolygon exclusionZone
116 119
	 * @return FShape[], the FShapes where the label will be placed
117 120
	 */
118
	public abstract FShape[] getLocationsFor(IGeometry geom, ITextSymbol label,
121
	public abstract FShape[] getLocationsFor(IGeometry geom, FShape labelShape,
119 122
			MultiPolygon exclusionZone);
120 123

  
121 124
}

Also available in: Unified diff