| Package | Description |
|---|---|
| graph.layout.orthogonal |
Layouters which use orthogonal drawing algorithms.
|
| graph.layout.router.orthogonal |
Classes responsible for routing edges as a part of the orthogonal drawing algorithms.
|
| Modifier and Type | Method and Description |
|---|---|
static EntryDirection |
EntryDirection.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EntryDirection[] |
EntryDirection.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
EntryDirection |
OrthogonalConnector.getEntryDirection() |
| Modifier and Type | Method and Description |
|---|---|
void |
OrthogonalConnector.setEntryDirection(EntryDirection entryDirection) |
| Constructor and Description |
|---|
OrthogonalConnector(V vertex,
EntryDirection entryDirection,
int number)
Creates a new orthogonal connector belonging to a certain vertex given
the entry direction and current number of edges
|