Revision 20797

View differences:

trunk/libraries/libFMap/src/com/iver/cit/gvsig/fmap/rendering/styling/labeling/IPlacementConstraints.java
93 93
 * @author   jaume dominguez faus - jaume.dominguez@iver.es
94 94
 */
95 95
public interface IPlacementConstraints extends IPersistence, Cloneable {
96
	public static int DefaultDuplicateLabelsMode = IPlacementConstraints.ONE_LABEL_PER_FEATURE_PART;
96 97

  
97 98
	// constants regarding label duplication
98 99
	public static final int REMOVE_DUPLICATE_LABELS             =       2;

Also available in: Unified diff