I wonder if args can be removed from the BalloonNode constructor, there are quite a few.
I also don't understand why x and y are passed to the constructor and set with
this.x = x;
this.y = y;
but then the node gets a translation from the model Property right after. I bet these can be removed outright, removing two args from the constructor right away.
I wonder if args can be removed from the BalloonNode constructor, there are quite a few.
I also don't understand why x and y are passed to the constructor and set with
but then the node gets a translation from the model Property right after. I bet these can be removed outright, removing two args from the constructor right away.