summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/pgf-umlcd/demo/interface.tex
blob: 28bee28f28913e28f725d18981d1b21b6473bc4f (plain)
1
2
3
4
5
6
\begin{tikzpicture}%[show background grid]
  \begin{interface}{Person}{0,0}
    \attribute{firstName : String}
    \attribute{lastName : String}
  \end{interface}
\end{tikzpicture}