DrawingModel
| Kind of class: | class |
|---|---|
| Inherits from: | Model |
| Author: | [ali_o_kan] - Laurent Deketelaere |
| Classpath: | models.DrawingModel |
| File last modified: | Saturday, 22 December 2007, 17:34:18 |
Model qui contient tous les points du dessin
Summary
Constructor
Class properties
- initDrawingEVENT : EventType
- addPointEVENT : EventType
Instance methods
- init : Void
- getDrawing : Array
- pushPoint (p:IPointDrawing) : Void
- toString : String
Constructor
DrawingModel
function DrawingModel (
)
Class properties
addPointEVENT
static addPointEVENT:EventType = EventList.addPointEVENT
(read)
initDrawingEVENT
static initDrawingEVENT:EventType = new EventType("initDrawing")
(read)
Instance methods
getDrawing
function getDrawing (
) : Array
init
function init (
) : Void
pushPoint
toString
function toString (
) : String