PlanarGraph constructor

PlanarGraph()

Implementation

PlanarGraph() {
  nodes = new NodeMap(new NodeFactory());
}