I implemented an interface describing the data, that will be passed down to each stack element. You can change the the content to your needs. The new list of objects replaces the old list of stackWidths.
The creation of the objects (L.62 - 68) should be pretty straightforward. However, I kept most of the old code for reference and commented it. You can delete all the commented stuff, once you are happy with the result
closes #108
I implemented an interface describing the data, that will be passed down to each stack element. You can change the the content to your needs. The new list of objects replaces the old list of
stackWidths
.The creation of the objects (L.62 - 68) should be pretty straightforward. However, I kept most of the old code for reference and commented it. You can delete all the commented stuff, once you are happy with the result