2,2c2,2 < * @(#)ConnectionFigure.java 5.2 --- > * @(#)ConnectionFigure.java 3a4,9 > * 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 9,11d14 < import java.io.Serializable; < import CH.ifa.draw.util.*; < import CH.ifa.draw.framework.*; 33a37,38 > * > * @version <$CURRENT_VERSION$> 68,68c73,73 < public Connector start(); --- > public Connector getStartConnector(); 73,73c78,78 < public Connector end(); --- > public Connector getEndConnector(); 134a140,149 > > /** > * Gets the start figure of the connection. > */ > public Figure startFigure(); > > /** > * Gets the end figure of the connection. > */ > public Figure endFigure();