Class SimpleGraphSpatialEdgeSearchTest

  • All Implemented Interfaces:
    ImageObserver, MenuContainer, Serializable, Accessible

    public class SimpleGraphSpatialEdgeSearchTest
    extends JPanel
    A test that puts a lot of vertices on the screen with a visible quadtree. When the button is pushed, 1000 random points are generated in order to find the closest vertex for each point. The search is done both with the SpatialQuadTree and with the RadiusGraphElementAccessor. If they don't find the same vertex, the testing halts after highlighting the problem vertices along with the search point.

    A mouse click at a location will highlight the closest edge to the pick point.

    A toggle button will turn on/off the display of the quadtree features, including the expansion of the search target (red circle) in order to find the closest vertex.

    Author:
    Tom Nelson
    See Also:
    Serialized Form