Hi. I have a class that is used to store a series of 2D array of double numbers. I
want to ask if i can use MASON's 2d display to show an animation of my data?
I have read through the manual. It seems like i need a State class to be able to
do it. My question is: can my simple data structure class be used as a State
class?
p.s. i am an agent-based modeler, and the data is generated from the model i
built using java. It is a 2D spatial model. I stored the model result (that is an 2D
array of double numbers) in that data structure class. Now i want to show it an
animation. I am wondering if i can use Mason tool kit to do it.
Thank you! I really appreciate it.
Jiaqi