Class RTreeVisualizer

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

    public class RTreeVisualizer
    extends JPanel
    A visualization of the R-Tree structure. users can add random elements, elements at mouse-click location, or 2000 randomly generated elements. The structure of the R-Tree is also drawn
    Author:
    Tom Nelson
    See Also:
    Serialized Form
    • Constructor Detail

      • RTreeVisualizer

        public RTreeVisualizer()
    • Method Detail

      • main

        public static void main​(String[] args)