Class SpatialLensLargeGraphDemo

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

    public class SpatialLensLargeGraphDemo
    extends JPanel
    Demonstrates the use of HyperbolicTransform and MagnifyTransform applied to either the model (graph layout) or the view (VisualizationViewer) The hyperbolic transform is applied in an elliptical lens that affects that part of the visualization.
    Author:
    Tom Nelson
    See Also:
    Serialized Form
    • Field Detail

      • pairs

        public static String[][] pairs
    • Constructor Detail

      • SpatialLensLargeGraphDemo

        public SpatialLensLargeGraphDemo()
    • Method Detail

      • getGraph

        public static org.jgrapht.Graph<String,​Integer> getGraph()
      • main

        public static void main​(String[] args)