PlanarGraph class abstract
- Implementers
Constructors
Properties
Methods
-
add(
PGEdge edge) → void -
add2(
PGNode node) → void -
add3(
DirectedEdgePG dirEdge) → void -
contains(
PGEdge e) → bool -
contains2(
DirectedEdgePG de) → bool -
dirEdgeIterator(
) → Iterable< DirectedEdgePG> -
edgeIterator(
) → Iterable< PGEdge> -
findNode(
Coordinate pt) → PGNode? -
findNodesOfDegree(
int degree) → List< PGNode> -
getEdges(
) → Set< PGEdge> -
getNodes(
) → List< PGNode> -
nodeIterator(
) → Iterable< PGNode> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
remove(
PGEdge edge) → void -
remove2(
DirectedEdgePG de) → void -
remove3(
PGNode node) → void -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited