Zoomable zoomable = (Zoomable) plot;
handleZoomable(canvas, zoomable, e);
}
else if (plot instanceof PiePlot) {
PiePlot pp = (PiePlot) plot;
pp.handleMouseWheelRotation((int) e.getDeltaY());
}
}
/**
* Handle the case where a plot implements the {@link Zoomable} interface.