Revision 11138 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.3  2007-04-02 16:34:56  jaume
46
* Revision 1.4  2007-04-11 16:01:08  jaume
47
* maybe a label placer refactor
48
*
49
* Revision 1.3  2007/04/02 16:34:56  jaume
47 50
* Styled labeling (start commiting)
48 51
*
49 52
* Revision 1.2  2007/03/09 08:33:43  jaume
......
56 59
*/
57 60
package com.iver.cit.gvsig.fmap.rendering.styling;
58 61

  
62
import java.awt.geom.AffineTransform;
63

  
59 64
import org.cresques.px.gml.MultiPolygon;
60 65

  
61 66
import com.iver.cit.gvsig.fmap.core.FShape;
62 67
import com.iver.cit.gvsig.fmap.core.IGeometry;
63 68
import com.iver.cit.gvsig.fmap.core.symbols.ITextSymbol;
64

  
69
/**
70
 *
71
 * @author jaume dominguez faus - jaume.dominguez@iver.es
72
 *
73
 */
65 74
public class PolygonPlacementConstraints extends AbstractPlacementConstraints {
66 75

  
67 76
	public FShape[] getLocationsFor(IGeometry geom, FShape labelShape, MultiPolygon exclusionZone) {
......
69 78
		throw new Error("Not yet implemented!");
70 79

  
71 80
	}
81

  
82
	public void placeLabel(IGeometry geom, LabelClass lc, MultiPolygon exclusionZone, AffineTransform transform) {
83
		// TODO Implement it
84
		throw new Error("Not yet implemented!");
85

  
86
	}
72 87
}

Also available in: Unified diff