Skip to content

Module Dependency Tree

ericdrowell edited this page Jan 14, 2013 · 27 revisions

Animation <-- + <-- Transition | + <--+ <-- DragAndDrop |
Node <--+ <-- Container <--+ <-- Stage | | + <-- Shape + <-- Layer | + <-- Group

Verbose version

  • 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
  • All shapes, including Rect, Circle, Text, etc., depend on Shape which depends on Node

Clone this wiki locally