mac-comp127 / kilt-graphics

Graphics and UI library for learning software development principles in Java
https://mac-comp127.github.io/kilt-graphics/
2 stars 17 forks source link

Add parent relationship to GraphicsObject #35

Closed pcantrell closed 1 week ago

pcantrell commented 1 week ago

Adds a getParent() to GraphicsObject. This adds the constraint that a GraphicsObject cannot belong to multiple GraphicsGroups simultaneously, which may break some existing code.