drawTablePoint - point size
-
I'm looking for a way to control the size of the table point with LAF. Doing it like this:
g.fillEllipse([obj.tablePoint[0], obj.tablePoint[1], 25, 25]); // x, y, width, height
for example creates clipped circles.
What's the smart way to do this?
Thank you!
-
@tomekslesicki I think the maximum size is fixed
-
@d-healey bummer! Do you know a way to get the value of a certain point in the table?
-
@tomekslesicki Is the value provided in the laf object?Ah nevermind, I just checked and it's not there. I don't think there is a way.
-
@d-healey ok, thank you!