Package org.insa.graphs.gui
Class NodesInputPanel.NodeFinder
- java.lang.Object
-
- org.insa.graphs.gui.NodesInputPanel.NodeFinder
-
- Enclosing class:
- NodesInputPanel
private static class NodesInputPanel.NodeFinder extends java.lang.Object
Utility class that can be used to find a node from coordinates in a "fast" way.
-
-
Constructor Summary
Constructors Constructor Description NodeFinder(Graph graph)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Node
findClosestNode(Point point)
-