Interface DrawStartHandler
- All Superinterfaces:
- EventHandler
- 
Method SummaryModifier and TypeMethodDescriptionvoidonDrawStart(DrawStartEvent event) Called when we start drawing for this DrawItem to thedrawPane's underlying HTML5 <canvas> element.
- 
Method Details- 
onDrawStartCalled when we start drawing for this DrawItem to thedrawPane's underlying HTML5 <canvas> element. Only called if theDrawingTypeisDrawingType.BITMAP.- Parameters:
- event- the event
 
 
-