-
Notifications
You must be signed in to change notification settings - Fork 749
Module Dependency Tree
ericdrowell edited this page Jan 14, 2013
·
27 revisions
Animation <-- + <-- Transition
|
+ <--+ <-- 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 and Node
- Transition depends on Animation and Node
- All shapes, including Rect, Circle, Text, etc., depend on Shape which depends on Node