Interface DrawEndHandler
- All Superinterfaces:
 EventHandler
- 
Method Summary
Modifier and TypeMethodDescriptionvoidonDrawEnd(DrawEndEvent event) Called when we finish drawing for this DrawItem to thedrawPane's underlying HTML5 <canvas> element. 
- 
Method Details
- 
onDrawEnd
Called when we finish drawing for this DrawItem to thedrawPane's underlying HTML5 <canvas> element. Only called if theDrawingTypeisDrawingType.BITMAP.- Parameters:
 event- the event
 
 -