I have been using GeneralNodePort as an example for my multiported nodes. I am using the triangle style like this:
// assume an outlined light gray triangle
setStyle(StyleTriangle);
setPen(JGoPen.darkGray);
setBrush(JGoBrush.lightGray);
I would like to set the direction of the Triangle base on if the port is an input or output port but this is the only style offered. I’m I missing something, is there a simple way to flip this style to point the other direction?
dWiGhT