Revision 42177 trunk/org.gvsig.desktop/org.gvsig.desktop.compat.cdc/org.gvsig.fmap.mapcontext/org.gvsig.fmap.mapcontext.api/src/main/java/org/gvsig/fmap/mapcontext/ViewPort.java

View differences:

ViewPort.java
695 695
   * <p>
696 696
   * Sets as envelope and adjusted envelope of this view port, the previous.
697 697
   * Recalculating its parameters.
698
   * Stores the current extent in the next extents of the history.
698 699
   * </p>
699 700
   * 
700 701
   * @see #getExtents()
......
716 717
   * <p>
717 718
   * Sets as envelope and adjusted envelope of this view port, the next.
718 719
   * Recalculating its parameters.
720
   * Stores the current extent in the previous extents of the history.
719 721
   * </p>
720 722
   * 
721 723
   * @see #getExtents()
......
825 827
   * @see #getExtents()
826 828
   * @see #calculateAffineTransform()
827 829
   * @see #setPreviousExtent()
830
   * @see #clear()
828 831
   */
829 832
  public void setEnvelope(Envelope r) {
830 833
    Rectangle2D newExtent = null;

Also available in: Unified diff