Browse Source

Merge branch 'master' of https://koljastrohm-games.com:3000/GraphDrawer/NodePlacementAnimation

Kolja Strohm 7 years ago
parent
commit
31cef3b73e

+ 3 - 1
doc/chapter/1introduction.tex

@@ -7,5 +7,7 @@ Then each stage of the node placing algorithm by Brandes and Köpf~\cite{brandes
 After each step the current progress of the algorithm is displayed visually.
 
 In chapter~\ref{ch:architecture} we provide an overview over the \appname 's internal architecture while chapter~\ref{ch:ui} presents and explains the graphical user interface.
-\appname is currently a work in progress so keep in mind that any of the here presented information may be slightly outdated\footnote{even this one}.
 To provide an overview of what is going on, chapter~\ref{ch:progress} lists features and their degree of completion.
+
+\appname is currently a work in progress so keep in mind that any of the here presented screenshot, diagram or other information may be slightly outdated\footnote{even this one}.
+Also note that some pdf viewers have problems with vector graphics exported from visual paradigm, so if you feel like there is a missing line in a class or component diagram, you are wrong.

+ 2 - 2
doc/chapter/2architecture.tex

@@ -16,8 +16,8 @@ Figure~\ref{fig:components} contains a component diagram that illustrates this.
 
 \begin{figure}[htp]
     \centering
-    \includegraphics[width=\linewidth,trim=0 11cm 0 0,clip]{img/view.pdf}
-    \caption{Component diagram visualizing the architecture of \appname. Each component resembles a java package.}
+    \includegraphics[width=\linewidth,trim=0 11cm 0 0,clip]{img/components.pdf}
+    \caption[Component diagram]{Component diagram visualizing the architecture of \appname. Each component resembles a java package.}
     \label{fig:components}
 \end{figure}
 

+ 1 - 1
doc/chapter/3ui.tex

@@ -21,7 +21,7 @@ Note that since the application is still under construction, so not all screensh
         The layouts are leftmost (first column), rightmost (second column), lower (first row) and upper (second row), respectively.}
         \label{fig:ours}
     \end{subfigure}\\\vspace{4mm}
-    \caption{Comparison of the implementation with the algorithm from the original paper.}
+    \caption[Comparison with~\cite{brandes_fast_2001}]{Comparison of the implementation with the results of  Brandes and Köpf~\cite{brandes_fast_2001}}
     \label{fig:originalpapergraph}
 \end{figure}
 

BIN
doc/vpp/view.vpp


+ 1 - 1
src/bk/Compaction.java

@@ -158,7 +158,7 @@ public class Compaction implements AlgorithmStage{
 						else // nein
 						{
 						    // tue nix
-							sf.w.setSelected( layout ); 
+							sf.w.setSelected( layout );
 							actions.add( 0, ()-> {
 								stack.get( 0 ).u = null;
 							});