20,741
edits
No edit summary |
(→Design) |
||
| Line 6: | Line 6: | ||
== Design == | == Design == | ||
The design follows the basic MVC (Model/View/Controller) principle, i.e.: | The design follows the basic MVC (Model/View/Controller) principle, i.e.: | ||
* the Model | * the '''Model''' contains the data to be shown | ||
* the View | * the '''View''' contains the Layer (Canvas group) | ||
* the | * the '''Controller''' contains the interface to update the model and the view (using timers and/or listeners) | ||
== Supported Layers == | == Supported Layers == | ||