-
Notifications
You must be signed in to change notification settings - Fork 749
Module Dependency Tree
ericdrowell edited this page Feb 4, 2013
·
27 revisions
+ <-- Transition
|
+ <-- Animation <-- + <----------+ <-- DragAndDrop
| |
Node <--+ <-- Container <--+ <-- Stage --+
| |
+ <-- Shape + <-- Layer
|
+ <-- Group
- Shape depends on Node
- Group depends on Container which depends on Node
- Layer depends on Container which depends on Node
- DragAndDrop depends on Animation which depends on Node
- Transition depends on Animation which depends on Node
- All shapes, including Rect, Circle, Text, etc., depend on Shape which depends on Node