/* * @(#)Cursor.java * * 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 */ package CH.ifa.draw.framework; /** * This interface has the purpose to reduce the dependency of JHotDraw on AWT * classes and interfaces. * See {@link CH.ifa.draw.standard.AWTCursor} for an example of implementation * for this interface. * *

Created on: 08/05/2003.

* * @version $Revision: 1.1 $ * @author Ricardo * Sangoi Padilha * @see CH.ifa.draw.standard.AWTCursor */ public interface Cursor { }