|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--FigLine | +--org.argouml.uml.diagram.sequence.ui.FigLinkPort
The port fig for links.
Field Summary | |
---|---|
private int |
_activationStatus
|
static int |
ACTIVATION_CONTINUOUS_STATUS
If a figlinkport has this activation status, the activation to which it is attached will not be cutt off. |
static int |
ACTIVATION_CUTOFF_STATUS
If a figlinkport has this activation status, the activation to which it is attached will be cut off at the y coordinate of this figlink. |
Constructor Summary | |
---|---|
FigLinkPort(int x,
int y,
int x2)
Creates a new horizontal FigLinkPort that's not displayed |
Method Summary | |
---|---|
int |
getActivationStatus()
|
java.util.Vector |
getGravityPoints()
|
void |
setActivationStatus(int i)
Sets the activation status. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final int ACTIVATION_CUTOFF_STATUS
The following type of links have this status for their source activation:
public static final int ACTIVATION_CONTINUOUS_STATUS
private int _activationStatus
Constructor Detail |
public FigLinkPort(int x, int y, int x2)
x
- y
- x2
- Method Detail |
public java.util.Vector getGravityPoints()
org.tigris.gef.presentation.Fig#getGravityPoints()
public int getActivationStatus()
public void setActivationStatus(int i)
i
-
|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ArgoUML © 1996-2004 (20040306) | ArgoUML Homepage | ArgoUML Developers' page | ArgoUML Cookbook |