I don’t know where to ask, so I hope some Visio specialists can help. I just make a class diagram, but Visio seems very static and simple for method signatures.
All I wanted to add was a constructor with the following parameters:
public Position(LinkedList<T> apList, float x, float y);
What I want to add to Visio. All standard data types work fine, but how do you insert other types? I don’t know why the answer is so hard to find.
Andre source
share