PlanarGraph.withFactory constructor

PlanarGraph.withFactory(
  1. NodeFactory nodeFact
)

Implementation

PlanarGraph.withFactory(NodeFactory nodeFact) {
  nodes = new NodeMap(nodeFact);
}