|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Direction | |
|---|---|
| net.sf.sdedit.diagram | |
| net.sf.sdedit.drawable | |
| net.sf.sdedit.util | |
| Uses of Direction in net.sf.sdedit.diagram |
|---|
| Methods in net.sf.sdedit.diagram that return Direction | |
|---|---|
Direction |
Lifeline.getDirection()
Returns Direction.CENTER, if this is a lifeline, Direction.LEFT, if this is a dependent lifeline that has been activated by a message from an object with a lower position, otherwise Direction.RIGHT |
| Uses of Direction in net.sf.sdedit.drawable |
|---|
| Methods in net.sf.sdedit.drawable that return Direction | |
|---|---|
Direction |
SequenceElement.getAlign()
Returns RIGHT, if the sequence element is arranged to the right of its anchor, otherwise LEFT. |
| Constructors in net.sf.sdedit.drawable with parameters of type Direction | |
|---|---|
Arrow(Message message,
ArrowStroke stroke,
Direction align,
int y)
Creates a new Arrow. |
|
Arrow(Message message,
Lifeline boundary0,
Lifeline boundary1,
ArrowStroke stroke,
Direction align,
int y)
|
|
BroadcastArrow(Message message,
Direction align,
int y)
|
|
LoopArrow(Message msg,
ArrowStroke stroke,
Direction align,
int y)
Creates a new LoopArrow. |
|
SequenceElement(Diagram diagram,
Lifeline boundary0,
Lifeline boundary1,
String[] label,
Direction align,
int y)
|
|
| Uses of Direction in net.sf.sdedit.util |
|---|
| Methods in net.sf.sdedit.util that return Direction | |
|---|---|
static Direction |
Direction.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static Direction[] |
Direction.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||