appendix.tex 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  1. \begin{table}[ht]
  2. \centering
  3. \small
  4. \begin{longtable}{p{3cm} p{8cm} p{4cm}}
  5. \rowcolor{gray!50}
  6. \textbf{Term} & \textbf{Explanation} & \textbf{Example} \\
  7. Phase & One phase of the Sugiyama approach~\cite{sugiyama_methods_1981} & Node Placement \\
  8. \rowcolor{gray!25}
  9. Stage & One stage of the BK algorithm~\cite{brandes_fast_2001} & Balancing \\
  10. Step & Atomic part of a stage of the BK algorithm~\cite{brandes_fast_2001} & Computing one $x$ coordinate during balancing stage \\
  11. \rowcolor{gray!25}
  12. \appname & The name of the application for which this is the documentation & \\
  13. \member{sink} & See table~\ref{table:bk-variables} & \\
  14. \rowcolor{gray!25}
  15. \member{shift} & See table~\ref{table:bk-variables} & \\
  16. \member{root} & See table~\ref{table:bk-variables} & \\
  17. \rowcolor{gray!25}
  18. \member{align} & See table~\ref{table:bk-variables} & \\
  19. Extremal layout & Defines in which order the layers are traversed and if a node is aligned with its upper or lower median. & Leftmost lower \\
  20. \rowcolor{gray!25}
  21. Automatic execution & The state of the \code{AnimationController} where it repeatedly sends step commands with a certain delay & See section~\ref{sec:userInterface} \\
  22. \\\\
  23. \end{longtable}
  24. \caption{Glossary for the most difficult terms as we use them.}
  25. \label{table:glossary}
  26. \end{table}
  27. \begin{figure}[htp]
  28. \centering
  29. \includegraphics{img/random-graph-dialog}
  30. \caption[Random graph dialog]{Dialog for generating random graphs.}
  31. \label{fig:random-graph-dialog}
  32. \end{figure}
  33. \begin{figure}[htp]
  34. \centering
  35. \includegraphics[width=\linewidth]{img/debug-table}
  36. \caption[Debug Table]{An example for a debug table. The graph used is the same as in figure~\ref{fig:example}}
  37. \label{fig:debug-table}
  38. \end{figure}