| Package | Description |
|---|---|
| horstmann.ch08_umleditor |
| Modifier and Type | Field and Description |
|---|---|
private LineStyle |
SegmentedLineEdge.lineStyle |
| Modifier and Type | Method and Description |
|---|---|
LineStyle |
SegmentedLineEdge.getLineStyle()
Gets the line style property.
|
static LineStyle |
LineStyle.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static LineStyle[] |
LineStyle.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.setLineStyle(LineStyle newValue)
Sets the line style property.
|