|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IConnectionFigure
Interface to define connection figures (figures that represent connections between node figures).
Method Summary | |
---|---|
org.eclipse.draw2d.Figure |
getEndFigure()
This method returns the end point of a connection as a Figure. |
org.eclipse.draw2d.Figure |
getStartFigure()
This method returns the start point of a connection as a Figure. |
void |
setEndFigure(org.eclipse.draw2d.Figure newEndFigure)
This method sets the end point of a connection. |
void |
setStartFigure(org.eclipse.draw2d.Figure newStartFigure)
This method sets the start point of a connection. |
Method Detail |
---|
org.eclipse.draw2d.Figure getEndFigure()
org.eclipse.draw2d.Figure getStartFigure()
void setEndFigure(org.eclipse.draw2d.Figure newEndFigure)
newEndFigure
- the Figure which should be the end point of the connectionvoid setStartFigure(org.eclipse.draw2d.Figure newStartFigure)
newStartFigure
- the Figure should be the start point of the connection
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |