Interface DrawStartHandler
- All Superinterfaces:
 EventHandler
- 
Method Summary
Modifier and TypeMethodDescriptionvoidonDrawStart(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 theDrawingTypeisDrawingType.BITMAP.- Parameters:
 event- the event
 
 -