All Packages Class Hierarchy This Package Previous Next Index
Class CH.ifa.draw.samples.pert.PertDependency
CH.ifa.draw.standard.AbstractFigure
|
+----CH.ifa.draw.figures.PolyLineFigure
|
+----CH.ifa.draw.figures.LineConnection
|
+----CH.ifa.draw.samples.pert.PertDependency
- public class PertDependency
- extends LineConnection
-
PertDependency()
-
-
canConnect(Figure, Figure)
- Tests whether two figures can be connected.
-
handleConnect(Figure, Figure)
- Handles the connection of a connection.
-
handleDisconnect(Figure, Figure)
- Handles the disconnection of a connection.
-
handles()
- Gets the handles of the figure.
PertDependency
public PertDependency()
handleConnect
public void handleConnect(Figure start,
Figure end)
- Handles the connection of a connection.
- Overrides:
- handleConnect in class LineConnection
handleDisconnect
public void handleDisconnect(Figure start,
Figure end)
- Handles the disconnection of a connection.
- Overrides:
- handleDisconnect in class LineConnection
canConnect
public boolean canConnect(Figure start,
Figure end)
- Tests whether two figures can be connected.
- Overrides:
- canConnect in class LineConnection
handles
public Vector handles()
- Gets the handles of the figure.
- Overrides:
- handles in class LineConnection
All Packages Class Hierarchy This Package Previous Next Index