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