cursor = new Cursor(device, image.getImageData(), 5, 5);
ZoomOutImageTool zoomOutTool = new ZoomOutImageTool(cursor, this);
image = this.registry.get("Pan"); //$NON-NLS-1$
cursor = new Cursor(device, image.getImageData(), 7, 7);
PanImageTool panTool = new PanImageTool(cursor, this);
this.tools.add(addTool);
this.tools.add(deleteTool);
this.tools.add(moveTool);
this.tools.add(zoomInTool);