Revision 2531 trunk/libraries/libFMap/src/com/iver/cit/gvsig/fmap/layers/FLayer.java

View differences:

FLayer.java
181 181
	 * @throws DriverException
182 182
	 */
183 183
	void draw(BufferedImage image, Graphics2D g, ViewPort viewPort,
184
		Cancellable cancel) throws DriverException;
184
		Cancellable cancel,double scale) throws DriverException;
185 185

  
186 186
	/**
187 187
	 * Dibuja la capa
......
192 192
	 *
193 193
	 * @throws DriverException
194 194
	 */
195
	void print(Graphics2D g, ViewPort viewPort, Cancellable cancel)
195
	void print(Graphics2D g, ViewPort viewPort, Cancellable cancel,double scale)
196 196
		throws DriverException;
197 197

  
198 198
	/**
......
227 227
	 */
228 228
	public boolean removeLayerListener(LayerListener o);
229 229
	
230
	public boolean isWithinScale();
230
	public boolean isWithinScale(double scale);
231 231
	
232 232
	
233 233
	/**

Also available in: Unified diff