replace all the uml diagrammes with a higher res. version

This commit is contained in:
Andreas Zweili 2017-08-31 19:20:08 +02:00
parent f54e46ff5f
commit bec8fae9b2
15 changed files with 14 additions and 7 deletions

View File

@ -693,7 +693,7 @@ beschreibt.
\begin{figure}[H]
\centering
\includegraphics[scale=0.7]{diagrammes/example.png}
\includegraphics[scale=0.23]{diagrammes/example.png}
\caption{Beispiel Klassen\label{fig:class_example}}
\end{figure}
@ -723,7 +723,7 @@ weitergeleitet.
\begin{figure}[H]
\centering
\includegraphics[scale=0.7]{diagrammes/loginform.png}
\includegraphics[scale=0.23]{diagrammes/loginform.png}
\caption{LoginForm Klasse}
\label{fig:login_class}
\end{figure}
@ -759,7 +759,7 @@ dem ``Rent-Button'' tätigen.
\begin{figure}[H]
\centering
\includegraphics[scale=0.7]{diagrammes/dashboard.png}
\includegraphics[scale=0.23]{diagrammes/dashboard.png}
\caption{Dashboard Klasse}
\label{fig:dashboard_class}
\end{figure}
@ -782,7 +782,7 @@ der Login des Benutzers darin geprüft.
\begin{figure}[H]
\centering
\includegraphics[scale=0.7]{diagrammes/dataaccess.png}
\includegraphics[scale=0.23]{diagrammes/dataaccess.png}
\caption{DataAccess Klasse}
\label{fig:dataaccess}
\end{figure}
@ -800,7 +800,7 @@ die Registration und den Login der Mitglieder benötigt:
\begin{figure}[H]
\centering
\includegraphics[scale=0.7]{diagrammes/getmembers.png}
\includegraphics[scale=0.23]{diagrammes/getmembers.png}
\caption{GetMembers Klasse}
\label{fig:getmembers}
\end{figure}
@ -811,7 +811,7 @@ hinzugefügten Mietoptionen darzubieten:
\begin{figure}[H]
\centering
\includegraphics[scale=0.7]{diagrammes/getlocations.png}
\includegraphics[scale=0.23]{diagrammes/getlocations.png}
\caption{GetLocations Klasse}
\label{fig:getlocations}
\end{figure}
@ -821,7 +821,7 @@ und Abbilden der jeweiligen Märkte:
\begin{figure}[H]
\centering
\includegraphics[scale=0.7]{diagrammes/getrents.png}
\includegraphics[scale=0.23]{diagrammes/getrents.png}
\caption{GetRents Klasse}
\label{fig:getrents}
\end{figure}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.1 KiB

After

Width:  |  Height:  |  Size: 54 KiB

View File

@ -1,4 +1,5 @@
@startuml
skinparam dpi 300
class Dashboard {
+ Dashboard()
- void UpdateBinding()

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.7 KiB

After

Width:  |  Height:  |  Size: 42 KiB

View File

@ -1,4 +1,5 @@
@startuml
skinparam dpi 300
class DataAccess {
+ SqlConnection connection
+ List<GetLocations> GetLocations()

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.7 KiB

After

Width:  |  Height:  |  Size: 34 KiB

View File

@ -1,4 +1,5 @@
@startuml
skinparam dpi 300
class Beispiel {
+ public Attribute
~ internal Attribute

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.4 KiB

After

Width:  |  Height:  |  Size: 28 KiB

View File

@ -1,4 +1,5 @@
@startuml
skinparam dpi 300
class GetLocations {
+ int location_id
+ string streetname

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.8 KiB

After

Width:  |  Height:  |  Size: 30 KiB

View File

@ -1,4 +1,5 @@
@startuml
skinparam dpi 300
class GetMembers {
+ int member_id
+ string email_address

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.4 KiB

After

Width:  |  Height:  |  Size: 45 KiB

View File

@ -1,4 +1,5 @@
@startuml
skinparam dpi 300
class GetRents {
+ int rent_id
+ string rent_date

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.9 KiB

After

Width:  |  Height:  |  Size: 23 KiB

View File

@ -1,4 +1,5 @@
@startuml
skinparam dpi 300
class LoginForm {
+ LoginForm()
- void RegistrationButton_Click()