From 2242e0e3ab6399932adcfa04f5809dfecac074fd Mon Sep 17 00:00:00 2001 From: Richard Whitehouse Date: Fri, 20 May 2011 05:03:00 +0100 Subject: [PATCH] Center diagrams --- implementation.tex | 3 +++ 1 file changed, 3 insertions(+) diff --git a/implementation.tex b/implementation.tex index a62e80b..c65540f 100644 --- a/implementation.tex +++ b/implementation.tex @@ -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} -- 2.34.1