Revision 18621 trunk/libraries/libFMap/src/com/iver/cit/gvsig/fmap/core/ILabelable.java

View differences:

ILabelable.java
71 71
import com.hardcode.gdbms.driver.exceptions.ReadDriverException;
72 72
import com.hardcode.gdbms.engine.data.driver.DriverException;
73 73
import com.iver.cit.gvsig.fmap.ViewPort;
74
import com.iver.cit.gvsig.fmap.rendering.styling.ILabelingStrategy;
74
import com.iver.cit.gvsig.fmap.rendering.styling.labeling.ILabelingStrategy;
75 75
import com.iver.utiles.swing.threads.Cancellable;
76 76
/**
77 77
 * This interface enables support for labeling an object such as a layer, but also others, if any. It gives support for detecting if labeling is being applied (<code>isLabeled()</code> and <code>setIsLabeled()</code>), to manage the labeling strategy (<code>getLabelingStrategy()</code> and <code>setLabelingStrategy</code>). The labeling is performed by the <code>drawLabels(..)</code> method.
......
113 113
	 * @param viewPort
114 114
	 * @param cancel
115 115
	 * @param scale
116
	 * @param dpi
116 117
	 * @throws DriverException
117 118
	 */
118
	public void drawLabels(BufferedImage image, Graphics2D g, ViewPort viewPort, Cancellable cancel, double scale) throws ReadDriverException;
119
	public void drawLabels(BufferedImage image, Graphics2D g, ViewPort viewPort, Cancellable cancel, double scale, double dpi) throws ReadDriverException;
119 120
}

Also available in: Unified diff