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);
image = this.registry.get("ZoomIn"); //$NON-NLS-1$
cursor = new Cursor(device, image.getImageData(), 5, 5);
ZoomInImageTool zoomInTool = new ZoomInImageTool(cursor, this);