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

Constructor Index

 o PertDependency()

Method Index

 o canConnect(Figure, Figure)
Tests whether two figures can be connected.
 o handleConnect(Figure, Figure)
Handles the connection of a connection.
 o handleDisconnect(Figure, Figure)
Handles the disconnection of a connection.
 o handles()
Gets the handles of the figure.

Constructors

 o PertDependency
 public PertDependency()

Methods

 o handleConnect
 public void handleConnect(Figure start,
                           Figure end)
Handles the connection of a connection.

Overrides:
handleConnect in class LineConnection
 o handleDisconnect
 public void handleDisconnect(Figure start,
                              Figure end)
Handles the disconnection of a connection.

Overrides:
handleDisconnect in class LineConnection
 o canConnect
 public boolean canConnect(Figure start,
                           Figure end)
Tests whether two figures can be connected.

Overrides:
canConnect in class LineConnection
 o handles
 public Vector handles()
Gets the handles of the figure.

Overrides:
handles in class LineConnection

All Packages  Class Hierarchy  This Package  Previous  Next  Index