|
@@ -11,6 +11,7 @@ Figure~\ref{fig:originalpapergraph} compares our results to those of Brandes and
|
|
\includegraphics[width=\linewidth]{img/skizze}
|
|
\includegraphics[width=\linewidth]{img/skizze}
|
|
\caption[First sketch of the planned layout]{A first sketch of the planned layout, created with Microsoft Paint.
|
|
\caption[First sketch of the planned layout]{A first sketch of the planned layout, created with Microsoft Paint.
|
|
The buttons are (first row, from left to right): step over, step into, step out, run, pause, debug; and (second row, from left to right): step back over, step back into, step back out, run backwards, load graph, save graph, generate random graph.
|
|
The buttons are (first row, from left to right): step over, step into, step out, run, pause, debug; and (second row, from left to right): step back over, step back into, step back out, run backwards, load graph, save graph, generate random graph.
|
|
|
|
+ Currently a button to open the preferences dialog is located in the second row at the empty position.
|
|
The actions corresponding to the buttons are the same as described for the keyboard input in table~\ref{table:keys}, at least for the features that are already implemented (all of them).
|
|
The actions corresponding to the buttons are the same as described for the keyboard input in table~\ref{table:keys}, at least for the features that are already implemented (all of them).
|
|
The left four rectangles show the progress of the four extremal layouts.
|
|
The left four rectangles show the progress of the four extremal layouts.
|
|
The right rectangle shows pseudocode of the algorithm and the position of the current step.}
|
|
The right rectangle shows pseudocode of the algorithm and the position of the current step.}
|
|
@@ -81,7 +82,8 @@ These can also be used by clicking on one of the buttons displayed in figures~\r
|
|
Ensures that the generated graph is connected.\\\hline
|
|
Ensures that the generated graph is connected.\\\hline
|
|
Alt + S & Save the current graph to a file (opens a dialog window). \\\hline
|
|
Alt + S & Save the current graph to a file (opens a dialog window). \\\hline
|
|
Alt + L & Load a graph from a file (opens a dialog window). \\\hline
|
|
Alt + L & Load a graph from a file (opens a dialog window). \\\hline
|
|
- Alt + D & Show a debug table (opens window~\ref{fig:debug-table}). \\\hline
|
|
|
|
|
|
+ Alt + D & Show a debug table (opens window~\ref{fig:debug-table}) and also printlines its content. \\\hline
|
|
|
|
+ Alt + O & Opens the preferences dialog~\ref{fig:preferences}. \\\hline
|
|
\caption[Overview of the available keyboard commands]{Overview of the available keyboard commands.
|
|
\caption[Overview of the available keyboard commands]{Overview of the available keyboard commands.
|
|
The lazy user might not want to learn these by rote but instead use the buttons displayed in figures~\ref{fig:sketch} and~\ref{fig:full-application-example}.}
|
|
The lazy user might not want to learn these by rote but instead use the buttons displayed in figures~\ref{fig:sketch} and~\ref{fig:full-application-example}.}
|
|
\label{table:keys}
|
|
\label{table:keys}
|