I have no idea where to ask, so I hope that some Visio specialists can help. I'm just making a class diagram but Visio seems to be very static and simple for method signatures.
All I wanted to add is a constructor with the following parameters:
public Position(LinkedList<T> apList, float x, float y);
That's 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.