So after the user selected a few cells and pressed a button, I need to have those cells properties like position, size and stuff. So how do I make a method that'll only return me the cells that the user selected?
Asked
Active
Viewed 890 times
1 Answers
4
Graph.getSelectionCells() should work

user1084282
- 1,003
- 7
- 6
-
1Had no idea it was so simple. Thanks bro, I'm new to this library and can't find useful info :/ – Fagundes Nov 08 '15 at 14:06