Package | Description |
---|---|
horstmann.ch08_umleditor |
Modifier and Type | Method and Description |
---|---|
ArrowHead |
SegmentedLineEdge.getEndArrowHead()
Gets the end arrow head property
|
ArrowHead |
SegmentedLineEdge.getStartArrowHead()
Gets the start arrow head property
|
static ArrowHead |
ArrowHead.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ArrowHead[] |
ArrowHead.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
SegmentedLineEdge.setEndArrowHead(ArrowHead newValue)
Sets the end arrow head property
|
void |
SegmentedLineEdge.setStartArrowHead(ArrowHead newValue)
Sets the start arrow head property
|