Revision 277

View differences:

trunk/libraries/libFMap/src/com/iver/cit/gvsig/fmap/ViewPort.java
280 280
	public void setDist3pixel(double dist3pixel) {
281 281
		this.dist3pixel = dist3pixel;
282 282
	}
283
	/**
284
	 * @return Returns the extents.
285
	 */
286
	public ExtentHistory getExtents() {
287
		return extents;
288
	}
289

  
290
	/**
291
	 * 
292
	 */
293
	public void setExtentPrev() {
294
		setExtent(extents.removePrev());
295
	}
283 296
}

Also available in: Unified diff