Interface DrawEndHandler
- All Superinterfaces:
EventHandler
-
Method Summary
Modifier and TypeMethodDescriptionvoid
onDrawEnd
(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 theDrawingType
isDrawingType.BITMAP
.- Parameters:
event
- the event
-