| Package | Description |
|---|---|
| graph.algorithms.planarity |
Implementations of different planarity testing algorithms.
|
| graph.enumerations |
Enumerations needed to implement different algorithms
|
| Modifier and Type | Method and Description |
|---|---|
void |
BoyerMyrvoldPlanarity.Block.setExternalFace(V endpoint,
Direction direction)
Sets a new external face based on the old one
|
| Modifier and Type | Method and Description |
|---|---|
static Direction |
Direction.valueOf(java.lang.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.
|