net.sf.sdedit.drawable
Class BroadcastArrow
java.lang.Object
net.sf.sdedit.drawable.Drawable
net.sf.sdedit.drawable.SequenceElement
net.sf.sdedit.drawable.Arrow
net.sf.sdedit.drawable.BroadcastArrow
- All Implemented Interfaces:
- Constants
public class BroadcastArrow
- extends Arrow
| Fields inherited from interface net.sf.sdedit.Constants |
ACTIVE_LIFELINE_COLOR, ANTI_ALIAS, dashed, DEFAULT_CODE_FONT, DEFAULT_CURSOR, DEFAULT_ENCODING_SCHEME, dotted, emptyStroke, GLOBAL_CONF_FILE, HAND_CURSOR, MOVE_CURSOR, SAVE_AS_FILE_PROPERTY, SAVE_AS_TYPE_PROPERTY, solid, TEST_FREEHEP_CLASSNAME, thick, thick_dashed, THREAD_COLORS |
| Methods inherited from class net.sf.sdedit.drawable.Arrow |
computeLayoutInformation, drawArrowHead, drawText, getAnchor, getInnerHeight, getInnerHeight, getMessage, getPoints, getSpace, getStroke, getTextPosition, overrideColor, setSpace |
| Methods inherited from class net.sf.sdedit.drawable.SequenceElement |
configuration, diagram, drawMultilineString, getAlign, getLeftEndpoint, getLeftLimit, getRightEndpoint, getRightLimit, leftPadding, rightPadding, setLeftEndpoint, setLeftLimit, setRightEndpoint, setRightLimit, textHeight, textWidth |
| Methods inherited from class net.sf.sdedit.drawable.Drawable |
contains, drawMultilineString, getBottom, getHeight, getLeft, getRight, getTop, getWidth, intersects, isVisible, setBottom, setHeight, setLeft, setRight, setTop, setVisible, setWidth |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BroadcastArrow
public BroadcastArrow(Message message,
Direction align,
int y)
draw
public void draw(Graphics2D g2d)
- Description copied from class:
Drawable
- Draws the sequence diagram element into the given Graphics2D
context, using the rectangle starting at Drawable.getTop(),
Drawable.getLeft(), sized Drawable.getHeight(),
Drawable.getWidth().
- Overrides:
draw in class Arrow
- Parameters:
g2d - the Graphics2D context to draw this drawable sequence diagram
element into- See Also:
Drawable.draw(java.awt.Graphics2D)
Copyright © 2011. All Rights Reserved.