Searched refs:CreateLabelHandler (Results 1 – 1 of 1) sorted by relevance
49378 function CreateLabelHandler(canvas) { function49382 inherits$1(CreateLabelHandler, CreateShapeHandler);49384 CreateLabelHandler.$inject = [ 'canvas' ];49402 CreateLabelHandler.prototype.execute = function(context) {49418 CreateLabelHandler.prototype.revert = function(context) {50885 'label.create': CreateLabelHandler,