Center diagrams
authorRichard Whitehouse <github@richardwhiuk.com>
Fri, 20 May 2011 04:03:00 +0000 (05:03 +0100)
committerRichard Whitehouse <github@richardwhiuk.com>
Fri, 20 May 2011 04:03:00 +0000 (05:03 +0100)
implementation.tex

index a62e80b5eaccf9b1b9c4bd7561d34a9122987811..c65540f0a23ad6d3811aa359433adba60c987639 100644 (file)
@@ -7,6 +7,7 @@ The system is structured into three different phases, each of which performs a d
 \subsection{Generation}
 
 \begin{figure}
+\centering
 \includegraphics[width=14cm]{generate}
 \caption[Generation Class Diagram]{Class diagram of components involved in generation of a topology.}
 \end{figure}
@@ -31,6 +32,7 @@ Each topology type takes a number of parameters and outputs a topology as a resu
 \subsection{Simulation}
 
 \begin{figure}
+\centering
 \includegraphics[width=14cm]{simulation}
 \caption[Simulation Class Diagram]{Class diagram of components created for simulation. Classes shaded in dark blue are standard as part of ns3. Classes shaded in light blue are shipped with ns3 but have been heavily modified. Classes in white are new.}
 \end{figure}
@@ -80,6 +82,7 @@ Finally, once the setup is complete and the trace files are connected to the cor
 \subsection{Analysis}
 
 \begin{figure}
+\centering
 \includegraphics[width=14cm]{analysis}
 \caption[Analysis Class Diagram]{Class diagram showing components involved in analysis of a simulation.}
 \end{figure}