Class LensDemo

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

public class LensDemo extends JApplet
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:
  • Constructor Details

    • LensDemo

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

    • main

      public static void main(String[] args)