Class LensDemoWithMultiSelectStrategy

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

    public class LensDemoWithMultiSelectStrategy
    extends JPanel
    Demonstrates the use of HyperbolicTransform and MagnifyTransform applied to either the model (graph layout) or the view (VisualizationViewer). The DefaultGraphMouse is used (CTRL-click to select) and there is a toggle to switch between rectangular area multiselect and free-form multiselect. The purpose of this sample was to ensure that the multiselection works properly in all the lenses
    Author:
    Tom Nelson
    See Also:
    Serialized Form
    • Constructor Detail

      • LensDemoWithMultiSelectStrategy

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

      • main

        public static void main​(String[] args)