2c2 < * @(#)FastBufferedUpdateStrategy.java 5.2 --- > * @(#)FastBufferedUpdateStrategy.java 4,9c4,9 < * INIT Copyright (C) 2000 All rights reserved < * < * File: FastBufferedUpdateStrategy.java < * Description: X < * @author: WMG < * Created: 2000.03.27 --- > * Project: JHotdraw - a GUI framework for technical drawings > * http://www.jhotdraw.org > * http://jhotdraw.sourceforge.net > * Copyright: © by the original author(s) and all contributors > * License: Lesser GNU Public License (LGPL) > * http://www.opensource.org/licenses/lgpl-license.html 22a23,26 > /** > * @author: WMG (INIT Copyright (C) 2000 All rights reserved) > * @version <$CURRENT_VERSION$> > */ 25,26d28 < < 29,30d30 < < 37,38d36 < < 41,42d38 < < 44d39 < 47,48d41 < < 51,52d43 < < 54d44 < 56d45 < 58d46 < 61d48 < 64d50 < 66d51 < 85,86c70 < Rectangle viewClipRectangle2 = new Rectangle(nX1, nY1, nX2-nX1, < nY2-nY1); --- > Rectangle viewClipRectangle2 = new Rectangle(nX1, nY1, nX2-nX1, nY2-nY1); 97d80 < 105d87 < 109d90 < 113d93 < 115d94 < 138d116 < 141,142d118 < <