Class SpatialLensDemoWithThreeStarVertices

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

    public class SpatialLensDemoWithThreeStarVertices
    extends JPanel
    The purpose of this demo is to test picking a single, irregularly shaped vertex in the presence of Lens effects and spatial data structures. Correct operation is that the vertex should become 'selected' when the mouse is clicked within the vertex star shape (i.e. not beyond its bounds and not between the star points), or it should become 'selected' when a rectangular region is dragged that contains the vertex's center.
    Author:
    Tom Nelson
    See Also:
    Serialized Form
    • Constructor Detail

      • SpatialLensDemoWithThreeStarVertices

        public SpatialLensDemoWithThreeStarVertices()
        create an instance of a simple graph with controls to demo the zoomand hyperbolic features.
    • Method Detail

      • main

        public static void main​(String[] args)