diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex/pgf-umlcd/demo/aggregation.tex')
-rw-r--r-- | Master/texmf-dist/doc/latex/pgf-umlcd/demo/aggregation.tex | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/pgf-umlcd/demo/aggregation.tex b/Master/texmf-dist/doc/latex/pgf-umlcd/demo/aggregation.tex new file mode 100644 index 00000000000..5de8da63f27 --- /dev/null +++ b/Master/texmf-dist/doc/latex/pgf-umlcd/demo/aggregation.tex @@ -0,0 +1,10 @@ +\begin{tikzpicture}[show background grid] + \begin{class}{Car}{0,0} + \end{class} + + \begin{class}{Wheel}{7.5,0} + \end{class} + + \aggregation{Car}{wheels}{4}{Wheel} + +\end{tikzpicture}
\ No newline at end of file |