edu.uci.ics.jung.samples
Class GraphZoomScrollPaneDemo

java.lang.Object
  extended by edu.uci.ics.jung.samples.GraphZoomScrollPaneDemo

public class GraphZoomScrollPaneDemo
extends Object

Demonstrates the use of GraphZoomScrollPane. This class shows the VisualizationViewer zooming and panning capabilities, using horizontal and vertical scrollbars.

This demo also shows ToolTips on graph vertices and edges, and a key listener to change graph mouse modes.

Author:
Tom Nelson

Constructor Summary
GraphZoomScrollPaneDemo()
          create an instance of a simple graph with controls to demo the zoom features.
 
Method Summary
static void main(String[] args)
          a driver for this demo
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GraphZoomScrollPaneDemo

public GraphZoomScrollPaneDemo()
create an instance of a simple graph with controls to demo the zoom features.

Method Detail

main

public static void main(String[] args)
a driver for this demo



Copyright © 2009. All Rights Reserved.