cursor = new Cursor(device, image.getImageData(), 8, 8);
AddMarkImageTool addTool = new AddMarkImageTool(cursor, this);
image = this.registry.get("Delete"); //$NON-NLS-1$
cursor = new Cursor(device, image.getImageData(), 1, 14);
DeleteMarkImageTool deleteTool = new DeleteMarkImageTool(cursor, this);
image = this.registry.get("Move"); //$NON-NLS-1$
cursor = new Cursor(device, image.getImageData(), 6, 6);
MoveMarkImageTool moveTool = new MoveMarkImageTool(cursor, this);