diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex/pgf-umlcd/demo/object.tex')
-rw-r--r-- | Master/texmf-dist/doc/latex/pgf-umlcd/demo/object.tex | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/pgf-umlcd/demo/object.tex b/Master/texmf-dist/doc/latex/pgf-umlcd/demo/object.tex new file mode 100644 index 00000000000..198f845ad89 --- /dev/null +++ b/Master/texmf-dist/doc/latex/pgf-umlcd/demo/object.tex @@ -0,0 +1,6 @@ +\begin{tikzpicture} + \begin{object}[text width=6cm]{Instance Name}{0,0} + \instanceOf{Class Name} + \attribute{attribute name = value} + \end{object} +\end{tikzpicture}
\ No newline at end of file |