Class ViewGraph

java.lang.Object
  extended by ViewGraph

public class ViewGraph
extends java.lang.Object

This is and interactive graphical program for viewing and editing a graph.

where

A complete description of the mouse and button controls for the program is given at this link.

As an example, the following two listings specifiy the graph shown in the picture below.


A B
C D
C E
B E
D F
F G
A G
G H
G C
B C
I


C B D E
B A E
F D G
G A H C
I




ViewGraph mouse, button and key instructions

ViewGraph is controled by a slide bar, some buttons, the arrow, home and shift keys, but mostly by mouse operations.

All three mouse buttons are used. For mice with 1 or 2 buttons, left mouse with the control key held down should have the same effect as middle mouse, and left mouse with the meta key held down should have the same effect as right mouse. (Warning for my PC the control key fix works but the meta key one doesn't. I'm not even sure which the meta key is. However, the right mouse button of the two on the PC works like the right one of three.)


Constructor Summary
ViewGraph()
           
 
Method Summary
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ViewGraph

public ViewGraph()
Method Detail

main

public static void main(java.lang.String[] args)