Package | Description |
---|---|
horstmann.ch08_umleditor |
Modifier and Type | Field and Description |
---|---|
private BentStyle |
ClassRelationshipEdge.bentStyle |
Modifier and Type | Method and Description |
---|---|
BentStyle |
ClassRelationshipEdge.getBentStyle()
Gets the bentStyle property
|
static BentStyle |
BentStyle.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static BentStyle[] |
BentStyle.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
private static java.util.ArrayList<java.awt.geom.Point2D> |
BentStyle.getPath(BentStyle bent,
java.awt.geom.Rectangle2D s,
java.awt.geom.Rectangle2D e)
Gets the points at which a line joining two rectangles
is bent according to a bent style.
|
void |
ClassRelationshipEdge.setBentStyle(BentStyle newValue)
Sets the bentStyle property
|