public interface HasDrawEndHandlers
extends com.google.gwt.event.shared.HasHandlers
Modifier and Type | Method and Description |
---|---|
com.google.gwt.event.shared.HandlerRegistration |
addDrawEndHandler(DrawEndHandler handler)
Called when we finish drawing for this DrawItem to the
drawPane 's underlying HTML5 <canvas> element. |
com.google.gwt.event.shared.HandlerRegistration addDrawEndHandler(DrawEndHandler handler)
drawPane
's underlying HTML5 <canvas> element. Only called if the DrawingType
is DrawingType.BITMAP
.handler
- the drawEnd handlerHandlerRegistration
used to remove this handler