You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Element data is disconnected from its rendered element, and operating on single elements is difficult. Adding an Element class would provide several benefits:
Element data and elements would be held in a single location
Publicly-accessible element-specific methods would allow users more control over elemental operations (eg. move(), force(), fix(), neighbors(), etc.)
Significant cleanup of code in other objects regarding elemental operations
Increased flexibility for user-implemented subelements (eg. additional labels, dialogs, etc.)
More precise control over elemental style retainment. Elements can maintain their own state, which could include a stylemap stack, with layers representing styles applied/unapplied over time.
The text was updated successfully, but these errors were encountered:
Element data is disconnected from its rendered element, and operating on single elements is difficult. Adding an Element class would provide several benefits:
move()
,force()
,fix()
,neighbors()
, etc.)The text was updated successfully, but these errors were encountered: