xuyuan / pgf-umlcd

this project is transfered to https://github.com/pgf-tikz/pgf-umlcd
https://github.com/pgf-tikz/pgf-umlcd
Other
55 stars 17 forks source link

How to create static method #13

Open vimers opened 8 years ago

vimers commented 8 years ago

operate[0] can draw abstract method, but how to draw static method?

FabianGroeger96 commented 4 years ago

I faced the same problem and solved it like this:

\begin{class}[text width=15cm]{Utils}{0,0}
    \operation{\underline{+ get\_files\_in\_path(path : Path, file\_extension : str)}}
\end{class}

I don't know if it still relevant to you 😄