Introduction
Description
The program is a graph editor especially for the mathematical
field graph theory. The program is crated on request of Klas
Markström at the mathematical department in Umeå University
as a bachelor thesis project.
Purpose
The main purposes of the graph editor is to make it easy to edit and
create graphs that are used to illustrate theorys and ideas in the
mathematical field graph theory. Many graph editors exists but just a
few is developed with graph theory in mind and of them there are almost
none that are updated. Therefore there is a gap that this editor tries
to fill.
Main functionality and features
The programs main functionality is to edit, save and open graphs. This is described in the help section editing graphs.
Other features are for example graph operations automatic embedding
algorithms etc. The functionality is summarized in the following list:
- Editing functions for coping and paste part of the graph
- Editing functions for undo and redo editing commands
- View functions for zooming in and out the view of the graph and to center the current graph
- Selection function to select parts of the graphs depending on the current selection (e.g. select neighbors)
- Graph operations and other graph manipulation functions
- Export functions to export the graph to other graph file formats:
- Graphviz dot-file format
- GraphML
- Graph Modeling Language (GML)
- File format compatible with Mathematica Combinatorica software
- JPEG image file format
- PNG image file format
- Mathematica compatible file format
- Neighbor list
- EPS image file format
- Import functions to import graphs from other file formats:
- Random graph importer. Creates a random graph from a number of vertices and a number of edges.
- Mathematica compatible graph file format
Main window and toolbars


The main window has four main components that are marked in the picture above. They are described in the list bellow:
- The graph window is the place where graphs are edited and displayed. How editing is performed is described in more detail in the section called editing graphs.
- The menus are a number of menus to choose operations from. They are described in more detail in the section called Menus and there operations.
- The toolbars are used to fast access operations that are also in the menus. You can choose to hide the toolbars by using the show toolbars menu that is under the properties menu. The descriptions bellow correspond to the toolbar with the same number in the picture of the toolbars above.
- The file toolbar is used for some basic file operations. There
are buttons on it to create a new graph, save the current graph and to
open a graph from a file.
- The edit toolbar is used for some basic edit operations that
also exists under the edit menu. The edit commands in the toolbar is
for undo, redo, copy, cut and paste.
- In the view toolbar you can zoom in/out and set the zoom-level to the default.
- The statusbar is used to give varying information to the
user. As default the number of vertices and edges and selected vertices
and edges in the graph are displayed. The status bar is also used to
give hints to the user of how to interact with the program. In the
picture above the status bar contains a hint to the user during a graph
operation that requires several interaction steps.