|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.tigris.gef.presentation.Fig
org.tigris.gef.presentation.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. |
Fields inherited from class org.tigris.gef.presentation.FigLine |
_x1, _x2, _y1, _y2 |
Fields inherited from class org.tigris.gef.presentation.Fig |
_allowsSaving, _context, _dashes, _displayed, _fillColor, _filled, _g2dashes, _group, _h, _layer, _lineColor, _lineWidth, _locked, _resource, _selected, _shown, _w, _x, _y, an, annotationOwner, annotationStatus, BORDER, DASH_ARRAYS, DASHED_CHOICES, MIN_SIZE |
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 org.tigris.gef.presentation.FigLine |
calcBounds, connectionPoint, createDrag, getNumPoints, getPerimeterLength, getPoints, getPoints, getX1, getX2, getXs, getY1, getY2, getYs, hit, intersectsPerimeter, isReshapable, isResizable, isRotatable, paint, setBounds, setPoints, setPoints, setShape, setShape, setX1, setX2, setY1, setY2, stuffPointAlongPerimeter, translate |
Methods inherited from class org.tigris.gef.presentation.Fig |
addAnnotation, addPoint, addPropertyChangeListener, align, center, classNameAndBounds, cleanUp, clone, contains, contains, contains, countCornersContained, damage, delete, dispose, drawDashedLine, drawDashedPerimeter, endTrans, firePropChange, firePropChange, firePropChange, getAnnotationOwner, getAnnotationStrategy, getBounds, getBounds, getClosestPoint, getContext, getDashed, getDashed01, getDashedString, getEnclosedFigs, getEnclosingFig, getFillColor, getFilled, getFilled01, getFirstPoint, getGroup, getHalfHeight, getHalfWidth, getHandleBox, getHeight, getId, getLastPoint, getLayer, getLineColor, getLineWidth, getLocation, getLocked, getMinimumSize, getOwner, getPopUpActions, getPreferedSize, getPrivateData, getResource, getSingle, getSize, getTipString, getTrapRect, getUseTrapRect, getVisState, getWidth, getX, getY, hasFillColor, hasLineColor, initAnnotations, insertPoint, intersects, isAnnotation, isCopieable, isCopyable, isCutable, isDisplayed, isFactoryConstructed, isLowerRightResizable, isMovable, isSelected, isVisible, makeSelection, OK, pointAlongPerimeter, postLoad, postSave, preSave, print, propertyChange, redraw, removeAnnotation, removeAnnotation, removePoint, removePropertyChangeListener, reorder, routingRect, savingAllowed, setAnnotationOwner, setAnnotationStatus, setAnnotationStrategy, setBounds, setCenter, setContext, setDashed, setDashedString, setDisplayed, setEnclosingFig, setFillColor, setFilled, setGroup, setHandleBox, setHeight, setLayer, setLineColor, setLineWidth, setLocation, setLocation, setLocked, setMovable, setNumPoints, setOwner, setPoints, setPoints, setPoints, setPrivateData, setResizable, setResource, setSavingAllowed, setSelected, setSingle, setSize, setSize, setVisible, setVisState, setWidth, setX, setXs, setY, setYs, stuffBounds, translateAnnotations, unsetAnnotationOwner, updateAnnotationPositions, updateVisState, within |
Methods inherited from class java.lang.Object |
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()
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 (20040316) | ArgoUML Homepage | ArgoUML Developers' page | ArgoUML Cookbook |