Interface DrawStartHandler
- All Superinterfaces:
EventHandler
-
Method Summary
Modifier and TypeMethodDescriptionvoid
onDrawStart
(DrawStartEvent event) Called when we start drawing for this DrawItem to thedrawPane
's underlying HTML5 <canvas> element.
-
Method Details
-
onDrawStart
Called when we start drawing for this DrawItem to thedrawPane
's underlying HTML5 <canvas> element. Only called if theDrawingType
isDrawingType.BITMAP
.- Parameters:
event
- the event
-